Closed
Bug 409461
Opened 18 years ago
Closed 18 years ago
"ASSERTION: SVG frame expected" with svg:after
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: longsonr)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
199 bytes,
application/xhtml+xml
|
Details | |
1.07 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
Loading the testcase triggers:
###!!! ASSERTION: SVG frame expected: 'aKid->IsFrameOfType(nsIFrame::eSVG)', file /Users/jruderman/trunk/mozilla/layout/svg/base/src/nsSVGUtils.cpp, line 1003
Reporter | ||
Comment 1•18 years ago
|
||
![]() |
||
Comment 2•18 years ago
|
||
non-foreignobject SVG probably shouldn't allow generated content in its ProcessChildren call.
Assignee | ||
Comment 3•18 years ago
|
||
Assignee: nobody → longsonr
Status: NEW → ASSIGNED
Attachment #294373 -
Flags: superreview?(bzbarsky)
Attachment #294373 -
Flags: review?(bzbarsky)
![]() |
||
Comment 4•18 years ago
|
||
Comment on attachment 294373 [details] [diff] [review]
suggested change
Yeah, let's do this.
Attachment #294373 -
Flags: superreview?(bzbarsky)
Attachment #294373 -
Flags: superreview+
Attachment #294373 -
Flags: review?(bzbarsky)
Attachment #294373 -
Flags: review+
Assignee | ||
Updated•18 years ago
|
Attachment #294373 -
Flags: approval1.9?
Comment 5•18 years ago
|
||
Comment on attachment 294373 [details] [diff] [review]
suggested change
a=beltzner for 1.9
Attachment #294373 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 6•18 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•18 years ago
|
Flags: in-testsuite?
Reporter | ||
Comment 8•18 years ago
|
||
See bug 413016 for a similar testcase that still triggers the assertion.
You need to log in
before you can comment on or make changes to this bug.
Description
•