Closed
Bug 808318
Opened 12 years ago
Closed 12 years ago
"ASSERTION: Children must have same reference frame" with SVG display lists disabled for painting
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jruderman, Assigned: jwatt)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
With:
user_pref("svg.display-lists.painting.enabled", false);
The testcase triggers:
###!!! ASSERTION: Children must have same reference frame: 'mList.IsEmpty() || !ReferenceFrame() || !mList.GetBottom()->ReferenceFrame() || mList.GetBottom()->ReferenceFrame() == ReferenceFrame()', file layout/base/nsDisplayList.h, line 2083
Reporter | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
This seems to be WFM now, Jesse.
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Assignee: nobody → jwatt
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Updated•12 years ago
|
Resolution: FIXED → WORKSFORME
Reporter | ||
Comment 5•12 years ago
|
||
Not WFM. Still reproduces as reported. Note the pref!
Status: RESOLVED → REOPENED
Flags: in-testsuite+
Resolution: WORKSFORME → ---
Reporter | ||
Updated•12 years ago
|
Target Milestone: mozilla20 → ---
Comment 6•12 years ago
|
||
(In reply to Jesse Ruderman from comment #5)
> Note the pref!
(If/when this is actually fixed or WFM, we should add another copy of this bug's line in crashtests.list w/ a "pref()" annotation)
Flags: in-testsuite?
Assignee | ||
Comment 7•12 years ago
|
||
Actually the svg display list prefs aren't supported any more, so closing as wontfix.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 8•12 years ago
|
||
I filed bug 829802 for removing the pref.
You need to log in
before you can comment on or make changes to this bug.
Description
•