Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Side by Side Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-scrolled-expected.txt

Issue 641063003: Pass correct client coordinates for mouse events synthesized from a GestureTap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test output Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1 Verifies that a tap occuring in a scrolled page has the correct co-ordinates
2 Verifies that a tap occuring in a scrolled iframe has the correct co-ordinates
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 Sending GestureTapDown to 25,19 6 Sending GestureTapDown to 50,50
8 Sending GestureShowPress 7 Sending GestureShowPress
9 Sending GestureTap 8 Sending GestureTap
10 Received mousemove in child frame 9 Received mousemove in page
11 PASS event.screenX is point.x 10 PASS event.screenX is point.x
12 PASS event.screenY is point.y 11 PASS event.screenY is point.y
13 PASS event.clientX is 50 / 2 12 PASS event.clientX is point.x
14 PASS event.clientY is 50 / 2 + 7 13 PASS event.clientY is point.y
15 Received mousedown in child frame 14 Received mousedown in page
16 PASS event.screenX is point.x 15 PASS event.screenX is point.x
17 PASS event.screenY is point.y 16 PASS event.screenY is point.y
18 PASS event.clientX is 50 / 2 17 PASS event.clientX is point.x
19 PASS event.clientY is 50 / 2 + 7 18 PASS event.clientY is point.y
20 Received mouseup in child frame 19 Received mouseup in page
21 PASS event.screenX is point.x 20 PASS event.screenX is point.x
22 PASS event.screenY is point.y 21 PASS event.screenY is point.y
23 PASS event.clientX is 50 / 2 22 PASS event.clientX is point.x
24 PASS event.clientY is 50 / 2 + 7 23 PASS event.clientY is point.y
25 Received click in child frame 24 Received click in page
26 PASS event.screenX is point.x 25 PASS event.screenX is point.x
27 PASS event.screenY is point.y 26 PASS event.screenY is point.y
28 PASS event.clientX is 50 / 2 27 PASS event.clientX is point.x
29 PASS event.clientY is 50 / 2 + 7 28 PASS event.clientY is point.y
30 PASS eventReceived.mousemove is true 29 PASS eventReceived.mousemove is true
31 PASS eventReceived.mousedown is true 30 PASS eventReceived.mousedown is true
32 PASS eventReceived.mouseup is true 31 PASS eventReceived.mouseup is true
33 PASS eventReceived.click is true 32 PASS eventReceived.click is true
34 PASS successfullyParsed is true 33 PASS successfullyParsed is true
35 34
36 TEST COMPLETE 35 TEST COMPLETE
37 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698