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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/gesture-dblclick-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 gesture callbacks for a double tap sequence of gestures. 1 This tests gesture callbacks for a double tap sequence of gestures.
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 10 10 PASS event.clientX is 10
8 PASS event.clientY is 12 11 PASS event.clientY is 12
9 PASS event.detail is 0 12 PASS event.detail is 0
10 PASS event.type is "mousedown" 13 PASS event.type is "mousedown"
11 PASS event.clientX is 10 14 PASS event.clientX is 10
12 PASS event.clientY is 12 15 PASS event.clientY is 12
13 PASS event.detail is 1 16 PASS event.detail is 1
14 PASS event.type is "mouseup" 17 PASS event.type is "mouseup"
15 PASS event.clientX is 10 18 PASS event.clientX is 10
(...skipping 19 matching lines...) Expand all
35 PASS event.clientX is 11 38 PASS event.clientX is 11
36 PASS event.clientY is 12 39 PASS event.clientY is 12
37 PASS event.detail is 2 40 PASS event.detail is 2
38 PASS event.type is "dblclick" 41 PASS event.type is "dblclick"
39 PASS event.clientX is 11 42 PASS event.clientX is 11
40 PASS event.clientY is 12 43 PASS event.clientY is 12
41 PASS event.detail is 2 44 PASS event.detail is 2
42 PASS successfullyParsed is true 45 PASS successfullyParsed is true
43 46
44 TEST COMPLETE 47 TEST COMPLETE
45 PASS successfullyParsed is true
46
47 TEST COMPLETE
48 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698