← back to v137 · blob-url-partitioning-fetching-navigation

conformance · v137

v137 · blob-url-partitioning-fetching-navigation — conformance probe

6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://github.com/wanderview/quota-storage-partitioning/blob/main/explainer.md chromestatus: #5130361898795008 generated 2026-06-01T08:40:00Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
url-createobjecturl-exists URL.createObjectURL() is the entry point producing partitioned blob: URLs. spec ↗ exists
url-revokeobjecturl-exists URL.revokeObjectURL() releases a blob: URL within its storage key partition. spec ↗ exists
createobjecturl-returns-blob-scheme URL.createObjectURL(blob) returns a string with the blob: scheme. spec ↗ script
blob-constructor-exists The Blob constructor is the source of objects feeding the blob URL store. spec ↗ typeof
fetch-resolves-blob-url-in-same-partition fetch() can read a blob: URL created in the same agent/storage-key partition. spec ↗ script
revoked-blob-url-fetch-rejects Once revokeObjectURL has run, fetching the URL must fail (the entry is gone from the partition store). spec ↗ script