Closed
Bug 1347273
Opened 8 years ago
Closed 8 years ago
stylo: Media query parsing is bogus.
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(3 files)
While I was looking at other tests that fail after bug 1328652, some of the failures are in Servo's media-query parsing.
The following test case fails in stylo:
<style>
@media not all and (bogus), all {
#test { color: green; }
}
</style>
<p id="test">Passes if this text is green</p>
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 2•8 years ago
|
||
The previous patch makes us pass all the tests under layout/style/test/test_acid3_test46.html.
Assignee: nobody → emilio+bugs
| Assignee | ||
Comment 3•8 years ago
|
||
Submitted upstream for faster landing times when needed.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c017ec8e88c1
Test expectation adjustments. r=emilio
Comment 7•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8847319 [details]
Bug 1347273: Test expectation adjustments.
https://reviewboard.mozilla.org/r/120312/#review122924
Attachment #8847319 -
Flags: review?(cam) → review+
Comment 8•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8847257 [details]
Bug 1347273: Test expectation adjustments.
https://reviewboard.mozilla.org/r/120270/#review122926
Attachment #8847257 -
Flags: review?(cam)
Comment 9•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•