WPT
wpt / IndexedDB / idbcursor_continue_objectstore.any.html
Spec: Indexed DB ↗
Runs: Chrome 155.0.8041.0 (wpt@4a01b83e3, 2026-09-04) | Firefox 157.0a1 (wpt@e7122b73f, 2026-09-04) | Safari 251 preview (wpt@2c385f65e, 2026-09-04) | Ladybird 1.0-70fb3 (wpt@4a01b83e3, 2026-09-04) | Servo Servo 0.6 (wpt@7e3d005d7, 2026-09-03) | Blitz a50cb8971 (wpt@a95401e4e, 2026-09-03)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 8/8 | 8/8 | 8/8 | 8/8 | 0/8 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| Iterate to the next record | PASS | PASS | PASS | PASS | FAIL | — |
| Attempt to pass a key parameter is not a valid key | PASS | PASS | PASS | PASS | FAIL | — |
| Attempt to iterate to the previous record when the direction is set for the next record | PASS | PASS | PASS | PASS | FAIL | — |
| Attempt to iterate to the next record when the direction is set for the next record | PASS | PASS | PASS | PASS | FAIL | — |
| Calling continue() should throws an exception TransactionInactiveError when the transaction is not active. | PASS | PASS | PASS | PASS | FAIL | — |
| If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError | PASS | PASS | PASS | PASS | FAIL | — |
| Delete next element, and iterate to it | PASS | PASS | PASS | PASS | FAIL | — |
| Add next element, and iterate to it | PASS | PASS | PASS | PASS | FAIL | — |