Source code

Revision control

Copy as Markdown

Other Tools

[idbcursor_delete_index.any.serviceworker.html]
[idbcursor_delete_index.any.sharedworker.html]
[idbcursor_delete_index.any.worker.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
if os == "mac": [OK, CRASH]
[idbcursor_delete_index.any.html]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
[Throw InvalidStateError when the cursor is being iterated]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
[Attempt to remove a record in an inactive transaction]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
[If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
[Attempt to remove a record in a read-only transaction]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
[Remove a record from the object store]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]