| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 43 tests. 42 PASS 1 FAIL 0 TIMEOUT 0 NOTRUN |
| 2 PASS Event constructor (no argument) | 3 PASS Event constructor (no argument) |
| 3 PASS Event constructor (undefined argument) | 4 PASS Event constructor (undefined argument) |
| 4 PASS Event constructor (null argument) | 5 PASS Event constructor (null argument) |
| 5 PASS Event constructor (empty argument) | 6 PASS Event constructor (empty argument) |
| 6 PASS Event constructor (argument with default values) | 7 PASS Event constructor (argument with default values) |
| 7 PASS Event constructor (argument with non-default values) | 8 PASS Event constructor (argument with non-default values) |
| 8 PASS UIEvent constructor (no argument) | 9 PASS UIEvent constructor (no argument) |
| 9 PASS UIEvent constructor (undefined argument) | 10 PASS UIEvent constructor (undefined argument) |
| 10 PASS UIEvent constructor (null argument) | 11 PASS UIEvent constructor (null argument) |
| 11 PASS UIEvent constructor (empty argument) | 12 PASS UIEvent constructor (empty argument) |
| (...skipping 25 matching lines...) Expand all Loading... |
| 37 FAIL KeyboardEvent constructor (argument with non-default values) assert_equals:
The value of the charCode property should be 7 expected 7 but got 0 | 38 FAIL KeyboardEvent constructor (argument with non-default values) assert_equals:
The value of the charCode property should be 7 expected 7 but got 0 |
| 38 PASS CompositionEvent constructor (no argument) | 39 PASS CompositionEvent constructor (no argument) |
| 39 PASS CompositionEvent constructor (undefined argument) | 40 PASS CompositionEvent constructor (undefined argument) |
| 40 PASS CompositionEvent constructor (null argument) | 41 PASS CompositionEvent constructor (null argument) |
| 41 PASS CompositionEvent constructor (empty argument) | 42 PASS CompositionEvent constructor (empty argument) |
| 42 PASS CompositionEvent constructor (argument with default values) | 43 PASS CompositionEvent constructor (argument with default values) |
| 43 PASS CompositionEvent constructor (argument with non-default values) | 44 PASS CompositionEvent constructor (argument with non-default values) |
| 44 PASS UIEvent constructor (view argument with wrong type) | 45 PASS UIEvent constructor (view argument with wrong type) |
| 45 Harness: the test ran to completion. | 46 Harness: the test ran to completion. |
| 46 | 47 |
| OLD | NEW |