| Index: third_party/WebKit/LayoutTests/compositing/squashing/iframes-are-never-squashed-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/iframes-are-never-squashed-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/iframes-are-never-squashed-expected.txt
|
| index 6ad1c591c595a89c3d08fb81d25c35606bd968d0..2b1a222da3c605ecf6d3da36b5564f92e697aa4a 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/iframes-are-never-squashed-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/iframes-are-never-squashed-expected.txt
|
| @@ -1,29 +1,25 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV",
|
| + "position": [8, 8],
|
| + "bounds": [200, 200],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#D3D3D3"
|
| + },
|
| + {
|
| + "name": "LayoutIFrame (positioned) IFRAME",
|
| + "bounds": [104, 104],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV",
|
| - "position": [8, 8],
|
| - "bounds": [200, 200],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#D3D3D3"
|
| - },
|
| - {
|
| - "name": "LayoutIFrame (positioned) IFRAME",
|
| - "bounds": [104, 104],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#ADD8E6"
|
| - }
|
| - ]
|
| + "backgroundColor": "#ADD8E6"
|
| }
|
| ]
|
| }
|
|
|