/css/cssom/CSSStyleSheet-constructable-replace-on-regular-sheet.html| status | subtest | message |
|---|---|---|
| FAIL | CSSStyleSheet.replaceSync throws NotAllowedError for non-constructed sheets | assert_throws_dom: replaceSync on non-constructed sheet should throw function "() => sheet.replaceSync(":root { background-color: red }")" did not throw |
| FAIL | CSSStyleSheet.replace returns a rejected promise for non-constructed sheets | assert_equals: precondition expected "rgb(0, 255, 0)" but got "rgb(255, 0, 0)" |
| FAIL | CSSStyleSheet.replace returns a rejected promise for non-constructed sheets that have no associated document | assert_equals: precondition expected "rgb(0, 255, 0)" but got "rgb(255, 0, 0)" |
bundle built 2026-07-16T07:16:48.063Z