blob: c664b2acf95b213f59306daa46f20876751fb847 [file] [log] [blame]
This tests support for the document.createTouchList API.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS "createTouchList" in document is true
PASS touchList is non-null.
PASS touchList.length is 0
PASS touchList.item(0) is null
PASS touchList.item(1) is null
PASS ts.touches.length is 2
PASS ts.touches[0].identifier is 12341
PASS ts.touches[0].clientX is 60
PASS ts.touches[1].screenY is 120
PASS ts.ctrlKey is true
PASS successfullyParsed is true
TEST COMPLETE