Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / gesture / gesture-tap-scrolled-expected.txt
blobcba4df22ab01051f53649b8a0b0d65b7921b32e3
1 Verifies that a tap occuring in a scrolled page has the correct co-ordinates
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Sending GestureTapDown to 50,50
7 Sending GestureShowPress
8 Sending GestureTap
9 Received mousemove in page
10 PASS event.screenX is point.x
11 PASS event.screenY is point.y
12 PASS event.clientX is point.x
13 PASS event.clientY is point.y
14 PASS event.pageX is point.x + scrollOffset.x
15 PASS event.pageY is point.y + scrollOffset.y
16 Received mousedown in page
17 PASS event.screenX is point.x
18 PASS event.screenY is point.y
19 PASS event.clientX is point.x
20 PASS event.clientY is point.y
21 PASS event.pageX is point.x + scrollOffset.x
22 PASS event.pageY is point.y + scrollOffset.y
23 Received mouseup in page
24 PASS event.screenX is point.x
25 PASS event.screenY is point.y
26 PASS event.clientX is point.x
27 PASS event.clientY is point.y
28 PASS event.pageX is point.x + scrollOffset.x
29 PASS event.pageY is point.y + scrollOffset.y
30 Received click in page
31 PASS event.screenX is point.x
32 PASS event.screenY is point.y
33 PASS event.clientX is point.x
34 PASS event.clientY is point.y
35 PASS event.pageX is point.x + scrollOffset.x
36 PASS event.pageY is point.y + scrollOffset.y
37 PASS eventReceived.mousemove is true
38 PASS eventReceived.mousedown is true
39 PASS eventReceived.mouseup is true
40 PASS eventReceived.click is true
41 PASS successfullyParsed is true
43 TEST COMPLETE