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

Side by Side Diff: LayoutTests/platform/mac/virtual/gpu/compositedscrolling/overflow/clear-scroll-parent-expected.txt

Issue 348583003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 (GraphicsLayer 1 {
2 (bounds 800.00 600.00) 2 "bounds": [800, 600],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 800.00 600.00) 5 "bounds": [800, 600],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (children 4 8 "children": [
9 (GraphicsLayer 9 {
10 (position 8.00 8.00) 10 "position": [8, 8],
11 (bounds 308.00 208.00) 11 "bounds": [308, 208],
12 (drawsContent 1) 12 "drawsContent": true,
13 (children 3 13 "children": [
14 (GraphicsLayer 14 {
15 (position 4.00 4.00) 15 "position": [4, 4],
16 (bounds 285.00 200.00) 16 "bounds": [285, 200],
17 (children 1 17 "children": [
18 (GraphicsLayer 18 {
19 (bounds 285.00 530.00) 19 "bounds": [285, 530],
20 (shouldFlattenTransform 0) 20 "shouldFlattenTransform": false,
21 (drawsContent 1) 21 "drawsContent": true,
22 (children 1 22 "children": [
23 (GraphicsLayer 23 {
24 )
25 )
26 )
27 )
28 )
29 (GraphicsLayer
30 (position 289.00 4.00)
31 (bounds 15.00 185.00)
32 )
33 (GraphicsLayer
34 (position 289.00 189.00)
35 (bounds 15.00 15.00)
36 (drawsContent 1)
37 )
38 )
39 )
40 (GraphicsLayer
41 (position 50.00 200.00)
42 (bounds 200.00 200.00)
43 (contentsOpaque 1)
44 (drawsContent 1)
45 (backgroundColor #008000)
46 (hasClipParent 1)
47 (children 1
48 (GraphicsLayer
49 )
50 )
51 )
52 (GraphicsLayer
53 (position 12.00 12.00)
54 (bounds 80.00 80.00)
55 (hasScrollParent 1)
56 (children 1
57 (GraphicsLayer
58 (position 10.00 10.00)
59 (bounds 100.00 100.00)
60 (contentsOpaque 1)
61 (drawsContent 1)
62 (backgroundColor #FF0000)
63 (children 1
64 (GraphicsLayer
65 )
66 )
67 )
68 )
69 )
70 (GraphicsLayer
71 (hasScrollParent 1)
72 (children 2
73 (GraphicsLayer
74 (position 22.00 102.00)
75 (bounds 100.00 100.00)
76 (contentsOpaque 1)
77 (drawsContent 1)
78 (backgroundColor #0000FF)
79 (children 1
80 (GraphicsLayer
81 )
82 )
83 )
84 (GraphicsLayer
85 (position 22.00 212.00)
86 (bounds 100.00 320.00)
87 (drawsContent 1)
88 )
89 )
90 )
91 )
92 )
93 )
94 )
95 24
25 }
26 ]
27 }
28 ]
29 },
30 {
31 "position": [289, 4],
32 "bounds": [15, 185]
33 },
34 {
35 "position": [289, 189],
36 "bounds": [15, 15],
37 "drawsContent": true
38 }
39 ]
40 },
41 {
42 "position": [50, 200],
43 "bounds": [200, 200],
44 "contentsOpaque": true,
45 "drawsContent": true,
46 "backgroundColor": "#008000",
47 "hasClipParent": true,
48 "children": [
49 {
50
51 }
52 ]
53 },
54 {
55 "position": [12, 12],
56 "bounds": [80, 80],
57 "hasScrollParent": true,
58 "children": [
59 {
60 "position": [10, 10],
61 "bounds": [100, 100],
62 "contentsOpaque": true,
63 "drawsContent": true,
64 "backgroundColor": "#FF0000",
65 "children": [
66 {
67
68 }
69 ]
70 }
71 ]
72 },
73 {
74 "hasScrollParent": true,
75 "children": [
76 {
77 "position": [22, 102],
78 "bounds": [100, 100],
79 "contentsOpaque": true,
80 "drawsContent": true,
81 "backgroundColor": "#0000FF",
82 "children": [
83 {
84
85 }
86 ]
87 },
88 {
89 "position": [22, 212],
90 "bounds": [100, 320],
91 "drawsContent": true
92 }
93 ]
94 }
95 ]
96 }
97 ]
98 }
99
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698