mirror of
https://github.com/servo/servo.git
synced 2025-10-16 00:10:23 +01:00
This implementation is more-or-less on par with the one from layout_2013 and in some cases better. There are still some cases where we don't return the correct "resolved value," but this is enough to test animations and transitions.
25 lines
502 B
INI
25 lines
502 B
INI
[CSSStyleSheet.html]
|
|
[addRule with no argument adds "undefined" selector]
|
|
expected: FAIL
|
|
|
|
[removeRule on empty style sheet throws]
|
|
expected: FAIL
|
|
|
|
[cssRules and rules are the same object]
|
|
expected: FAIL
|
|
|
|
[addRule with index greater than length throws]
|
|
expected: FAIL
|
|
|
|
[addRule with #foo selectors]
|
|
expected: FAIL
|
|
|
|
[removeRule(1)]
|
|
expected: FAIL
|
|
|
|
[removeRule with no argument removes first rule]
|
|
expected: FAIL
|
|
|
|
[addRule with @media rule]
|
|
expected: FAIL
|
|
|