| OLD | NEW |
| 1 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef
ined | 1 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef
ined |
| 2 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef
ined | 2 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef
ined |
| 3 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef
ined | 3 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef
ined |
| 4 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef
ined | 4 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef
ined |
| 5 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef
ined | 5 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef
ined |
| 6 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef
ined | 6 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef
ined |
| 7 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef
ined | 7 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef
ined |
| 8 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef
ined | 8 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef
ined |
| 9 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef
ined | 9 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef
ined |
| 10 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef
ined | 10 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef
ined |
| 11 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef
ined | 11 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef
ined |
| 12 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef
ined | 12 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef
ined |
| 13 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef
ined | 13 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef
ined |
| 14 Verifies that pointer event parameters are correct when fired for mouse events. | 14 Verifies that pointer event parameters are correct when fired for mouse events. |
| 15 | 15 |
| 16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 17 | 17 |
| 18 | 18 |
| 19 --- move mouse into target --- | 19 --- move mouse into target --- |
| 20 Received mouseover | 20 Received mouseover |
| 21 FAIL lastPointerEvents.length should be 2. Was 0. | 21 FAIL lastPointerEvents.length should be 2. Was 0. |
| 22 FAIL lastPointerEvents[0].type should be pointerover. Threw exception TypeError:
Cannot read property 'type' of undefined | 22 FAIL lastPointerEvents[0].type should be pointerover. Threw exception TypeError:
Cannot read property 'type' of undefined |
| 23 Received mouseenter | 23 Received mouseenter |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 Received mouseout | 321 Received mouseout |
| 322 FAIL lastPointerEvents.length should be 2. Was 0. | 322 FAIL lastPointerEvents.length should be 2. Was 0. |
| 323 FAIL lastPointerEvents[0].type should be pointerout. Threw exception TypeError:
Cannot read property 'type' of undefined | 323 FAIL lastPointerEvents[0].type should be pointerout. Threw exception TypeError:
Cannot read property 'type' of undefined |
| 324 Received mouseleave | 324 Received mouseleave |
| 325 FAIL lastPointerEvents.length should be 1. Was 0. | 325 FAIL lastPointerEvents.length should be 1. Was 0. |
| 326 FAIL lastPointerEvents[0].type should be pointerleave. Threw exception TypeError
: Cannot read property 'type' of undefined | 326 FAIL lastPointerEvents[0].type should be pointerleave. Threw exception TypeError
: Cannot read property 'type' of undefined |
| 327 FAIL successfullyParsed should be true. Was false. | 327 FAIL successfullyParsed should be true. Was false. |
| 328 | 328 |
| 329 TEST COMPLETE | 329 TEST COMPLETE |
| 330 | 330 |
| OLD | NEW |