/html/semantics/scripting-1/the-script-element/module/dynamic-import/blob-url.any.html| status | subtest | message |
|---|---|---|
| FAIL | Blob URLs are supported in dynamic imports | promise_test: Unhandled rejection with value: object "Error: No such module "blob:http:/web-platform.test:8000/bf1e4303-9103-05ff-ceb6-361421aebdf3"." |
| FAIL | Identical blob URLs resolve to the same module | promise_test: Unhandled rejection with value: object "Error: No such module "blob:http:/web-platform.test:8000/f6a0623a-7278-6a2a-8497-a34697e6a4c1"." |
| FAIL | Different blob URLs pointing to the same blob resolve to different modules | promise_test: Unhandled rejection with value: object "Error: No such module "blob:http:/web-platform.test:8000/f8f148b0-7524-e3d4-7c32-86fd62806749"." |
| FAIL | A revoked blob URL will not resolve | promise_rejects_js: function "function() { throw e; }" threw object "Error: No such module "blob:http:/web-platform.test:8000/6a6e4864-29d6-600e-b4d3-cc786d0da984"." ("Error") expected instance of fun… |
| FAIL | A revoked blob URL will resolve if it's already in the module graph | promise_test: Unhandled rejection with value: object "Error: No such module "blob:http:/web-platform.test:8000/d098f91e-4bc8-9675-9de9-f4c4757a4791"." |
| FAIL | Revoking a blob URL immediately after calling import will not fail | promise_test: Unhandled rejection with value: object "Error: No such module "blob:http:/web-platform.test:8000/7f129d3c-a5ae-d9dc-b544-9e2fb1951d1e"." |
bundle built 2026-07-16T07:16:48.063Z