diff options
Diffstat (limited to 'tests/wpt/meta/css/cssom/CSSStyleSheet.html.ini')
-rw-r--r-- | tests/wpt/meta/css/cssom/CSSStyleSheet.html.ini | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/wpt/meta/css/cssom/CSSStyleSheet.html.ini b/tests/wpt/meta/css/cssom/CSSStyleSheet.html.ini new file mode 100644 index 00000000000..a23f10e20df --- /dev/null +++ b/tests/wpt/meta/css/cssom/CSSStyleSheet.html.ini @@ -0,0 +1,25 @@ +[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 + |