| Index: third_party/WebKit/LayoutTests/compositing/iframes/overlapped-iframe-iframe-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/iframes/overlapped-iframe-iframe-expected.txt b/third_party/WebKit/LayoutTests/compositing/iframes/overlapped-iframe-iframe-expected.txt
|
| index d49668426ebc452c34322e0ecbaae1b2b7a14d6e..8026f9c46586e4d79dd2ce48dbfb9eb1cd295810 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/iframes/overlapped-iframe-iframe-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/iframes/overlapped-iframe-iframe-expected.txt
|
| @@ -1,67 +1,51 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutIFrame (positioned) IFRAME",
|
| + "bounds": [304, 304],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Frame Overflow Controls Host Layer",
|
| + "position": [2, 2],
|
| + "bounds": [300, 300]
|
| + },
|
| + {
|
| + "name": "Frame Clipping Layer",
|
| + "bounds": [300, 300]
|
| + },
|
| + {
|
| + "name": "Frame Scrolling Layer"
|
| + },
|
| + {
|
| + "name": "Content Root Layer",
|
| + "bounds": [300, 300]
|
| + },
|
| + {
|
| + "name": "LayoutView #document",
|
| + "bounds": [300, 300],
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutIFrame (positioned) IFRAME",
|
| - "bounds": [304, 304],
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "Frame Overflow Controls Host Layer",
|
| - "position": [2, 2],
|
| - "bounds": [300, 300],
|
| - "children": [
|
| - {
|
| - "name": "Frame Clipping Layer",
|
| - "bounds": [300, 300],
|
| - "children": [
|
| - {
|
| - "name": "Frame Scrolling Layer",
|
| - "children": [
|
| - {
|
| - "name": "Content Root Layer",
|
| - "bounds": [300, 300],
|
| - "children": [
|
| - {
|
| - "name": "LayoutView #document",
|
| - "bounds": [300, 300],
|
| - "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": "LayoutIFrame (positioned) IFRAME id='overlap'",
|
| - "position": [250, 0],
|
| - "bounds": [304, 304],
|
| - "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": "LayoutIFrame (positioned) IFRAME id='overlap'",
|
| + "position": [250, 0],
|
| + "bounds": [304, 304],
|
| + "drawsContent": true
|
| }
|
| ]
|
| }
|
|
|