Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/idbindex-rename-errors.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

11 lines
404 B
Plaintext

Harness status: OK
Found 6 tests
6 Pass
Pass IndexedDB deleted index rename throws
Pass IndexedDB index rename throws in a readonly transaction
Pass IndexedDB index rename throws in a readwrite transaction
Pass IndexedDB index rename throws in an inactive transaction
Pass IndexedDB index rename to the name of another index throws
Pass IndexedDB index rename handles exceptions when stringifying names