/css/cssom/CSSStyleSheet-constructable-baseURL.html| status | subtest | message |
|---|---|---|
| PASS | Constructing sheet with custom base URL ueses that URL for CSS rules | |
| PASS | Constructing sheet with relative URL adds to the constructor document's base URL | |
| FAIL | Constructing sheet with invalid base URL throws a NotAllowedError | assert_throws_dom: function "() => { new CSSStyleSheet({ baseURL: "https://test:test/"}) }" did not throw |
bundle built 2026-07-16T07:16:48.063Z