Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / hit-test-counts-expected.txt
blob2a135fedc51f12e0efa882fbec879bb410362570
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.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
8 TEST COMPLETE
9 PASS successfullyParsed is true
11 TEST COMPLETE
12 Event on a simple div
13 ---------------------
14 Initial: 0+0
15 MouseMove: 1+0
16 MouseDown: 1+2
17 MouseUp: 0+1
18 Wheel: 0+1
19 TouchStart: 0+1
20 TouchMove: 0+0
21 TouchEnd: 0+0
22 GestureTapDown: 1+1
23 GestureShowPress: 1+1
24 GestureTap: 1+3 [with multiTargetTapNotification: 1+4]
25 GestureScrollBegin: 0+1
26 GestureTapCancel: 0+1
27 GestureScrollUpdate: 0+0
28 GestureScrollEnd: 0+0
30 Event entirely over one iframe nested in another
31 ---------------------
32 Initial: 0+0 0+0 0+0
33 MouseMove: 1+0 1+0 1+0
34 MouseDown: 1+1 1+1 1+1
35 MouseUp: 0+1 0+1 0+1
36 Wheel: 0+1 0+1 0+1
37 TouchStart: 1+0 1+0 0+1
38 TouchMove: 0+0 0+0 0+0
39 TouchEnd: 0+0 0+0 0+0
40 GestureTapDown: 1+0 1+0 1+1
41 GestureShowPress: 1+0 1+0 1+1
42 GestureTap: 1+0 1+0 1+3
43 GestureScrollBegin: 0+1 0+1 0+1
44 GestureTapCancel: 1+0 1+0 0+1
45 GestureScrollUpdate: 0+0 0+0 0+0
46 GestureScrollEnd: 0+0 0+0 0+0
48 Event near boundary of two iframes
49 ---------------------
50 Initial: 0+0 0+0 0+0
51 MouseMove: 1+0 1+0 0+0
52 MouseDown: 1+1 1+1 0+0
53 MouseUp: 0+1 0+1 0+0
54 Wheel: 0+1 0+1 0+0
55 TouchStart: 1+0 0+1 0+0
56 TouchMove: 0+0 0+0 0+0
57 TouchEnd: 0+0 0+0 0+0
58 GestureTapDown: 1+0 1+0 1+0
59 GestureShowPress: 1+0 1+0 1+0
60 GestureTap: 1+0 1+0 1+0
61 GestureScrollBegin: 0+1 0+1 0+0
62 GestureTapCancel: 1+0 0+1 0+0
63 GestureScrollUpdate: 0+0 0+0 0+0
64 GestureScrollEnd: 0+0 0+0 0+0
66 Event on a simple div (desktop viewport)
67 ---------------------
68 Initial: 0+0
69 MouseMove: 1+0
70 MouseDown: 1+2
71 MouseUp: 0+1
72 Wheel: 0+1
73 TouchStart: 0+1
74 TouchMove: 0+0
75 TouchEnd: 0+0
76 GestureTapDown: 1+1
77 GestureShowPress: 1+1
78 GestureTap: 1+3 [with multiTargetTapNotification: 2+4]
79 GestureScrollBegin: 0+1
80 GestureTapCancel: 0+1
81 GestureScrollUpdate: 0+0
82 GestureScrollEnd: 0+0
84 PASS successfullyParsed is true
86 TEST COMPLETE