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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/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 gesture callbacks. 1 This tests basic gesture callbacks.
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
16 PASS event.clientY is 12 19 PASS event.clientY is 12
17 PASS event.detail is 1 20 PASS event.detail is 1
18 PASS event.type is "click" 21 PASS event.type is "click"
19 PASS event.clientX is 10 22 PASS event.clientX is 10
20 PASS event.clientY is 12 23 PASS event.clientY is 12
21 PASS event.detail is 1 24 PASS event.detail is 1
22 PASS successfullyParsed is true 25 PASS successfullyParsed is true
23 26
24 TEST COMPLETE 27 TEST COMPLETE
25 PASS successfullyParsed is true
26
27 TEST COMPLETE
28 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698