Click here to download the Blitz Browser!

WPT

wpt / IndexedDB / idbobjectstore_add.any.html

Spec: Indexed DB ↗

Runs: Chrome 155.0.8039.0 (wpt@6ec9fd59f, 2026-09-03) | Firefox 157.0a1 (wpt@6ec9fd59f, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-795e1 (wpt@7e3d005d7, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)

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

ChromeFirefoxSafariLadybirdServoBlitz
Total16/1616/1616/1616/165/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 keyPASSPASSPASSPASSPASS
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