haikuwebkit/LayoutTests/fast/events/event-attributes-after-exce...

10 lines
332 B
Plaintext

This page tests various event attributes after dispatchEvent throws an exception.
If the test passes, you'll see a series of PASS messages below.
PASS: event.target should be null and is.
PASS: event.currentTarget should be null and is.
PASS: event.relatedTarget should be null and is.
PASS: event.eventPhase should be 0 and is.