| Index: third_party/WebKit/LayoutTests/compositing/iframes/enter-compositing-iframe-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/iframes/enter-compositing-iframe-expected.txt b/third_party/WebKit/LayoutTests/compositing/iframes/enter-compositing-iframe-expected.txt
|
| index 5eb92229690d17be96599bd12fbd2df7d79a527d..6915aba35184627069f469d13abfb264027d6b60 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/iframes/enter-compositing-iframe-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/iframes/enter-compositing-iframe-expected.txt
|
| @@ -1,75 +1,59 @@
|
|
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutIFrame IFRAME id='parent-iframe'",
|
| + "position": [9, 9],
|
| + "bounds": [368, 218],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Frame Overflow Controls Host Layer",
|
| + "position": [34, 34],
|
| + "bounds": [300, 150]
|
| + },
|
| + {
|
| + "name": "Frame Clipping Layer",
|
| + "bounds": [285, 150]
|
| + },
|
| + {
|
| + "name": "Frame Scrolling Layer"
|
| + },
|
| + {
|
| + "name": "Content Root Layer",
|
| + "bounds": [285, 230]
|
| + },
|
| + {
|
| + "name": "LayoutView #document",
|
| + "bounds": [285, 230],
|
| + "drawsContent": true,
|
| + "backgroundColor": "#C0C0C0"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='test' class='composited box'",
|
| + "position": [18, 10],
|
| + "bounds": [210, 210],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#0000FF"
|
| + },
|
| + {
|
| + "name": "Frame Vertical Scrollbar Layer",
|
| + "position": [285, 0],
|
| + "bounds": [15, 150]
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='overlay'",
|
| + "position": [5, 5],
|
| + "bounds": [50, 50],
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutIFrame IFRAME id='parent-iframe'",
|
| - "position": [9, 9],
|
| - "bounds": [368, 218],
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "Frame Overflow Controls Host Layer",
|
| - "position": [34, 34],
|
| - "bounds": [300, 150],
|
| - "children": [
|
| - {
|
| - "name": "Frame Clipping Layer",
|
| - "bounds": [285, 150],
|
| - "children": [
|
| - {
|
| - "name": "Frame Scrolling Layer",
|
| - "children": [
|
| - {
|
| - "name": "Content Root Layer",
|
| - "bounds": [285, 230],
|
| - "children": [
|
| - {
|
| - "name": "LayoutView #document",
|
| - "bounds": [285, 230],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#C0C0C0",
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV id='test' class='composited box'",
|
| - "position": [18, 10],
|
| - "bounds": [210, 210],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF"
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "Frame Vertical Scrollbar Layer",
|
| - "position": [285, 0],
|
| - "bounds": [15, 150]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV class='overlay'",
|
| - "position": [5, 5],
|
| - "bounds": [50, 50],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#00000033"
|
| - }
|
| - ]
|
| + "backgroundColor": "#00000033"
|
| }
|
| ]
|
| }
|
|
|