touch-target-expected.txt revision dcc8cf2e65d1aa555cce12431a16547e66b469ee
1Tests that the target of touches match the element where the event originated, not where the touch is currently occurring.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6
7PASS event.type is "touchstart"
8PASS event.touches[0].target.id is "targetA"
9PASS event.touches[1].target.id is "targetB"
10PASS event.type is "touchmove"
11PASS event.touches[0].target.id is "targetA"
12PASS event.touches[1].target.id is "targetB"
13PASS event.type is "touchmove"
14PASS event.touches[0].target.id is "targetA"
15PASS event.touches[1].target.id is "targetB"
16PASS event.type is "touchstart"
17PASS event.touches[0].target.id is "targetB"
18PASS event.touches[1].target.id is "targetA"
19PASS event.type is "touchmove"
20PASS event.touches[0].target.id is "targetB"
21PASS event.touches[1].target.id is "targetA"
22PASS successfullyParsed is true
23
24TEST COMPLETE
25
26