Click here to download the Blitz Browser!

WPT

wpt / IndexedDB / idbobjectstore_add.any.html

Spec: Indexed DB ↗

Runs: Chrome 155.0.8042.0 (wpt@a8a7ff4dc, 2026-09-04) | Firefox 157.0a1 (wpt@a8a7ff4dc, 2026-09-04) | Safari 251 preview (wpt@0588f3896, 2026-09-04) | Ladybird 1.0-ddd91 (wpt@972e0e100, 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/164/16NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
add() with an inline keyPASSPASSPASSPASSTIMEOUT
add() with an out-of-line keyPASSPASSPASSPASSTIMEOUT
add() record with same key already existsPASSPASSPASSPASSTIMEOUT
add() where an index has unique:true specifiedPASSPASSPASSPASSTIMEOUT
add() object store's key path is an object attributePASSPASSPASSPASSTIMEOUT
add() autoIncrement and inline keysPASSPASSPASSPASSTIMEOUT
add() autoIncrement and out-of-line keysPASSPASSPASSPASSTIMEOUT
Object store has autoIncrement:true and the key path is an object attributePASSPASSPASSPASSTIMEOUT
Attempt to 'add()' a record that does not meet the constraints of an object store's inline key requirementsPASSPASSPASSPASSPASS
Attempt to call 'add()' without a key parameter when the object store uses out-of-line keysPASSPASSPASSPASSPASS
Attempt to 'add()' a record where the record's key does not meet the constraints of a valid keyPASSPASSPASSPASSPASS
Attempt to 'add()' a record where the record's in-line key is not definedPASSPASSPASSPASSPASS
Attempt to 'add()' a record where the out of line key provided does not meet the constraints of a valid keyPASSPASSPASSPASSTIMEOUT
add() a record where a value being indexed does not meet the constraints of a valid keyPASSPASSPASSPASSTIMEOUT
If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyErrorPASSPASSPASSPASSTIMEOUT
If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateErrorPASSPASSPASSPASSTIMEOUT