Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / touch-target-limited-expected.txt
blobfbce00eb4373065808ff05f84f368fabba0d17c1
1 Tests that the target of touches match the element where the event originated, not where the touch is currently occurring. This is a limited version of test touch-target.html that avoids the situation where one touch point is released while another is maintained.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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 "touchstart"
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 event.type is "touchmove"
44 PASS event.touches[0].target.id is "targetB"
45 PASS event.touches[1].target.id is "targetA"
46 PASS event.targetTouches.length is 1
47 PASS successfullyParsed is true
49 TEST COMPLETE
50 PASS successfullyParsed is true
52 TEST COMPLETE