WPT
wpt / worklets / paint-worklet-import.https.html
Spec: https://html.spec.whatwg.org/multipage/worklets.html ↗
Runs: Chrome 155.0.8039.0 (wpt@6ec9fd59f, 2026-09-03) | Firefox 157.0a1 (wpt@6ec9fd59f, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-795e1 (wpt@7e3d005d7, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 18/18 | 0/18 | 0/18 | 0/18 | 0/18 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| Importing a script resolves the given promise. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing scripts resolves all the given promises. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing nested scripts resolves the given promise | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing cyclic scripts resolves the given promise | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing a script which throws should still resolve the given promise. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing a non-existent script rejects the given promise with an AbortError. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing an invalid URL should reject the given promise with a SyntaxError. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing a blob URL should resolve the given promise. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing a file:// URL should reject the given promise. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing a data URL should resolve the given promise. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing about:blank should reject the given promise. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing a cross origin resource with the Access-Control-Allow-Origin header should resolve the given promise | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing a cross origin resource without the Access-Control-Allow-Origin header should reject the given promise | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing a cross-origin-redirected resource with the Access-Control-Allow-Origin header should resolve the given promise | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing a cross-origin-redirected resource without the Access-Control-Allow-Origin header should reject the given promise | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing a script that has a syntax error should reject the given promise. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing a nested script that has a syntax error should reject the given promise. | PASS | FAIL | FAIL | FAIL | FAIL | — |
| Importing a script that imports an invalid identifier should reject the given promise. | PASS | FAIL | FAIL | FAIL | FAIL | — |