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