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

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

Issue 1177123003: Revert "Implement a Hit Test Cache for same point hits." (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
12 Event on a simple div 9 Event on a simple div
13 --------------------- 10 ---------------------
14 Initial: 0+0 11 Initial: 0
15 MouseMove: 1+0 12 MouseMove: 1
16 MouseDown: 1+2 13 MouseDown: 3
17 MouseUp: 0+1 14 MouseUp: 1
18 Wheel: 0+1 15 Wheel: 1
19 TouchStart: 1+0 16 TouchStart: 1
20 TouchMove: 0+0 17 TouchMove: 0
21 TouchEnd: 0+0 18 TouchEnd: 0
22 GestureTapDown: 1+1 19 GestureTapDown: 2
23 GestureShowPress: 1+1 20 GestureShowPress: 2
24 GestureTap: 1+3 [with multiTargetTapNotification: 1+4] 21 GestureTap: 4 [with multiTargetTapNotification: 5]
25 GestureScrollBegin: 0+1 22 GestureScrollBegin: 1
26 GestureTapCancel: 1+0 23 GestureTapCancel: 1
27 GestureScrollUpdate: 0+0 24 GestureScrollUpdate: 0
28 GestureScrollEnd: 0+0 25 GestureScrollEnd: 0
29 26
30 Event entirely over one iframe nested in another 27 Event entirely over one iframe nested in another
31 --------------------- 28 ---------------------
32 Initial: 0+0 0+0 0+0 29 Initial: 0 0 0
33 MouseMove: 1+0 1+0 1+0 30 MouseMove: 1 1 1
34 MouseDown: 1+1 1+1 1+1 31 MouseDown: 2 2 2
35 MouseUp: 0+1 0+1 0+1 32 MouseUp: 1 1 1
36 Wheel: 0+1 0+1 0+1 33 Wheel: 1 1 1
37 TouchStart: 1+0 1+0 1+0 34 TouchStart: 1 1 1
38 TouchMove: 0+0 0+0 0+0 35 TouchMove: 0 0 0
39 TouchEnd: 0+0 0+0 0+0 36 TouchEnd: 0 0 0
40 GestureTapDown: 1+0 1+0 1+1 37 GestureTapDown: 1 1 2
41 GestureShowPress: 1+0 1+0 1+1 38 GestureShowPress: 1 1 2
42 GestureTap: 1+0 1+0 1+3 39 GestureTap: 1 1 4
43 GestureScrollBegin: 0+1 0+1 0+1 40 GestureScrollBegin: 1 1 1
44 GestureTapCancel: 1+0 1+0 1+0 41 GestureTapCancel: 1 1 1
45 GestureScrollUpdate: 0+0 0+0 0+0 42 GestureScrollUpdate: 0 0 0
46 GestureScrollEnd: 0+0 0+0 0+0 43 GestureScrollEnd: 0 0 0
47 44
48 Event near boundary of two iframes 45 Event near boundary of two iframes
49 --------------------- 46 ---------------------
50 Initial: 0+0 0+0 0+0 47 Initial: 0 0 0
51 MouseMove: 1+0 1+0 0+0 48 MouseMove: 1 1 0
52 MouseDown: 1+1 1+1 0+0 49 MouseDown: 2 2 0
53 MouseUp: 0+1 0+1 0+0 50 MouseUp: 1 1 0
54 Wheel: 0+1 0+1 0+0 51 Wheel: 1 1 0
55 TouchStart: 1+0 1+0 0+0 52 TouchStart: 1 1 0
56 TouchMove: 0+0 0+0 0+0 53 TouchMove: 0 0 0
57 TouchEnd: 0+0 0+0 0+0 54 TouchEnd: 0 0 0
58 GestureTapDown: 1+0 4+0 16+0 55 GestureTapDown: 1 4 16
59 GestureShowPress: 1+0 4+0 16+0 56 GestureShowPress: 1 4 16
60 GestureTap: 1+0 4+0 16+0 57 GestureTap: 1 4 16 [with multiTargetTapNotification: 2 8 32]
61 GestureScrollBegin: 0+1 0+1 0+0 58 GestureScrollBegin: 1 1 0
62 GestureTapCancel: 1+0 0+1 0+0 59 GestureTapCancel: 1 1 0
63 GestureScrollUpdate: 0+0 0+0 0+0 60 GestureScrollUpdate: 0 0 0
64 GestureScrollEnd: 0+0 0+0 0+0 61 GestureScrollEnd: 0 0 0
65 62
66 Event on a simple div (desktop viewport) 63 Event on a simple div (desktop viewport)
67 --------------------- 64 ---------------------
68 Initial: 0+0 65 Initial: 0
69 MouseMove: 1+0 66 MouseMove: 1
70 MouseDown: 1+2 67 MouseDown: 3
71 MouseUp: 0+1 68 MouseUp: 1
72 Wheel: 0+1 69 Wheel: 1
73 TouchStart: 1+0 70 TouchStart: 1
74 TouchMove: 0+0 71 TouchMove: 0
75 TouchEnd: 0+0 72 TouchEnd: 0
76 GestureTapDown: 1+1 73 GestureTapDown: 2
77 GestureShowPress: 1+1 74 GestureShowPress: 2
78 GestureTap: 1+3 [with multiTargetTapNotification: 2+4] 75 GestureTap: 4 [with multiTargetTapNotification: 6]
79 GestureScrollBegin: 0+1 76 GestureScrollBegin: 1
80 GestureTapCancel: 1+0 77 GestureTapCancel: 1
81 GestureScrollUpdate: 0+0 78 GestureScrollUpdate: 0
82 GestureScrollEnd: 0+0 79 GestureScrollEnd: 0
83 80
84 PASS successfullyParsed is true
85 81
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