Closed
Bug 405187
Opened 17 years ago
Closed 17 years ago
"ASSERTION: Style contexts are not in the same style context tree" with MathML, position:fixed
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: roc)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
319 bytes,
application/xhtml+xml
|
Details |
Loading the testcase triggers two assertions:
###!!! ASSERTION: Wrong parent style context: 'Error', file /Users/jruderman/trunk/mozilla/layout/base/nsFrameManager.cpp, line 822
Wrong parent style context: style: 0x2514df8 {}
should be using: style: 0x23c5810 {}
###!!! ASSERTION: Style contexts are not in the same style context tree: 'top1 == top2', file /Users/jruderman/trunk/mozilla/layout/base/nsFrameManager.cpp, line 785
Reporter | ||
Comment 1•17 years ago
|
||
![]() |
||
Comment 2•17 years ago
|
||
This should depend on the bug about mathml doing style system stuff at unsafe
times. Don't have the bug# offhand.
Reporter | ||
Comment 3•17 years ago
|
||
Happened in a build from yesterday; doesn't happen in a build from just now.
--> FIXED by bug 355548.
Crashtest checked in.
Flags: in-testsuite+
Reporter | ||
Updated•17 years ago
|
Assignee: nobody → roc
Reporter | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•