Closed
Bug 509155
Opened 16 years ago
Closed 16 years ago
"ASSERTION: canStoreInRuleTree must be false for reset structs if any properties were specified as inherit" with <html style="outline-color: inherit;">
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.2b1
People
(Reporter: jruderman, Assigned: bzbarsky)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
75 bytes,
text/html
|
Details | |
4.79 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
###!!! ASSERTION: canStoreInRuleTree must be false for reset structs if any properties were specified as inherit: '!canStoreInRuleTree || aRuleDetail == eRuleNone || aRuleDetail == eRulePartialReset || aRuleDetail == eRuleFullReset', file /Users/jruderman/central/layout/style/nsRuleNode.cpp, line 4722
This assertion was added in bug 508919.
![]() |
Assignee | |
Comment 1•16 years ago
|
||
Well, that's asserting because of a real bug and all. Tests are just the crashtest from this bug and two correctness tests (for outline-color, which is this bug, and border-color, which was fixed in bug 508919).
Reporter | ||
Comment 2•16 years ago
|
||
-moz-column-rule has a similar syntax to border and outline, so maybe it should be tested too.
![]() |
Assignee | |
Comment 3•16 years ago
|
||
That one is ok (by code inspection).
Comment on attachment 393322 [details] [diff] [review]
Fix
r=dbaron
Attachment #393322 -
Flags: review?(dbaron) → review+
![]() |
Assignee | |
Comment 5•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2b1
You need to log in
before you can comment on or make changes to this bug.
Description
•