Closed
Bug 925626
Opened 11 years ago
Closed 11 years ago
CSSParserImpl::ParseSupportsConditionInParens does not correctly parse a general_enclosed
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: heycam, Assigned: heycam)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.86 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
From bug 909170 comment 5, this case fails:
@supports ((color: green) +) or (color: green) {
body { background-color: green; }
}
It should apply the background-color, but doesn't.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #815735 -
Flags: review?(dbaron)
Comment on attachment 815735 [details] [diff] [review]
patch
r=dbaron
Attachment #815735 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Blocks: css-conditional-3
You need to log in
before you can comment on or make changes to this bug.
Description
•