WPT
wpt / worklets / audio-worklet-import.https.html
Spec: https://html.spec.whatwg.org/multipage/worklets.html ↗
Runs: Chrome 154.0.8037.0 (wpt@98a70a0c5) | Firefox 157.0a1 (wpt@318cbb466) | Safari 251 preview (wpt@5ce815a83) | Ladybird 1.0-5758c (wpt@ae6982b12) | Servo Servo 0.5 (wpt@2ccd2cbf8) | Blitz 4dcc855ce (wpt@a95401e4e)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 18/18 | 18/18 | 18/18 | 0/18 | 0/18 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| Importing a script resolves the given promise. | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing scripts resolves all the given promises. | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing nested scripts resolves the given promise | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing cyclic scripts resolves the given promise | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing a script which throws should still resolve the given promise. | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing a non-existent script rejects the given promise with an AbortError. | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing an invalid URL should reject the given promise with a SyntaxError. | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing a blob URL should resolve the given promise. | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing a file:// URL should reject the given promise. | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing a data URL should resolve the given promise. | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing about:blank should reject the given promise. | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing a cross origin resource with the Access-Control-Allow-Origin header should resolve the given promise | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing a cross origin resource without the Access-Control-Allow-Origin header should reject the given promise | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing a cross-origin-redirected resource with the Access-Control-Allow-Origin header should resolve the given promise | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing a cross-origin-redirected resource without the Access-Control-Allow-Origin header should reject the given promise | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing a script that has a syntax error should reject the given promise. | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing a nested script that has a syntax error should reject the given promise. | PASS | PASS | PASS | FAIL | FAIL | — |
| Importing a script that imports an invalid identifier should reject the given promise. | PASS | PASS | PASS | FAIL | FAIL | — |