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

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

Issue 1302583002: Hit-test should not descend into iframe unnecessarily (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | Source/core/layout/LayoutPart.cpp » ('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 9 PASS successfullyParsed is true
10 10
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 Event near boundary of two iframes 48 Event near boundary of two iframes
49 --------------------- 49 ---------------------
50 Initial: 0+0 0+0 0+0 50 Initial: 0+0 0+0 0+0
51 MouseMove: 1+0 1+0 0+0 51 MouseMove: 1+0 1+0 0+0
52 MouseDown: 1+1 1+1 0+0 52 MouseDown: 1+1 1+1 0+0
53 MouseUp: 0+1 0+1 0+0 53 MouseUp: 0+1 0+1 0+0
54 Wheel: 0+1 0+1 0+0 54 Wheel: 0+1 0+1 0+0
55 TouchStart: 1+0 1+0 0+0 55 TouchStart: 1+0 1+0 0+0
56 TouchMove: 0+0 0+0 0+0 56 TouchMove: 0+0 0+0 0+0
57 TouchEnd: 0+0 0+0 0+0 57 TouchEnd: 0+0 0+0 0+0
58 GestureTapDown: 1+0 4+0 16+0 58 GestureTapDown: 1+0 1+0 1+0
59 GestureShowPress: 1+0 4+0 16+0 59 GestureShowPress: 1+0 1+0 1+0
60 GestureTap: 1+0 4+0 16+0 60 GestureTap: 1+0 1+0 1+0
61 GestureScrollBegin: 0+1 0+1 0+0 61 GestureScrollBegin: 0+1 0+1 0+0
62 GestureTapCancel: 1+0 0+1 0+0 62 GestureTapCancel: 1+0 0+1 0+0
63 GestureScrollUpdate: 0+0 0+0 0+0 63 GestureScrollUpdate: 0+0 0+0 0+0
64 GestureScrollEnd: 0+0 0+0 0+0 64 GestureScrollEnd: 0+0 0+0 0+0
65 65
66 Event on a simple div (desktop viewport) 66 Event on a simple div (desktop viewport)
67 --------------------- 67 ---------------------
68 Initial: 0+0 68 Initial: 0+0
69 MouseMove: 1+0 69 MouseMove: 1+0
70 MouseDown: 1+2 70 MouseDown: 1+2
71 MouseUp: 0+1 71 MouseUp: 0+1
72 Wheel: 0+1 72 Wheel: 0+1
73 TouchStart: 1+0 73 TouchStart: 1+0
74 TouchMove: 0+0 74 TouchMove: 0+0
75 TouchEnd: 0+0 75 TouchEnd: 0+0
76 GestureTapDown: 1+1 76 GestureTapDown: 1+1
77 GestureShowPress: 1+1 77 GestureShowPress: 1+1
78 GestureTap: 1+3 [with multiTargetTapNotification: 2+4] 78 GestureTap: 1+3 [with multiTargetTapNotification: 2+4]
79 GestureScrollBegin: 0+1 79 GestureScrollBegin: 0+1
80 GestureTapCancel: 1+0 80 GestureTapCancel: 1+0
81 GestureScrollUpdate: 0+0 81 GestureScrollUpdate: 0+0
82 GestureScrollEnd: 0+0 82 GestureScrollEnd: 0+0
83 83
84 PASS successfullyParsed is true 84 PASS successfullyParsed is true
85 85
86 TEST COMPLETE 86 TEST COMPLETE
87 87
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/LayoutPart.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698