| Index: third_party/WebKit/LayoutTests/compositing/iframes/iframe-resize-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/iframes/iframe-resize-expected.txt b/third_party/WebKit/LayoutTests/compositing/iframes/iframe-resize-expected.txt
|
| index 29b412e2d5ab2141be9b6bcc269e7b15cac43384..b9cc39ef9caccfa30511f9413bac92db0cf6d5b7 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/iframes/iframe-resize-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/iframes/iframe-resize-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' class='bigger'",
|
| + "position": [9, 9],
|
| + "bounds": [468, 188],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Frame Overflow Controls Host Layer",
|
| + "position": [34, 34],
|
| + "bounds": [400, 120]
|
| + },
|
| + {
|
| + "name": "Frame Clipping Layer",
|
| + "bounds": [385, 120]
|
| + },
|
| + {
|
| + "name": "Frame Scrolling Layer"
|
| + },
|
| + {
|
| + "name": "Content Root Layer",
|
| + "bounds": [385, 230]
|
| + },
|
| + {
|
| + "name": "LayoutView #document",
|
| + "bounds": [385, 230],
|
| + "drawsContent": true,
|
| + "backgroundColor": "#C0C0C0"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='iframe-content' class='box'",
|
| + "position": [18, 10],
|
| + "bounds": [210, 210],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#0000FF"
|
| + },
|
| + {
|
| + "name": "Frame Vertical Scrollbar Layer",
|
| + "position": [385, 0],
|
| + "bounds": [15, 120]
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='overlay'",
|
| + "position": [5, 5],
|
| + "bounds": [50, 50],
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutIFrame IFRAME id='parent-iframe' class='bigger'",
|
| - "position": [9, 9],
|
| - "bounds": [468, 188],
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "Frame Overflow Controls Host Layer",
|
| - "position": [34, 34],
|
| - "bounds": [400, 120],
|
| - "children": [
|
| - {
|
| - "name": "Frame Clipping Layer",
|
| - "bounds": [385, 120],
|
| - "children": [
|
| - {
|
| - "name": "Frame Scrolling Layer",
|
| - "children": [
|
| - {
|
| - "name": "Content Root Layer",
|
| - "bounds": [385, 230],
|
| - "children": [
|
| - {
|
| - "name": "LayoutView #document",
|
| - "bounds": [385, 230],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#C0C0C0",
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV id='iframe-content' class='box'",
|
| - "position": [18, 10],
|
| - "bounds": [210, 210],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF"
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "Frame Vertical Scrollbar Layer",
|
| - "position": [385, 0],
|
| - "bounds": [15, 120]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV class='overlay'",
|
| - "position": [5, 5],
|
| - "bounds": [50, 50],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#00000033"
|
| - }
|
| - ]
|
| + "backgroundColor": "#00000033"
|
| }
|
| ]
|
| }
|
|
|