Closed
Bug 1348487
Opened 6 years ago
Closed 6 years ago
stylo: -moz-any parsing does not fail when combinators are present in the inner selector
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: mbrubeck)
References
Details
Attachments
(1 file)
Testcase: <!DOCTYPE html> <style> :-moz-any(div > div), div { color: red } </style> <div>This text should not be red</div> the text is red in a current stylo build.
Assignee | ||
Comment 1•6 years ago
|
||
Oops, I accidentally removed this check during refactoring in bug 1340683. Patch coming.
Comment hidden (mozreview-request) |
Comment 3•6 years ago
|
||
mozreview-review |
Comment on attachment 8848943 [details] Bug 1348487 - stylo: Update test expectations https://reviewboard.mozilla.org/r/121798/#review123756
Attachment #8848943 -
Flags: review?(emilio+bugs) → review+
Comment hidden (mozreview-request) |
Pushed by archaeopteryx@coole-files.de: https://hg.mozilla.org/integration/autoland/rev/fce0b6f5dcda stylo: Update test expectations. r=orange-fix
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fce0b6f5dcda
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•