Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/idbcursor-request-source.any.txt

13 lines
771 B
Plaintext

Harness status: OK
Found 8 tests
8 Pass
Pass IDBObjectStore::openCursor's request source must be the IDBObjectStore instance that opened the cursor
Pass IDBObjectStore::openKeyCursor's request source must be the IDBObjectStore instance that opened the cursor
Pass IDBIndex::openCursor's request source must be the IDBIndex instance that opened the cursor
Pass IDBIndex::openKeyCursor's request source must be the IDBIndex instance that opened the cursor
Pass The source of the request from IDBObjectStore::update() is the cursor itself
Pass The source of the request from IDBObjectStore::delete() is the cursor itself
Pass The source of the request from IDBIndex::update() is the cursor itself
Pass The source of the request from IDBIndex::delete() is the cursor itself