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

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

Issue 1772853002: Block the HTML parser on external stylesheets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified parser blocking logic Created 4 years, 9 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
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+0
15 MouseMove: 1+0 12 MouseMove: 1+0
16 MouseDown: 1+2 13 MouseDown: 1+2
17 MouseUp: 0+1 14 MouseUp: 0+1
18 Wheel: 0+1 15 Wheel: 0+1
19 TouchStart: 0+1 16 TouchStart: 0+1
20 TouchMove: 0+0 17 TouchMove: 0+0
21 TouchEnd: 0+0 18 TouchEnd: 0+0
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 GestureTap: 1+3 [with multiTargetTapNotification: 2+4] 75 GestureTap: 1+3 [with multiTargetTapNotification: 2+4]
79 GestureScrollBegin: 0+1 76 GestureScrollBegin: 0+1
80 GestureTapCancel: 0+1 77 GestureTapCancel: 0+1
81 GestureScrollUpdate: 0+0 78 GestureScrollUpdate: 0+0
82 GestureScrollEnd: 0+0 79 GestureScrollEnd: 0+0
83 80
84 PASS successfullyParsed is true 81 PASS successfullyParsed is true
85 82
86 TEST COMPLETE 83 TEST COMPLETE
87 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698