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