Closed
Bug 3556
Opened 26 years ago
Closed 26 years ago
not enough vertical spacing
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: buster)
References
()
Details
This page renders with an extra line between 'f' and '4'
test case:
<html><body><P>123<br>f</P><P>456</P></body></html>
This page lays out exactly right. The extra line between f and 4 is caused by
the top margin on the second P tag. Note: this page demonstrates yet another
incremental reflow bug because the top margin of the first P isn't shown
properly until a resize is done.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Fixed in March 26th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•