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

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: Address comments 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
(Empty)
1 Verifies that a tap occuring in a scrolled page has the correct co-ordinates
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
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
42
43 TEST COMPLETE
44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698