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

Side by Side Diff: LayoutTests/fast/events/touch/page-scaled-touch-gesture-click-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month 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 This tests basic single touch gesture generation. 1 This tests basic single touch gesture generation.
2 2
3 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 ".
4 4
5 5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
6 PASS event.type is "mousemove" 9 PASS event.type is "mousemove"
7 PASS event.clientX is 20 10 PASS event.clientX is 20
8 PASS event.clientY is 24 11 PASS event.clientY is 24
9 PASS event.shiftKey is false 12 PASS event.shiftKey is false
10 PASS event.altKey is false 13 PASS event.altKey is false
11 PASS event.ctrlKey is false 14 PASS event.ctrlKey is false
12 PASS event.metaKey is false 15 PASS event.metaKey is false
13 PASS event.type is "mousedown" 16 PASS event.type is "mousedown"
14 PASS event.clientX is 20 17 PASS event.clientX is 20
15 PASS event.clientY is 24 18 PASS event.clientY is 24
(...skipping 11 matching lines...) Expand all
27 PASS event.type is "click" 30 PASS event.type is "click"
28 PASS event.clientX is 20 31 PASS event.clientX is 20
29 PASS event.clientY is 24 32 PASS event.clientY is 24
30 PASS event.shiftKey is false 33 PASS event.shiftKey is false
31 PASS event.altKey is false 34 PASS event.altKey is false
32 PASS event.ctrlKey is false 35 PASS event.ctrlKey is false
33 PASS event.metaKey is false 36 PASS event.metaKey is false
34 PASS successfullyParsed is true 37 PASS successfullyParsed is true
35 38
36 TEST COMPLETE 39 TEST COMPLETE
37 PASS successfullyParsed is true
38
39 TEST COMPLETE
40 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698