Click here to download the Blitz Browser!

WPT

wpt / IndexedDB / idbdatabase_createObjectStore.any.worker.html

Spec: Indexed DB ↗

Runs: Chrome 155.0.8039.0 (wpt@a4fcd77aa, 2026-09-03) | Firefox 157.0a1 (wpt@cc4d45aa0, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-a9df8 (wpt@9b4cabf6d, 2026-09-03) | Servo Servo 0.6 (wpt@7e3d005d7, 2026-09-03) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)

View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi

ChromeFirefoxSafariLadybirdServoBlitz
Total27/2727/2727/2725/272/27NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
Both with empty namePASSPASSPASSPASSTIMEOUT
Returns an instance of IDBObjectStorePASSPASSPASSPASSTIMEOUT
Create 1000 object stores, add one item and deletePASSPASSPASSPASSTIMEOUT
Empty namePASSPASSPASSPASSTIMEOUT
Attempting to create an existing object store with a different keyPath throw ConstraintError PASSPASSPASSPASSPASS
Object store 'name' and 'keyPath' properties are correctly set PASSPASSPASSPASSTIMEOUT
Attempt to create an object store outside of a version change transaction PASSPASSPASSPASSTIMEOUT
Attempt to create an object store that already exists PASSPASSPASSPASSPASS
Object store's name appears in database's list PASSPASSPASSPASSTIMEOUT
Attempt to create an object store with an invalid key path PASSPASSPASSFAILTIMEOUT
Create an object store with an unknown optional parameter PASSPASSPASSPASSTIMEOUT
autoInc truePASSPASSPASSPASSTIMEOUT
autoInc true, keyPath nullPASSPASSPASSPASSNOTRUN
autoInc true, keyPath undefinedPASSPASSPASSPASSNOTRUN
autoInc true, keyPath stringPASSPASSPASSPASSNOTRUN
autoInc false, keyPath emptyPASSPASSPASSPASSNOTRUN
autoInc false, keyPath arrayPASSPASSPASSPASSNOTRUN
autoInc false, keyPath stringPASSPASSPASSPASSNOTRUN
keyPath emptyPASSPASSPASSPASSNOTRUN
keyPath arrayPASSPASSPASSPASSNOTRUN
keyPath stringPASSPASSPASSPASSNOTRUN
keyPath nullPASSPASSPASSPASSNOTRUN
keyPath undefinedPASSPASSPASSPASSNOTRUN
autoInc and empty keyPathPASSPASSPASSPASSNOTRUN
autoInc and keyPath arrayPASSPASSPASSPASSNOTRUN
autoInc and keyPath array 2PASSPASSPASSPASSNOTRUN
autoInc and keyPath objectPASSPASSPASSFAILNOTRUN