/css/cssom/CSSStyleSheet-constructable-disallow-import.tentative.html| status | subtest | message |
|---|---|---|
| FAIL | Inserting an @import rule through insertRule on a constructed stylesheet throws an exception | assert_throws_dom: function "() => { (new CSSStyleSheet).insertRule(import_text) }" did not throw |
| FAIL | @import rules should not trigger any loads. | assert_throws_dom: function "() => { sheet.insertRule(import_text) }" did not throw |
| FAIL | @import rules are not parsed in CSSStyleSheet.replace | assert_unreached: Promise was rejected (Error: assert_equals: expected 1 but got 2) when it should have been resolved Reached unreachable code |
| FAIL | @import rules are not parsed in CSSStyleSheet.replaceSync | assert_equals: expected 1 but got 2 |
bundle built 2026-07-16T07:16:48.063Z