Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/idbindex-query-exception-order.any.txt
Tim Ledbetter 84043cd82d LibWeb: Track deleted state on IndexedDb Index and ObjectStore
An `InvalidStateError` is now thrown when an attempt is made to
interact with an index or object store that has been deleted.
2026-02-24 17:37:04 +01:00

17 lines
1.0 KiB
Plaintext

Harness status: OK
Found 12 tests
12 Pass
Pass IDBIndex.get exception order: InvalidStateError vs. TransactionInactiveError
Pass IDBIndex.get exception order: TransactionInactiveError vs. DataError
Pass IDBIndex.getAll exception order: InvalidStateError vs. TransactionInactiveError
Pass IDBIndex.getAll exception order: TransactionInactiveError vs. DataError
Pass IDBIndex.getAllKeys exception order: InvalidStateError vs. TransactionInactiveError
Pass IDBIndex.getAllKeys exception order: TransactionInactiveError vs. DataError
Pass IDBIndex.count exception order: InvalidStateError vs. TransactionInactiveError
Pass IDBIndex.count exception order: TransactionInactiveError vs. DataError
Pass IDBIndex.openCursor exception order: InvalidStateError vs. TransactionInactiveError
Pass IDBIndex.openCursor exception order: TransactionInactiveError vs. DataError
Pass IDBIndex.openKeyCursor exception order: InvalidStateError vs. TransactionInactiveError
Pass IDBIndex.openKeyCursor exception order: TransactionInactiveError vs. DataError