Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/fire-error-event-exception.any.txt
Zaggy1024 2c48aa0b67 LibWeb: Implement IDB's "get the parent" algorithms
This allows events to bubble up through request -> transaction ->
connection, and gives us a bunch of WPT subtest passes.
2026-03-20 23:59:35 -05:00

22 lines
1.1 KiB
Plaintext

Harness status: OK
Found 17 tests
17 Pass
Pass Exception in error event handler on request
Pass Exception in error event handler on request, with preventDefault
Pass Exception in error event listener on request
Pass Exception in error event listener ("handleEvent" lookup) on request
Pass Exception in error event listener (non-callable "handleEvent") on request
Pass Exception in second error event listener on request
Pass Exception in first error event listener on request, transaction active in second
Pass Exception in error event handler on transaction
Pass Exception in error event handler on transaction, with preventDefault
Pass Exception in error event listener on transaction
Pass Exception in second error event listener on transaction
Pass Exception in first error event listener on transaction, transaction active in second
Pass Exception in error event handler on connection
Pass Exception in error event handler on connection, with preventDefault
Pass Exception in error event listener on connection
Pass Exception in second error event listener on connection
Pass Exception in first error event listener on connection, transaction active in second