1This tests support for the document.createTouch API. 2 3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 4 5 6PASS "createTouch" in document is true 7PASS touch is non-null. 8PASS touch.target is box 9PASS touch.identifier is 1 10PASS touch.pageX is 100 11PASS touch.pageY is 101 12PASS touch.screenX is 102 13PASS touch.screenY is 103 14PASS emptyTouch is non-null. 15PASS emptyTouch.target is null 16PASS emptyTouch.identifier is 0 17PASS emptyTouch.pageX is 0 18PASS emptyTouch.pageY is 0 19PASS emptyTouch.screenX is 0 20PASS emptyTouch.screenY is 0 21PASS badParamsTouch is non-null. 22PASS badParamsTouch.target is null 23PASS badParamsTouch.identifier is 0 24PASS badParamsTouch.pageX is 0 25PASS badParamsTouch.pageY is 0 26PASS badParamsTouch.screenX is 0 27PASS badParamsTouch.screenY is 104 28PASS successfullyParsed is true 29 30TEST COMPLETE 31 32