OLD | NEW |
1 CONSOLE ERROR: line 109: Uncaught TypeError: Cannot read property 'pointerId' of
undefined | 1 CONSOLE ERROR: line 105: Uncaught TypeError: Cannot read property 'pointerId' of
undefined |
2 Verifies that tapping on an element fires appropriate pointer events. | 2 Verifies that tapping on an element fires appropriate pointer events. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 --- test PE+TE event sequences without preventDefault --- | 7 --- test PE+TE event sequences without preventDefault --- |
8 green received touchstart at phase=target | 8 green received touchstart at phase=target |
9 lightgreen received touchstart at phase=bubbling | 9 lightgreen received touchstart at phase=bubbling |
10 grey received touchstart at phase=bubbling | 10 grey received touchstart at phase=bubbling |
11 green received touchmove at phase=target | 11 green received touchmove at phase=target |
(...skipping 29 matching lines...) Expand all Loading... |
41 FAIL receivedPEsAtTarget[2].button should be 0. Threw exception TypeError: Canno
t read property 'button' of undefined | 41 FAIL receivedPEsAtTarget[2].button should be 0. Threw exception TypeError: Canno
t read property 'button' of undefined |
42 FAIL receivedPEsAtTarget[2].buttons should be 0. Threw exception TypeError: Cann
ot read property 'buttons' of undefined | 42 FAIL receivedPEsAtTarget[2].buttons should be 0. Threw exception TypeError: Cann
ot read property 'buttons' of undefined |
43 FAIL receivedPEsAtTarget.length should be 3. Was 0. | 43 FAIL receivedPEsAtTarget.length should be 3. Was 0. |
44 | 44 |
45 --- test PE isPrimary values --- | 45 --- test PE isPrimary values --- |
46 FAIL receivedPEsAtTarget[0].isPrimary should be true. Threw exception TypeError:
Cannot read property 'isPrimary' of undefined | 46 FAIL receivedPEsAtTarget[0].isPrimary should be true. Threw exception TypeError:
Cannot read property 'isPrimary' of undefined |
47 FAIL successfullyParsed should be true. Was false. | 47 FAIL successfullyParsed should be true. Was false. |
48 | 48 |
49 TEST COMPLETE | 49 TEST COMPLETE |
50 | 50 |
OLD | NEW |