kitesurf · WPT

FAIL
expected FAIL · 1125 ms
▶ run in kitesurf
Test
/css/cssom/CSSStyleSheet.html
Actual
FAIL
Expected
FAIL
Unexpected
no
Duration
1125 ms
Harness
OK
Counts
Reason
Run
https://kitesurf.rendering.cfdata.org/?url=http%3A%2F%2Fwpt.live%2Fcss%2Fcssom%2FCSSStyleSheet.html ↗
Upstream
view on github.com/web-platform-tests/wpt ↗

Subtests

statussubtestmessage
PASSpreconditions
PASSinsertRule with #bar selector
FAILinsertRule with no argument throwsassert_throws_js: function "function() { styleSheet.insertRule() }" threw object "SyntaxError: Failed to parse CSS rule: """ ("SyntaxError") expected instance of function "function TypeError() { [nati…
PASSinsertRule with index greater than length throws
PASSdeleteRule(1)
FAILdeleteRule with no argument throwsassert_throws_js: function "function() { styleSheet.deleteRule() }" did not throw
FAILdeleteRule on empty style sheet throwsassert_throws_dom: function "function() { emptyStyleSheet.deleteRule(0) }" did not throw
FAILremoveRule with no argument removes first rulestyleSheet.removeRule is not a function
FAILremoveRule on empty style sheet throwsassert_throws_dom: function "function() { emptyStyleSheet.removeRule(0) }" threw object "TypeError: emptyStyleSheet.removeRule is not a function" that is not a DOMException IndexSizeError: property "c…
FAILaddRule with @media rulestyleSheet.addRule is not a function
FAILremoveRule(1)styleSheet.removeRule is not a function
FAILaddRule with #foo selectorsstyleSheet.addRule is not a function
FAILaddRule with no argument adds "undefined" selectorstyleSheet.addRule is not a function
FAILaddRule with index greater than length throwsassert_throws_dom: function "function() { styleSheet.addRule("#foo", "color: red", styleSheet.cssRules.length + 1); }" threw object "TypeError: styleSheet.addRule is not a function…
PASScssRules and rules are the same object
PASScssRules returns the same object twice
PASSrules returns the same object twice

bundle built 2026-07-16T07:16:48.063Z