Closed
Bug 71863
Opened 24 years ago
Closed 24 years ago
missing <select> list when using <small> and size=
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
People
(Reporter: blizzard, Assigned: harishd)
References
()
Details
This small test case:
<html>
<head></head>
<body>
<FORM>
<SMALL>
<SELECT SIZE="10">
<OPTION>foo
</SELECT>
</SMALL>
</FORM>
</body>
</html>
Doesn't render anything. Remove the <small> or the size="10" in the select list
and it will.
This is used all over realtor.com.
*** This bug has been marked as a duplicate of 69785 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Verified as dup with build ID 20011109 on Win2k
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•