Open
Bug 548836
Opened 15 years ago
Updated 3 years ago
ASSERTION: Wrong parent style context with ::first-line or ::first-letter and generated content
Categories
(Core :: Layout, defect)
Tracking
()
REOPENED
People
(Reporter: martijn.martijn, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
See testcase, I'm seeing this assertion in a debug build after 200ms:
###!!! ASSERTION: Wrong parent style context: 'Error', file c:/mozilla-build/src
/layout/base/nsFrameManager.cpp, line 645
Reporter | ||
Comment 1•15 years ago
|
||
![]() |
||
Comment 2•15 years ago
|
||
This is basically a special case of bug 396645. The generated content just makes us reframe the scrollframe because we don't find it during style reresolve, since we don't find it due to it not being the first frame child (that would be a scrollbar; pretty sure we have a bug on that too).
Depends on: 396645
Comment 3•15 years ago
|
||
This also asserts in http://mxr.mozilla.org/mozilla-central/source/layout/base/crashtests/348729-1-inner.html?force=1. The assertion seems to be intermittent (see bug 574071).
Summary: ASSERTION: Wrong parent style context with ::first-line and generated content → ASSERTION: Wrong parent style context with ::first-line or ::first-letter and generated content
Comment 4•15 years ago
|
||
(In reply to comment #3)
> The assertion seems to be intermittent (see bug 574071).
Well, actually, the assertion was not intermittent, the test was flaky!
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
![]() |
||
Updated•8 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•