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

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

Issue 1142283004: Implement a Hit Test Cache. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove validity rect as per Elliott's request Created 5 years, 6 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 | « LayoutTests/fast/events/hit-test-counts.html ('k') | Source/core/core.gypi » ('j') | 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
10
11 TEST COMPLETE
9 Event on a simple div 12 Event on a simple div
10 --------------------- 13 ---------------------
11 Initial: 0 14 Initial: 0+0
12 MouseMove: 1 15 MouseMove: 1+0
13 MouseDown: 3 16 MouseDown: 1+2
14 MouseUp: 1 17 MouseUp: 0+1
15 Wheel: 1 18 Wheel: 0+1
16 TouchStart: 1 19 TouchStart: 1+0
17 TouchMove: 0 20 TouchMove: 0+0
18 TouchEnd: 0 21 TouchEnd: 0+0
19 GestureTapDown: 2 22 GestureTapDown: 1+1
20 GestureShowPress: 2 23 GestureShowPress: 1+1
21 GestureTap: 4 [with multiTargetTapNotification: 5] 24 GestureTap: 1+3 [with multiTargetTapNotification: 1+4]
22 GestureScrollBegin: 1 25 GestureScrollBegin: 0+1
23 GestureTapCancel: 1 26 GestureTapCancel: 1+0
24 GestureScrollUpdate: 0 27 GestureScrollUpdate: 0+0
25 GestureScrollEnd: 0 28 GestureScrollEnd: 0+0
26 29
27 Event entirely over one iframe nested in another 30 Event entirely over one iframe nested in another
28 --------------------- 31 ---------------------
29 Initial: 0 0 0 32 Initial: 0+0 0+0 0+0
30 MouseMove: 1 1 1 33 MouseMove: 1+0 1+0 1+0
31 MouseDown: 2 2 2 34 MouseDown: 1+1 1+1 1+1
32 MouseUp: 1 1 1 35 MouseUp: 0+1 0+1 0+1
33 Wheel: 1 1 1 36 Wheel: 0+1 0+1 0+1
34 TouchStart: 1 1 1 37 TouchStart: 1+0 1+0 1+0
35 TouchMove: 0 0 0 38 TouchMove: 0+0 0+0 0+0
36 TouchEnd: 0 0 0 39 TouchEnd: 0+0 0+0 0+0
37 GestureTapDown: 1 1 2 40 GestureTapDown: 1+0 1+0 1+1
38 GestureShowPress: 1 1 2 41 GestureShowPress: 1+0 1+0 1+1
39 GestureTap: 1 1 4 42 GestureTap: 1+0 1+0 1+3
40 GestureScrollBegin: 1 1 1 43 GestureScrollBegin: 0+1 0+1 0+1
41 GestureTapCancel: 1 1 1 44 GestureTapCancel: 1+0 1+0 1+0
42 GestureScrollUpdate: 0 0 0 45 GestureScrollUpdate: 0+0 0+0 0+0
43 GestureScrollEnd: 0 0 0 46 GestureScrollEnd: 0+0 0+0 0+0
44 47
45 Event near boundary of two iframes 48 Event near boundary of two iframes
46 --------------------- 49 ---------------------
47 Initial: 0 0 0 50 Initial: 0+0 0+0 0+0
48 MouseMove: 1 1 0 51 MouseMove: 1+0 1+0 0+0
49 MouseDown: 2 2 0 52 MouseDown: 1+1 1+1 0+0
50 MouseUp: 1 1 0 53 MouseUp: 0+1 0+1 0+0
51 Wheel: 1 1 0 54 Wheel: 0+1 0+1 0+0
52 TouchStart: 1 1 0 55 TouchStart: 1+0 1+0 0+0
53 TouchMove: 0 0 0 56 TouchMove: 0+0 0+0 0+0
54 TouchEnd: 0 0 0 57 TouchEnd: 0+0 0+0 0+0
55 GestureTapDown: 1 4 16 58 GestureTapDown: 1+0 4+0 16+0
56 GestureShowPress: 1 4 16 59 GestureShowPress: 1+0 4+0 16+0
57 GestureTap: 1 4 16 [with multiTargetTapNotification: 2 8 32] 60 GestureTap: 1+0 4+0 16+0
58 GestureScrollBegin: 1 1 0 61 GestureScrollBegin: 0+1 0+1 0+0
59 GestureTapCancel: 1 1 0 62 GestureTapCancel: 1+0 0+1 0+0
60 GestureScrollUpdate: 0 0 0 63 GestureScrollUpdate: 0+0 0+0 0+0
61 GestureScrollEnd: 0 0 0 64 GestureScrollEnd: 0+0 0+0 0+0
62 65
63 Event on a simple div (desktop viewport) 66 Event on a simple div (desktop viewport)
64 --------------------- 67 ---------------------
65 Initial: 0 68 Initial: 0+0
66 MouseMove: 1 69 MouseMove: 1+0
67 MouseDown: 3 70 MouseDown: 1+2
68 MouseUp: 1 71 MouseUp: 0+1
69 Wheel: 1 72 Wheel: 0+1
70 TouchStart: 1 73 TouchStart: 1+0
71 TouchMove: 0 74 TouchMove: 0+0
72 TouchEnd: 0 75 TouchEnd: 0+0
73 GestureTapDown: 2 76 GestureTapDown: 1+1
74 GestureShowPress: 2 77 GestureShowPress: 1+1
75 GestureTap: 4 [with multiTargetTapNotification: 6] 78 GestureTap: 1+3 [with multiTargetTapNotification: 2+4]
76 GestureScrollBegin: 1 79 GestureScrollBegin: 0+1
77 GestureTapCancel: 1 80 GestureTapCancel: 1+0
78 GestureScrollUpdate: 0 81 GestureScrollUpdate: 0+0
79 GestureScrollEnd: 0 82 GestureScrollEnd: 0+0
80 83
84 PASS successfullyParsed is true
81 85
86 TEST COMPLETE
87
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/hit-test-counts.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698