| 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 FAIL First parameter to initEvent should be mandatory. assert_throws: function "
function () { | |
| 13 e.initEvent() | |
| 14 }" did not throw | |
| 15 PASS Tests initEvent's default parameter values. | |
| 16 Harness: the test ran to completion. | |
| 17 | |
| OLD | NEW |