1This tests support for the document.createTouchList API. 2 3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 4 5 6PASS "createTouchList" in document is true 7PASS touchList is non-null. 8PASS touchList.length is 0 9PASS touchList.item(0) is null 10PASS touchList.item(1) is null 11PASS ts.touches.length is 2 12PASS ts.touches[0].identifier is 12341 13PASS ts.touches[0].clientX is 60 14PASS ts.touches[1].screenY is 120 15PASS ts.ctrlKey is true 16PASS successfullyParsed is true 17 18TEST COMPLETE 19 20