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

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

Issue 250193002: Offset rects by origin when projecting from composited to graphics layer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test expectations Created 6 years, 8 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 | Annotate | Revision Log
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. Enable visualize mode to quickly validate graphically. 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: #document (13, 128, 290, 12) 3 normalFlow: #document (13, 128, 290, 12)
4 4
5 inlineOverflow: #document (13, 145, 152, 12) 5 inlineOverflow: #document (13, 145, 152, 12)
6 inlineOverflow: #document (13, 157, 42, 10) 6 inlineOverflow: #document (13, 157, 42, 10)
7 7
8 absoluteChildContainer: #document (13, 172, 290, 12) 8 absoluteChildContainer: #document (13, 172, 290, 12)
9 absoluteChildContainer: #document (320, 173, 142, 12) 9 absoluteChildContainer: #document (320, 173, 142, 12)
10 10
11 relativeChildContainer: #document (13, 189, 290, 22) 11 relativeChildContainer: #document (13, 189, 290, 22)
12 relativeChildContainer: #document (314, 199, 142, 12) 12 relativeChildContainer: #document (314, 199, 142, 12)
13 13
14 fixed: #document (405, 98, 52, 12) 14 fixed: #document (405, 98, 52, 12)
15 15
16 translate: #document (13, 216, 290, 14) 16 translate: #document (13, 216, 290, 14)
17 translate: #document (314, 219, 288, 12) 17 translate: #document (314, 219, 288, 12)
18 18
19 transform2d: #document (16, 236, 284, 20) 19 transform2d: #document (16, 236, 284, 20)
20 20
21 overhangingContainer: #document (13, 262, 290, 12) 21 overhangingContainer: #document (13, 262, 290, 12)
22 overhangingContainer: #document (14, 274, 102, 10) 22 overhangingContainer: #document (14, 274, 102, 10)
23 overhangingContainer: #document (14, 284, 111, 10) 23 overhangingContainer: #document (14, 284, 111, 10)
24 overhangingContainer: #document (14, 294, 102, 11) 24 overhangingContainer: #document (14, 294, 102, 11)
25 25
26 transform3d: DIV#transform3dChild (0, 0, 288, 12) 26 transform3d: DIV#transform3dChild (0, 0, 288, 12)
27 transform3d: #document (13, 315, 290, 14) 27 transform3d: #document (13, 315, 290, 14)
28 28
29 continuation: #document (13, 338, 111, 11) 29 negativeOffsetChild: DIV#withNegativeOffsetChild[109,0] (0, 1, 102, 12)
30 continuation: #document (13, 349, 290, 12)
31 continuation: #document (13, 361, 133, 11)
32 30
33 inlineAbsoluteChildContainer: #document (13, 375, 262, 12) 31 continuation: #document (13, 355, 111, 11)
34 inlineAbsoluteChildContainer: #document (320, 376, 252, 12) 32 continuation: #document (13, 366, 290, 12)
33 continuation: #document (13, 378, 133, 11)
35 34
36 list: #document (13, 396, 290, 14) 35 inlineAbsoluteChildContainer: #document (13, 392, 262, 12)
37 list: #document (341, 397, 261, 12) 36 inlineAbsoluteChildContainer: #document (320, 393, 252, 12)
38 37
39 styleModified: #document (13, 420, 290, 22) 38 list: #document (13, 413, 290, 14)
39 list: #document (341, 414, 261, 12)
40 40
41 containsSvg: #document (13, 447, 290, 16) 41 styleModified: #document (13, 437, 290, 22)
42 42
43 svgline: #document (13, 468, 100, 10) 43 containsSvg: #document (13, 464, 290, 16)
44 44
45 tablecell: #document (45, 501, 32, 11) 45 svgline: #document (13, 485, 100, 10)
46
47 tablecell: #document (45, 518, 32, 11)
46 48
47 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698