Closed
Bug 342923
Opened 18 years ago
Closed 18 years ago
[FIX]"ASSERTION: Unexpected CSS rule" putting certain SVG in HTML (not XHTML) document
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: jruderman, Assigned: bzbarsky)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
475 bytes,
text/html
|
Details | |
1.93 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
The testcase triggers:
###!!! ASSERTION: Unexpected CSS rule: '!cssRule', file nsStyleSet.cpp, line 430
bz thinks we might just end up removing this assertion.
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Updated•18 years ago
|
Flags: blocking1.9a2?
Should probably assert that it's either:
1. not a CSS rule, or
2. a CSS rule with no selector.
Flags: blocking1.9a2? → blocking1.9-
Whiteboard: [wanted-1.9]
Assignee | ||
Comment 3•18 years ago
|
||
Assignee: dbaron → bzbarsky
Status: NEW → ASSIGNED
Attachment #245317 -
Flags: superreview?(dbaron)
Attachment #245317 -
Flags: review?(dbaron)
Assignee | ||
Updated•18 years ago
|
OS: Mac OS X 10.4 → All
Priority: -- → P3
Hardware: Macintosh → All
Summary: "ASSERTION: Unexpected CSS rule" putting certain SVG in HTML (not XHTML) document → [FIX]"ASSERTION: Unexpected CSS rule" putting certain SVG in HTML (not XHTML) document
Target Milestone: --- → mozilla1.9alpha
Attachment #245317 -
Flags: superreview?(dbaron)
Attachment #245317 -
Flags: superreview+
Attachment #245317 -
Flags: review?(dbaron)
Attachment #245317 -
Flags: review+
Assignee | ||
Comment 4•18 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: wanted1.9+
Whiteboard: [wanted-1.9]
You need to log in
before you can comment on or make changes to this bug.
Description
•