| OLD | NEW |
| 1 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null | 1 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null |
| 2 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null | 2 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null |
| 3 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null | 3 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null |
| 4 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null | 4 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null |
| 5 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null | 5 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null |
| 6 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null | 6 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null |
| 7 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null | 7 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null |
| 8 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null | 8 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null |
| 9 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null | 9 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null |
| 10 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null | 10 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null |
| 11 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null | 11 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null |
| 12 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null | 12 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null |
| 13 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null | 13 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null |
| 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 lastPointerEvent should be non-null. Was null | 21 FAIL lastPointerEvent should be non-null. Was null |
| 22 FAIL lastPointerEvent.type should be pointerover. Threw exception TypeError: Can
not read property 'type' of null | 22 FAIL lastPointerEvent.type should be pointerover. Threw exception TypeError: Can
not read property 'type' of null |
| 23 Received mouseenter | 23 Received mouseenter |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 Received mouseout | 369 Received mouseout |
| 370 FAIL lastPointerEvent should be non-null. Was null | 370 FAIL lastPointerEvent should be non-null. Was null |
| 371 FAIL lastPointerEvent.type should be pointerout. Threw exception TypeError: Cann
ot read property 'type' of null | 371 FAIL lastPointerEvent.type should be pointerout. Threw exception TypeError: Cann
ot read property 'type' of null |
| 372 Received mouseleave | 372 Received mouseleave |
| 373 FAIL lastPointerEvent should be non-null. Was null | 373 FAIL lastPointerEvent should be non-null. Was null |
| 374 FAIL lastPointerEvent.type should be pointerleave. Threw exception TypeError: Ca
nnot read property 'type' of null | 374 FAIL lastPointerEvent.type should be pointerleave. Threw exception TypeError: Ca
nnot read property 'type' of null |
| 375 FAIL successfullyParsed should be true. Was false. | 375 FAIL successfullyParsed should be true. Was false. |
| 376 | 376 |
| 377 TEST COMPLETE | 377 TEST COMPLETE |
| 378 | 378 |
| OLD | NEW |