mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
13 lines
771 B
Plaintext
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 |