| OLD | NEW |
| 1 CONSOLE ERROR: line 60: Uncaught Error | |
| 2 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 3 PASS Calling dispatchEvent(null). | 2 PASS Calling dispatchEvent(null). |
| 4 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (AnimationEvent). | 3 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (AnimationEvent). |
| 5 FAIL If the event's initialized flag is not set, an InvalidStateError must be th
rown (BeforeUnloadEvent). assert_equals: Event type should be empty string befor
e initialization expected "" but got "beforeunload" | 4 FAIL If the event's initialized flag is not set, an InvalidStateError must be th
rown (BeforeUnloadEvent). assert_equals: Event type should be empty string befor
e initialization expected "" but got "beforeunload" |
| 6 FAIL If the event's initialized flag is not set, an InvalidStateError must be th
rown (CloseEvent). assert_equals: Event type should be empty string before initi
alization expected "" but got "close" | 5 FAIL If the event's initialized flag is not set, an InvalidStateError must be th
rown (CloseEvent). assert_equals: Event type should be empty string before initi
alization expected "" but got "close" |
| 7 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (CompositionEvent). | 6 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (CompositionEvent). |
| 8 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (CustomEvent). | 7 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (CustomEvent). |
| 9 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (DeviceMotionEvent). | 8 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (DeviceMotionEvent). |
| 10 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (DeviceOrientationEvent). | 9 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (DeviceOrientationEvent). |
| 11 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (DragEvent). | 10 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (DragEvent). |
| (...skipping 20 matching lines...) Expand all Loading... |
| 32 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (UIEvent). | 31 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (UIEvent). |
| 33 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (UIEvents). | 32 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (UIEvents). |
| 34 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (WebGLContextEvent). | 33 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (WebGLContextEvent). |
| 35 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (WheelEvent). | 34 PASS If the event's initialized flag is not set, an InvalidStateError must be th
rown (WheelEvent). |
| 36 PASS If the event's dispatch flag is set, an InvalidStateError must be thrown. | 35 PASS If the event's dispatch flag is set, an InvalidStateError must be thrown. |
| 37 PASS Exceptions from event listeners must not be propagated. | 36 PASS Exceptions from event listeners must not be propagated. |
| 38 PASS Event listeners added during dispatch should be called | 37 PASS Event listeners added during dispatch should be called |
| 39 PASS Event listeners should be called in order of addition | 38 PASS Event listeners should be called in order of addition |
| 40 Harness: the test ran to completion. | 39 Harness: the test ran to completion. |
| 41 | 40 |
| OLD | NEW |