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.