OLD | NEW |
1 Tests that the cancel touch event is sent correctly. | 1 Tests that the cancel touch event is sent correctly. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
| 6 PASS successfullyParsed is true |
| 7 |
| 8 TEST COMPLETE |
6 PASS event.type is "touchcancel" | 9 PASS event.type is "touchcancel" |
7 PASS cancelEvent is non-null. | 10 PASS cancelEvent is non-null. |
8 PASS cancelEvent.pageX is 25 | 11 PASS cancelEvent.pageX is 25 |
9 PASS cancelEvent.pageY is 25 | 12 PASS cancelEvent.pageY is 25 |
10 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
11 | 14 |
12 TEST COMPLETE | 15 TEST COMPLETE |
13 PASS successfullyParsed is true | |
14 | |
15 TEST COMPLETE | |
16 | 16 |
OLD | NEW |