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

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

Issue 669253002: Update hit-test-counts.html to use mobilie optimized viewport. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update expectation 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
« no previous file with comments | « LayoutTests/fast/events/hit-test-counts.html ('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 Event on a simple div 9 Event on a simple div
10 --------------------- 10 ---------------------
11 Initial: 0 11 Initial: 0
12 MouseMove: 1 12 MouseMove: 1
13 MouseDown: 3 13 MouseDown: 3
14 MouseUp: 1 14 MouseUp: 1
15 Wheel: 1 15 Wheel: 1
16 TouchStart: 1 16 TouchStart: 1
17 TouchMove: 0 17 TouchMove: 0
18 TouchEnd: 0 18 TouchEnd: 0
19 GestureTapDown: 2 19 GestureTapDown: 2
20 GestureShowPress: 2 20 GestureShowPress: 2
21 GestureTap: 5 21 GestureTap: 4
22 GestureScrollBegin: 1 22 GestureScrollBegin: 1
23 GestureTapCancel: 1 23 GestureTapCancel: 1
24 GestureScrollUpdate: 0 24 GestureScrollUpdate: 0
25 GestureScrollEnd: 0 25 GestureScrollEnd: 0
26 26
27 Event entirely over one iframe nested in another 27 Event entirely over one iframe nested in another
28 --------------------- 28 ---------------------
29 Initial: 0 0 0 29 Initial: 0 0 0
30 MouseMove: 1 1 1 30 MouseMove: 1 1 1
31 MouseDown: 2 2 2 31 MouseDown: 2 2 2
32 MouseUp: 1 1 1 32 MouseUp: 1 1 1
33 Wheel: 1 1 1 33 Wheel: 1 1 1
34 TouchStart: 1 1 1 34 TouchStart: 1 1 1
35 TouchMove: 0 0 0 35 TouchMove: 0 0 0
36 TouchEnd: 0 0 0 36 TouchEnd: 0 0 0
37 GestureTapDown: 1 1 2 37 GestureTapDown: 1 1 2
38 GestureShowPress: 1 1 2 38 GestureShowPress: 1 1 2
39 GestureTap: 2 2 5 39 GestureTap: 1 1 4
40 GestureScrollBegin: 1 1 1 40 GestureScrollBegin: 1 1 1
41 GestureTapCancel: 1 1 1 41 GestureTapCancel: 1 1 1
42 GestureScrollUpdate: 0 0 0 42 GestureScrollUpdate: 0 0 0
43 GestureScrollEnd: 0 0 0 43 GestureScrollEnd: 0 0 0
44 44
45 Event near boundary of two iframes 45 Event near boundary of two iframes
46 --------------------- 46 ---------------------
47 Initial: 0 0 0 47 Initial: 0 0 0
48 MouseMove: 1 1 1 48 MouseMove: 1 1 1
49 MouseDown: 2 2 0 49 MouseDown: 2 2 0
50 MouseUp: 1 1 0 50 MouseUp: 1 1 0
51 Wheel: 1 1 0 51 Wheel: 1 1 0
52 TouchStart: 1 1 0 52 TouchStart: 1 1 0
53 TouchMove: 0 0 0 53 TouchMove: 0 0 0
54 TouchEnd: 0 0 0 54 TouchEnd: 0 0 0
55 GestureTapDown: 1 4 16 55 GestureTapDown: 1 4 16
56 GestureShowPress: 1 4 16 56 GestureShowPress: 1 4 16
57 GestureTap: 2 8 32 57 GestureTap: 2 8 32
58 GestureScrollBegin: 1 1 0 58 GestureScrollBegin: 1 1 0
59 GestureTapCancel: 1 1 0 59 GestureTapCancel: 1 1 0
60 GestureScrollUpdate: 0 0 0 60 GestureScrollUpdate: 0 0 0
61 GestureScrollEnd: 0 0 0 61 GestureScrollEnd: 0 0 0
62 62
63 Event on a simple div (desktop viewport)
64 ---------------------
65 Initial: 0
66 MouseMove: 1
67 MouseDown: 3
68 MouseUp: 1
69 Wheel: 1
70 TouchStart: 1
71 TouchMove: 0
72 TouchEnd: 0
73 GestureTapDown: 2
74 GestureShowPress: 2
75 GestureTap: 5
76 GestureScrollBegin: 1
77 GestureTapCancel: 1
78 GestureScrollUpdate: 0
79 GestureScrollEnd: 0
63 80
81
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/hit-test-counts.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698