Closed
Bug 826532
Opened 13 years ago
Closed 13 years ago
"ASSERTION: wrong kind of child frame" with flexbox, button:first-letter
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 812822
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
|
152 bytes,
text/html
|
Details |
###!!! ASSERTION: Wrong line container hint: '!aForFrame || (aLineContainer == FindLineContainer(aForFrame) || (aLineContainer->GetType() == nsGkAtoms::letterFrame && aLineContainer->IsFloating()))', file layout/generic/nsTextFrameThebes.cpp, line 1197
###!!! ASSERTION: wrong kind of child frame: 'aIsBlock == f->IsBlockOutside()', file layout/generic/nsLineBox.cpp, line 42
###!!! ASSERTION: Shouldn't be incomplete if availableHeight is UNCONSTRAINED.: 'aReflowState.availableHeight != NS_UNCONSTRAINEDSIZE', file layout/generic/nsBlockFrame.cpp, line 1415
###!!! ASSERTION: Breakable non-block line containers not supported: '!aLineContainer->GetPrevInFlow() && !aLineContainer->GetNextInFlow()', file layout/generic/nsTextFrameThebes.cpp, line 1208
Comment 1•13 years ago
|
||
I suspect this is a near-dupe of bug 824297, and that (like that bug) this will be fixed by the patches in bug 812822.
Comment 2•13 years ago
|
||
Yup -- after I've applied the patches from bug 812822, this bug's testcase just fails the assertion from bug 399262 (which makes sense, since the testcase has a button w/ first-letter styling), and no other assertions.
(It fails that assertion in an unpatched build, too; presumably Jesse didn't mention it in comment 0 because it's expected & hence uninteresting for the purposes of this bug.)
Depends on: 812822
Flags: in-testsuite?
Comment 3•13 years ago
|
||
Verified that this testcase's assertions are fixed in trunk now, now that bug 812822 has landed. (aside from the assertion that's covered by bug 399262.)
Marking as dupe of bug 812822, and marking in-testsuite+ because this bug's testcase was included in that bug's crashtests push.
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite? → in-testsuite+
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•