Closed
Bug 403177
Opened 17 years ago
Closed 15 years ago
"ASSERTION: Wrong parent style context" with :first-line, float, 'content' property
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
()
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
Loading the testcase gives me:
frame: Area(div)(1) (0x416de284) style: 0x416de0c4 {}
###!!! ASSERTION: Wrong parent style context: 'Error', file /Users/jruderman/trunk/mozilla/layout/base/nsFrameManager.cpp, line 819
Wrong parent style context: style: 0x416de364 :first-line {}
should be using: style: 0x416dde64 {}
Reporter | ||
Comment 1•17 years ago
|
||
Removing the 'content' property makes the 'b' turn black and makes the assertion go away.
Comment 2•17 years ago
|
||
This looks basically like bug 396645. The 'content' property is only important in that it triggers a reframe (remove and reinsert) of the float.
Depends on: 396645
we have a testcase for the assert in our tree
Reporter | ||
Comment 5•15 years ago
|
||
WFM. I'll check in the two attachments as a reftest pair.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 6•15 years ago
|
||
reftest added:
http://hg.mozilla.org/mozilla-central/rev/57c920805207
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•