← back to v152 · indexeddb-sqlite-backend

conformance · v152

v152 · indexeddb-sqlite-backend — conformance probe

5 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://www.w3.org/TR/IndexedDB chromestatus: #5161589557821440 generated 2026-07-15T10:00:00Z by manual-openai-v152-coverage
0
pass
0
fail
0
blocked
5
total
id contract kind verdict detail
indexeddb-exposed indexedDB is exposed on the window object (baseline). exists
indexeddb-open-roundtrips-large-number Round-trips a 64-bit integer payload exercising the SQLite INTEGER column path. script
indexeddb-roundtrips-arraybuffer Round-trips an ArrayBuffer — exercises the SQLite BLOB storage path. script
indexeddb-index-cursor openCursor on an index iterates in correct order — exercises SQL ordering vs LevelDB ordering. script
indexeddb-delete-removes-database deleteDatabase removes a created database — exercises SQLite file cleanup. script