Click here to download the Blitz Browser!

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

ChromeFirefoxSafariLadybirdServoBlitz
Total8/88/88/88/80/8NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
Iterate to the next recordPASSPASSPASSPASSFAIL
Attempt to pass a key parameter is not a valid keyPASSPASSPASSPASSFAIL
Attempt to iterate to the previous record when the direction is set for the next recordPASSPASSPASSPASSFAIL
Attempt to iterate to the next record when the direction is set for the next recordPASSPASSPASSPASSFAIL
Calling continue() should throws an exception TransactionInactiveError when the transaction is not active.PASSPASSPASSPASSFAIL
If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateErrorPASSPASSPASSPASSFAIL
Delete next element, and iterate to itPASSPASSPASSPASSFAIL
Add next element, and iterate to itPASSPASSPASSPASSFAIL