| Index: third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt b/third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt
|
| index 88c72c210fd045ca0da86a06f50fdac514c55bfb..d75f2f9ca9326f81011229818772b7cd5827a02e 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt
|
| @@ -1,22 +1,18 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV class='box'",
|
| + "position": [18, 10],
|
| + "bounds": [210, 210],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV class='box'",
|
| - "position": [18, 10],
|
| - "bounds": [210, 210],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF"
|
| - }
|
| - ]
|
| + "backgroundColor": "#0000FF"
|
| }
|
| ]
|
| }
|
|
|