| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS Properties of initEvent(type, true, true) | |
| 3 PASS Properties of initEvent(type, true, false) | |
| 4 PASS Properties of initEvent(type, false, true) | |
| 5 PASS Properties of initEvent(type, false, false) | |
| 6 PASS Calling initEvent multiple times (getting type). | |
| 7 PASS Calling initEvent multiple times (not getting type). | |
| 8 PASS Calling initEvent must not have an effect during dispatching. | |
| 9 PASS Calling initEvent must unset the stop propagation flag. | |
| 10 PASS Calling initEvent must unset the stop immediate propagation flag. | |
| 11 PASS Calling initEvent during propagation. | |
| 12 PASS First parameter to initEvent should be mandatory. | |
| 13 PASS Tests initEvent's default parameter values. | |
| 14 Harness: the test ran to completion. | |
| 15 | |
| OLD | NEW |