Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/dom/events/EventTarget-dispatchEvent.txt
Tim Ledbetter 61ae388140 Tests: Create imported WPT test output from completion callback data
This allows us to disable test output, which performs expensive assert
tracking. This was making our imported tests run significantly slower
than tests run via `WPT.sh`.

Formatting the output ourselves also allows us to remove unnecessary
information from the test output.

This commit also rebaselines all existing imported WPT tests to follow
the new format.
2024-12-02 22:41:51 +00:00

30 lines
2.3 KiB
Plaintext

Harness status: OK
Found 25 tests
25 Pass
Pass Calling dispatchEvent(null).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (BeforeUnloadEvent).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (CompositionEvent).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (CustomEvent).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (DeviceMotionEvent).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (DeviceOrientationEvent).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (DragEvent).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (Event).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (Events).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (FocusEvent).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (HashChangeEvent).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (HTMLEvents).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (KeyboardEvent).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (MessageEvent).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (MouseEvent).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (MouseEvents).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (StorageEvent).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (SVGEvents).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (TextEvent).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (UIEvent).
Pass If the event's initialized flag is not set, an InvalidStateError must be thrown (UIEvents).
Pass If the event's dispatch flag is set, an InvalidStateError must be thrown.
Pass Exceptions from event listeners must not be propagated.
Pass Event listeners added during dispatch should be called
Pass Capturing event listeners should be called before non-capturing ones