Closed
Bug 1363662
Opened 8 years ago
Closed 8 years ago
stylo: fix failure in test_condition_text.html
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 1364260
People
(Reporter: ferjm, Unassigned)
References
Details
We expect |@supports ( Font: 20px serif ! Important) {}| to be serialized as | ( Font: 20px serif ! Important)| (note the space after the opening parenthesis), but we get |(Font: 20px serif ! Important)|.
40 INFO TEST-UNEXPECTED-FAIL | layout/style/test/test_condition_text.html | rule 18 has expected conditionText - got "(Font: 20px serif ! Important)", expected "( Font: 20px serif ! Important)"
Reporter | ||
Updated•8 years ago
|
Blocks: stylo-style-mochitest
Comment 1•8 years ago
|
||
Let's dupe this to bug 1364260.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•