Click here to download the Blitz Browser!

WPT

wpt / IndexedDB / idbdatabase_createObjectStore.any.serviceworker.html

Spec: Indexed DB ↗

Runs: Chrome 155.0.8043.0 (wpt@b89af32bc, 2026-09-05) | Firefox 157.0a1 (wpt@b89af32bc, 2026-09-05) | Safari 251 preview (wpt@b89af32bc, 2026-09-05) | Ladybird 1.0-f994f (wpt@b89af32bc, 2026-09-05) | Servo Servo 0.6 (wpt@2c385f65e, 2026-09-04) | Blitz a50cb8971 (wpt@a95401e4e, 2026-09-03)

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

ChromeFirefoxSafariLadybirdServoBlitz
Total27/2727/2727/270/270/27NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
Both with empty namePASSPASSPASS
Returns an instance of IDBObjectStorePASSPASSPASS
Create 1000 object stores, add one item and deletePASSPASSPASS
Empty namePASSPASSPASS
Attempting to create an existing object store with a different keyPath throw ConstraintError PASSPASSPASS
Object store 'name' and 'keyPath' properties are correctly set PASSPASSPASS
Attempt to create an object store outside of a version change transaction PASSPASSPASS
Attempt to create an object store that already exists PASSPASSPASS
Object store's name appears in database's list PASSPASSPASS
Attempt to create an object store with an invalid key path PASSPASSPASS
Create an object store with an unknown optional parameter PASSPASSPASS
autoInc truePASSPASSPASS
autoInc true, keyPath nullPASSPASSPASS
autoInc true, keyPath undefinedPASSPASSPASS
autoInc true, keyPath stringPASSPASSPASS
autoInc false, keyPath emptyPASSPASSPASS
autoInc false, keyPath arrayPASSPASSPASS
autoInc false, keyPath stringPASSPASSPASS
keyPath emptyPASSPASSPASS
keyPath arrayPASSPASSPASS
keyPath stringPASSPASSPASS
keyPath nullPASSPASSPASS
keyPath undefinedPASSPASSPASS
autoInc and empty keyPathPASSPASSPASS
autoInc and keyPath arrayPASSPASSPASS
autoInc and keyPath array 2PASSPASSPASS
autoInc and keyPath objectPASSPASSPASS