Click here to download the Blitz Browser!

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

ChromeFirefoxSafariLadybirdServoBlitz
Total18/1818/1818/180/180/18NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
Importing a script resolves the given promise.PASSPASSPASSFAILFAIL
Importing scripts resolves all the given promises.PASSPASSPASSFAILFAIL
Importing nested scripts resolves the given promisePASSPASSPASSFAILFAIL
Importing cyclic scripts resolves the given promisePASSPASSPASSFAILFAIL
Importing a script which throws should still resolve the given promise.PASSPASSPASSFAILFAIL
Importing a non-existent script rejects the given promise with an AbortError.PASSPASSPASSFAILFAIL
Importing an invalid URL should reject the given promise with a SyntaxError.PASSPASSPASSFAILFAIL
Importing a blob URL should resolve the given promise.PASSPASSPASSFAILFAIL
Importing a file:// URL should reject the given promise.PASSPASSPASSFAILFAIL
Importing a data URL should resolve the given promise.PASSPASSPASSFAILFAIL
Importing about:blank should reject the given promise.PASSPASSPASSFAILFAIL
Importing a cross origin resource with the Access-Control-Allow-Origin header should resolve the given promisePASSPASSPASSFAILFAIL
Importing a cross origin resource without the Access-Control-Allow-Origin header should reject the given promisePASSPASSPASSFAILFAIL
Importing a cross-origin-redirected resource with the Access-Control-Allow-Origin header should resolve the given promisePASSPASSPASSFAILFAIL
Importing a cross-origin-redirected resource without the Access-Control-Allow-Origin header should reject the given promisePASSPASSPASSFAILFAIL
Importing a script that has a syntax error should reject the given promise.PASSPASSPASSFAILFAIL
Importing a nested script that has a syntax error should reject the given promise.PASSPASSPASSFAILFAIL
Importing a script that imports an invalid identifier should reject the given promise.PASSPASSPASSFAILFAIL