Closed
Bug 47228
Opened 24 years ago
Closed 24 years ago
The base font testcase does not work.
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: bsharma, Assigned: clayton)
Details
Build: 2000-07-28-12-M17.
Following is the testcase. This testcase loads fine (with correct basefont) on
Communicator.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<!-- testcase: basefont_size.html -->
<!-- Expected result: The sentence below should be displayed at the BASEFONT
size of 5 -->
<title>HTML Functional -- BASEFONT - SIZE</title>
</HEAD>
<BODY>
<BASEFONT SIZE=5>
This sentence is displayed in the base font size of 5.
</BODY>
</HTML>
Comment 1•24 years ago
|
||
Bug duplicate # found by walter on #mozillazine. Thanks walter!
*** This bug has been marked as a duplicate of 3875 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•