Closed
Bug 1363665
Opened 8 years ago
Closed 8 years ago
stylo: fix failures in test_rule_insertion.html
Categories
(Core :: CSS Parsing and Computation, enhancement, P5)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: ferjm, Unassigned)
References
Details
(Keywords: meta)
There are plenty of failures in test_rule_insertion.html even after bug 1336863 was fixed.
Reporter | ||
Updated•8 years ago
|
Blocks: stylo-style-mochitest
Updated•8 years ago
|
Flags: needinfo?(xidorn+moz)
Comment 1•8 years ago
|
||
So there are two kinds of failures:
1. @counter-style support (which is tracked in bug 1328319)
2. inserting @keyframes rule doesn't trigger restyle (filed bug 1364799)
Actually there is another bug hidden on CI because it is conditionally disabled on Linux, which is that inserting @font-face also doesn't seem to trigger a layout flush.
Depends on: 1328319
Flags: needinfo?(xidorn+moz)
Comment 2•8 years ago
|
||
Both bugs are fixed, and no failures left for this test in stylo-failures.md. Closing.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•