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

Side by Side Diff: LayoutTests/platform/mac/fast/events/touch/compositor-touch-hit-rects-expected.txt

Issue 17471008: Rework compositor touch hit testing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: CR feedback - accumulate LayoutRects instead of IntRects, disable when page isn't composited. Also… Created 7 years, 5 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 This tests verifies the hit test regions given to the compositor. It can only be run in DumpRenderTree. The outputted rects should cover the hit test regions of all the listed elements. 1 This tests verifies the hit test regions given to the compositor. It can only be run in DumpRenderTree. The outputted rects should cover the hit test regions of all the listed elements. Enable visualize mode to quickly validate graphically.
2 2
3 normalFlow[0]: (8, 68, 769, 10) 3 normalFlow[0]: #document (13, 128, 290, 12)
4 absoluteChildContainer[0]: (8, 96, 769, 10) 4 normalFlow[1]: #document (84, 128, 42, 12)
5 absoluteChildContainer[1]: (118, 300, 140, 10)
6 relativeChildContainer[0]: (8, 142, 769, 10)
7 relativeChildContainer[1]: (128, 342, 140, 10)
8 overhangingContainer[0]: (8, 188, 769, 10)
9 overhangingContainer[1]: (8, 188, 110, 80)
10 transformedChildContainer[0]: (62, 223, 661, 32)
11 transformedChildContainer[1]: (8, 234, 769, 10)
12 continuation[0]: (108, 280, 110, 10)
13 inlineAbsoluteChildContainer[0]: (378, 300, 250, 10)
14 inlineAbsoluteChildContainer[1]: (108, 328, 270, 10)
15 document[0]: (0, 0, 785, 1024)
16 5
6 inlineOverflow[0]: #document (13, 145, 17, 12)
7 inlineOverflow[1]: #document (14, 145, 152, 12)
8 inlineOverflow[2]: #document (14, 146, 152, 10)
9
10 absoluteChildContainer[0]: #document (13, 162, 290, 12)
11 absoluteChildContainer[1]: #document (320, 163, 142, 12)
12
13 relativeChildContainer[0]: #document (13, 179, 290, 22)
14 relativeChildContainer[1]: #document (314, 189, 142, 12)
15
16 translate[0]: #document (13, 206, 290, 14)
17 translate[1]: #document (314, 209, 288, 12)
18
19 transform2d[0]: #document (16, 226, 284, 20)
20
21 overhangingContainer[0]: #document (13, 252, 290, 12)
22 overhangingContainer[1]: #document (14, 253, 102, 42)
23 overhangingContainer[2]: #document (15, 254, 110, 10)
24 overhangingContainer[3]: #document (15, 274, 110, 10)
25
26 transform3d[0]: DIV#transform3dChild (0, 0, 288, 12)
27 transform3d[1]: #document (13, 305, 290, 14)
28
29 continuation[0]: #document (13, 328, 101, 12)
30 continuation[1]: #document (13, 339, 290, 12)
31 continuation[2]: #document (13, 339, 290, 12)
32 continuation[3]: #document (13, 350, 121, 12)
33
34 inlineAbsoluteChildContainer[0]: #document (13, 365, 262, 12)
35 inlineAbsoluteChildContainer[1]: #document (320, 366, 252, 12)
36
37 list[0]: #document (13, 386, 290, 14)
38 list[1]: #document (341, 388, 5, 10)
39 list[2]: #document (354, 387, 248, 12)
40
41 styleModified[0]: #document (13, 410, 290, 22)
42
43 scrollContent[0]: #document (14, 451, 273, 12)
44
45 containsSvg[0]: #document (13, 467, 290, 16)
46 containsSvg[1]: #document (14, 468, 102, 12)
47
48 svgline[0]: #document (13, 488, 100, 10)
49
50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698