Closed
Bug 1381323
Opened 7 years ago
Closed 7 years ago
The ExpectedOwnerForFrame assertion doesn't account for text frames.
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
Text frames are an anon-box, and we can arrive there with a text frame for display: contents, which will incorrectly pick the parent frame even when inside another anon box.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8886853 [details]
Bug 1381323: Account for text frames in ExpectedOwnerForFrame.
https://reviewboard.mozilla.org/r/157596/#review162768
Attachment #8886853 -
Flags: review?(cam) → review+
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/fa924e4258af
Account for text frames in ExpectedOwnerForFrame. r=heycam
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•