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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/hit-test-counts-expected.txt

Issue 2639523003: Auto-rebaseline for r444119 (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Count how many hit tests are required for various event scenarios. Hit tests can be expensive and it's often tempting to add more. These values should only ever be changed to go down, not up. 1 Count how many hit tests are required for various event scenarios. Hit tests can be expensive and it's often tempting to add more. These values should only ever be changed to go down, not up.
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 6 PASS successfullyParsed is true
7 7
8 TEST COMPLETE 8 TEST COMPLETE
9 PASS successfullyParsed is true 9 PASS successfullyParsed is true
10 10
(...skipping 14 matching lines...) Expand all
25 GestureScrollBegin: 0+1 25 GestureScrollBegin: 0+1
26 GestureTapCancel: 0+1 26 GestureTapCancel: 0+1
27 GestureScrollUpdate: 0+0 27 GestureScrollUpdate: 0+0
28 GestureScrollEnd: 0+0 28 GestureScrollEnd: 0+0
29 DoubleFingerTouch: 2+0 29 DoubleFingerTouch: 2+0
30 30
31 Event entirely over one iframe nested in another 31 Event entirely over one iframe nested in another
32 --------------------- 32 ---------------------
33 Initial: 0+0 0+0 0+0 33 Initial: 0+0 0+0 0+0
34 MouseMove: 1+0 1+0 1+0 34 MouseMove: 1+0 1+0 1+0
35 MouseDown: 1+1 1+1 1+2 35 MouseDown: 1+2 1+1 1+2 [with multiTargetTapNotification: 1+1 1+1 1+2]
36 MouseUp: 0+1 0+1 0+1 36 MouseUp: 0+1 0+1 0+1
37 Wheel: 0+1 0+1 0+1 37 Wheel: 0+1 0+1 0+1
38 TouchStart: 1+0 1+0 0+1 38 TouchStart: 1+0 1+0 0+1
39 TouchMove: 0+0 0+0 0+0 39 TouchMove: 0+0 0+0 0+0
40 TouchEnd: 0+0 0+0 0+0 40 TouchEnd: 0+0 0+0 0+0
41 GestureTapDown: 1+0 1+0 1+1 41 GestureTapDown: 1+0 1+0 1+1
42 GestureShowPress: 1+0 1+0 1+1 42 GestureShowPress: 1+0 1+0 1+1
43 GestureTap: 1+0 1+0 1+3 43 GestureTap: 1+0 1+0 1+3
44 GestureScrollBegin: 0+1 0+1 0+1 44 GestureScrollBegin: 0+1 0+1 0+1
45 GestureTapCancel: 1+0 1+0 0+1 45 GestureTapCancel: 1+0 1+0 0+1
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 GestureScrollBegin: 0+1 82 GestureScrollBegin: 0+1
83 GestureTapCancel: 0+1 83 GestureTapCancel: 0+1
84 GestureScrollUpdate: 0+0 84 GestureScrollUpdate: 0+0
85 GestureScrollEnd: 0+0 85 GestureScrollEnd: 0+0
86 DoubleFingerTouch: 2+0 86 DoubleFingerTouch: 2+0
87 87
88 PASS successfullyParsed is true 88 PASS successfullyParsed is true
89 89
90 TEST COMPLETE 90 TEST COMPLETE
91 91
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698