| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS Event constructor (no argument) | 2 PASS Event constructor (no argument) |
| 3 PASS Event constructor (undefined argument) | 3 PASS Event constructor (undefined argument) |
| 4 PASS Event constructor (null argument) | 4 PASS Event constructor (null argument) |
| 5 PASS Event constructor (empty argument) | 5 PASS Event constructor (empty argument) |
| 6 PASS Event constructor (argument with default values) | 6 PASS Event constructor (argument with default values) |
| 7 PASS Event constructor (argument with non-default values) | 7 PASS Event constructor (argument with non-default values) |
| 8 PASS UIEvent constructor (no argument) | 8 PASS UIEvent constructor (no argument) |
| 9 PASS UIEvent constructor (undefined argument) | 9 PASS UIEvent constructor (undefined argument) |
| 10 PASS UIEvent constructor (null argument) | 10 PASS UIEvent constructor (null argument) |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 FAIL KeyboardEvent constructor (argument with non-default values) assert_true: E
vent object "[object KeyboardEvent]" should have a isComposing property expected
true got false | 37 FAIL KeyboardEvent constructor (argument with non-default values) assert_true: E
vent object "[object KeyboardEvent]" should have a isComposing property expected
true got false |
| 38 PASS CompositionEvent constructor (no argument) | 38 PASS CompositionEvent constructor (no argument) |
| 39 PASS CompositionEvent constructor (undefined argument) | 39 PASS CompositionEvent constructor (undefined argument) |
| 40 PASS CompositionEvent constructor (null argument) | 40 PASS CompositionEvent constructor (null argument) |
| 41 PASS CompositionEvent constructor (empty argument) | 41 PASS CompositionEvent constructor (empty argument) |
| 42 PASS CompositionEvent constructor (argument with default values) | 42 PASS CompositionEvent constructor (argument with default values) |
| 43 PASS CompositionEvent constructor (argument with non-default values) | 43 PASS CompositionEvent constructor (argument with non-default values) |
| 44 PASS UIEvent constructor (view argument with wrong type) | 44 PASS UIEvent constructor (view argument with wrong type) |
| 45 Harness: the test ran to completion. | 45 Harness: the test ran to completion. |
| 46 | 46 |
| OLD | NEW |