document-create-touch-list-expected.txt revision 65f03d4f644ce73618e5f4f50dd694b26f55ae12
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