Open
Bug 1505657
Opened 7 years ago
Updated 3 years ago
Whitespace optimization bug (replaced elements on empty block).
Categories
(Core :: Layout: Block and Inline, defect, P3)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
Details
Attachments
(1 file)
82 bytes,
text/html
|
Details |
This is uncovered by layout/reftests/bugs/521602.html with the patch from bug 1196668.
STR:
* Open the testcase.
* Open the inspector.
Expected: Layout doesn't change.
Actual: Layout does change, because opening the inspector (in the same way as reframing the image after bug 1196668, where it creates a sized box instead of an inline) creates the frames for whitespace text nodes, and having these in the frame tree ends up affecting layout.
Reporter | ||
Updated•7 years ago
|
Summary: Whitespace optimization bug. → Whitespace optimization bug (replaced elements on empty block).
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•