Home | History | Annotate | Download | only in touch
      1 Tests that the target of touches match the element where the event originated, not where the touch is currently occurring.
      2 
      3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
      4 
      5 
      6 
      7 PASS event.type is "touchstart"
      8 PASS event.touches[0].target.id is "targetA"
      9 PASS event.touches[1].target.id is "targetB"
     10 PASS event.targetTouches.length is 1
     11 PASS event.type is "touchstart"
     12 PASS event.touches[0].target.id is "targetA"
     13 PASS event.touches[1].target.id is "targetB"
     14 PASS event.targetTouches.length is 1
     15 PASS event.type is "touchmove"
     16 PASS event.touches[0].target.id is "targetA"
     17 PASS event.touches[1].target.id is "targetB"
     18 PASS event.targetTouches.length is 1
     19 PASS event.type is "touchmove"
     20 PASS event.touches[0].target.id is "targetA"
     21 PASS event.touches[1].target.id is "targetB"
     22 PASS event.targetTouches.length is 1
     23 PASS event.type is "touchmove"
     24 PASS event.touches[0].target.id is "targetA"
     25 PASS event.touches[1].target.id is "targetB"
     26 PASS event.targetTouches.length is 1
     27 PASS event.type is "touchmove"
     28 PASS event.touches[0].target.id is "targetA"
     29 PASS event.touches[1].target.id is "targetB"
     30 PASS event.targetTouches.length is 1
     31 PASS event.type is "touchstart"
     32 PASS event.touches[0].target.id is "targetB"
     33 PASS event.touches[1].target.id is "targetA"
     34 PASS event.targetTouches.length is 1
     35 PASS event.type is "touchmove"
     36 PASS event.touches[0].target.id is "targetB"
     37 PASS event.touches[1].target.id is "targetA"
     38 PASS event.targetTouches.length is 1
     39 PASS event.type is "touchmove"
     40 PASS event.touches[0].target.id is "targetB"
     41 PASS event.touches[1].target.id is "targetA"
     42 PASS event.targetTouches.length is 1
     43 PASS successfullyParsed is true
     44 
     45 TEST COMPLETE
     46 
     47