Back to Chromium

Init Event After Dispatch

third_party/blink/web_tests/fast/events/init-event-after-dispatch.html

149.0.7827.2266 B
Original Source

This test checks to see if you can change an event after it's dispatched. The DOM standard says that you can't, and that the various init functions do nothing once an event is dispatched.

If the test passes, the attempts to change an event below should fail.