Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/keypath-exceptions.any.txt
Zaggy1024 3f2bb43d47 LibWeb: Reset IDB transaction state to active after serialization error
If an error causes this to be left inactive, further requests will be
rejected on the transaction. This gives us a few subtest passes in
IndexedDB/key-conversion-exceptions and IndexedDB/keypath-exceptions
WPTs.

With this fixed, the cleanup loop can assert that the transactions'
states are all active before they are set inactive.
2026-03-05 17:12:55 -06:00

11 lines
427 B
Plaintext

Harness status: OK
Found 6 tests
6 Pass
Pass The last element of keypath is validated
Pass Key path evaluation: Exceptions from non-enumerable getters
Pass Key path evaluation: Exceptions from enumerable getters
Pass Key path evaluation: Exceptions from non-enumerable getters on prototype
Pass Key path evaluation: Exceptions from enumerable getters on prototype
Pass Array key conversion should not invoke prototype getters