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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/overlapped-nested-iframes-expected.txt

Issue 2060083002: LocalFrame::localLayerTreeAsText() ==> layerTreeAsText() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 1
2 { 2 {
3 "bounds": [785, 1650], 3 "bounds": [785, 1650],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [785, 1650], 6 "bounds": [785, 1650],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "children": [ 9 "children": [
10 { 10 {
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "position": [0, 100], 159 "position": [0, 100],
160 "bounds": [785, 120], 160 "bounds": [785, 120],
161 "drawsContent": true, 161 "drawsContent": true,
162 "backgroundColor": "#0000007F" 162 "backgroundColor": "#0000007F"
163 } 163 }
164 ] 164 ]
165 } 165 }
166 ] 166 ]
167 } 167 }
168 168
169
170 --------
171 Frame: '-->'
172 --------
173 {
174 "bounds": [280, 200],
175 "children": [
176 {
177 "bounds": [280, 200],
178 "drawsContent": true,
179 "children": [
180 {
181 "position": [8, 8],
182 "bounds": [252, 172],
183 "drawsContent": true,
184 "children": [
185 {
186 "position": [1, 1],
187 "bounds": [250, 170],
188 "children": [
189 {
190 "bounds": [250, 170],
191 "children": [
192 {
193 "children": [
194 {
195 "bounds": [250, 230],
196 "children": [
197 {
198 "bounds": [250, 230],
199 "drawsContent": true,
200 "backgroundColor": "#C0C0C0",
201 "children": [
202 {
203 "position": [18, 10],
204 "bounds": [210, 210],
205 "contentsOpaque": true,
206 "drawsContent": true,
207 "backgroundColor": "#0000FF"
208 }
209 ]
210 }
211 ]
212 }
213 ]
214 }
215 ]
216 }
217 ]
218 }
219 ]
220 }
221 ]
222 }
223 ]
224 }
225
226
227 --------
228 Frame: '/-->'
229 --------
230 {
231 "bounds": [250, 230],
232 "children": [
233 {
234 "bounds": [250, 230],
235 "drawsContent": true,
236 "backgroundColor": "#C0C0C0",
237 "children": [
238 {
239 "position": [18, 10],
240 "bounds": [210, 210],
241 "contentsOpaque": true,
242 "drawsContent": true,
243 "backgroundColor": "#0000FF"
244 }
245 ]
246 }
247 ]
248 }
249
250
251 --------
252 Frame: '-->'
253 --------
254 {
255 "bounds": [280, 200],
256 "children": [
257 {
258 "bounds": [280, 200],
259 "drawsContent": true,
260 "children": [
261 {
262 "position": [8, 8],
263 "bounds": [252, 172],
264 "drawsContent": true,
265 "children": [
266 {
267 "position": [1, 1],
268 "bounds": [250, 170],
269 "children": [
270 {
271 "bounds": [250, 170],
272 "children": [
273 {
274 "children": [
275 {
276 "bounds": [250, 230],
277 "children": [
278 {
279 "bounds": [250, 230],
280 "drawsContent": true,
281 "backgroundColor": "#C0C0C0",
282 "children": [
283 {
284 "position": [18, 10],
285 "bounds": [210, 210],
286 "contentsOpaque": true,
287 "drawsContent": true,
288 "backgroundColor": "#0000FF"
289 }
290 ]
291 }
292 ]
293 }
294 ]
295 }
296 ]
297 }
298 ]
299 }
300 ]
301 }
302 ]
303 }
304 ]
305 }
306
307
308 --------
309 Frame: '/-->'
310 --------
311 {
312 "bounds": [250, 230],
313 "children": [
314 {
315 "bounds": [250, 230],
316 "drawsContent": true,
317 "backgroundColor": "#C0C0C0",
318 "children": [
319 {
320 "position": [18, 10],
321 "bounds": [210, 210],
322 "contentsOpaque": true,
323 "drawsContent": true,
324 "backgroundColor": "#0000FF"
325 }
326 ]
327 }
328 ]
329 }
330
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698