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