Click here to download the Blitz Browser!

WPT

wpt / IndexedDB / idbobjectstore_put.any.sharedworker.html

Spec: Indexed DB ↗

Runs: Chrome 155.0.8042.0 (wpt@4eb09bcd9, 2026-09-04) | Firefox 157.0a1 (wpt@c3fcbf4ba, 2026-09-04) | Safari 251 preview (wpt@e7122b73f, 2026-09-04) | Ladybird 1.0-52f0f (wpt@a1ecd0c09, 2026-09-04) | 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
Total16/1616/1616/1616/1612/16NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
put() with an inline keyPASSPASSPASSPASSPASS
put() with an out-of-line keyPASSPASSPASSPASSPASS
put() record with key already existsPASSPASSPASSPASSPASS
put() where an index has unique:true specifiedPASSPASSPASSPASSFAIL
Object store's key path is an object attributePASSPASSPASSPASSPASS
autoIncrement and inline keysPASSPASSPASSPASSFAIL
autoIncrement and out-of-line keysPASSPASSPASSPASSFAIL
Object store has autoIncrement:true and the key path is an object attributePASSPASSPASSPASSFAIL
Attempt to put() a record that does not meet the constraints of an object store's inline key requirementsPASSPASSPASSPASSPASS
Attempt to call put() without an key parameter when the object store uses out-of-line keysPASSPASSPASSPASSPASS
Attempt to put() a record where the record's key does not meet the constraints of a valid keyPASSPASSPASSPASSPASS
Attempt to put() a record where the record's in-line key is not definedPASSPASSPASSPASSPASS
Attempt to put() a record where the out of line key provided does not meet the constraints of a valid keyPASSPASSPASSPASSPASS
put() a record where a value being indexed does not meet the constraints of a valid keyPASSPASSPASSPASSPASS
If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyErrorPASSPASSPASSPASSPASS
If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateErrorPASSPASSPASSPASSPASS