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

Side by Side Diff: LayoutTests/platform/mac/virtual/softwarecompositing/iframes/invisible-nested-iframe-show-expected.txt

Issue 473473003: Remove virtual/softwarecompositing suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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
(Empty)
1
2 {
3 "bounds": [800, 600],
4 "children": [
5 {
6 "bounds": [800, 600],
7 "contentsOpaque": true,
8 "drawsContent": true,
9 "children": [
10 {
11 "position": [-12, -12],
12 "bounds": [370, 220],
13 "drawsContent": true,
14 "children": [
15 {
16 "position": [35, 35],
17 "children": [
18 {
19 "bounds": [285, 150],
20 "children": [
21 {
22 "children": [
23 {
24 "bounds": [285, 192],
25 "children": [
26 {
27 "bounds": [285, 192],
28 "drawsContent": true,
29 "children": [
30 {
31 "position": [8, 8],
32 "bounds": [252, 172],
33 "drawsContent": true,
34 "children": [
35 {
36 "position": [1, 1],
37 "children": [
38 {
39 "bounds": [250, 170],
40 "children": [
41 {
42 "children": [
43 {
44 "bounds": [250, 230],
45 "children": [
46 {
47 "bounds": [250, 230],
48 "drawsContent": true,
49 "children": [
50 {
51 "position": [18, 10],
52 "bounds": [210, 210],
53 "contentsOpaque": true ,
54 "drawsContent": true,
55 "backgroundColor": "#0 000FF"
56 }
57 ]
58 }
59 ]
60 }
61 ]
62 }
63 ]
64 }
65 ]
66 }
67 ]
68 }
69 ]
70 }
71 ]
72 }
73 ]
74 }
75 ]
76 },
77 {
78 "position": [285, 0],
79 "bounds": [15, 150]
80 }
81 ]
82 }
83 ]
84 },
85 {
86 "position": [18, 202],
87 "bounds": [210, 210],
88 "contentsOpaque": true,
89 "drawsContent": true,
90 "backgroundColor": "#0000FF",
91 "transform": [
92 [1, 0, 0, 0],
93 [0, 1, 0, 0],
94 [0, 0, 1, 0],
95 [0, 0, 1, 1]
96 ]
97 }
98 ]
99 }
100 ]
101 }
102
103
104 --------
105 Frame: '-->'
106 --------
107 {
108 "bounds": [285, 192],
109 "children": [
110 {
111 "bounds": [285, 192],
112 "drawsContent": true,
113 "children": [
114 {
115 "position": [8, 8],
116 "bounds": [252, 172],
117 "drawsContent": true,
118 "children": [
119 {
120 "position": [1, 1],
121 "children": [
122 {
123 "bounds": [250, 170],
124 "children": [
125 {
126 "children": [
127 {
128 "bounds": [250, 230],
129 "children": [
130 {
131 "bounds": [250, 230],
132 "drawsContent": true,
133 "children": [
134 {
135 "position": [18, 10],
136 "bounds": [210, 210],
137 "contentsOpaque": true,
138 "drawsContent": true,
139 "backgroundColor": "#0000FF"
140 }
141 ]
142 }
143 ]
144 }
145 ]
146 }
147 ]
148 }
149 ]
150 }
151 ]
152 }
153 ]
154 }
155 ]
156 }
157
158
159 --------
160 Frame: '/-->'
161 --------
162 {
163 "bounds": [250, 230],
164 "children": [
165 {
166 "bounds": [250, 230],
167 "drawsContent": true,
168 "children": [
169 {
170 "position": [18, 10],
171 "bounds": [210, 210],
172 "contentsOpaque": true,
173 "drawsContent": true,
174 "backgroundColor": "#0000FF"
175 }
176 ]
177 }
178 ]
179 }
180
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698