| Index: third_party/WebKit/LayoutTests/compositing/masks/mask-layer-size-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/masks/mask-layer-size-expected.txt b/third_party/WebKit/LayoutTests/compositing/masks/mask-layer-size-expected.txt
|
| index 835768ae2c41b7f8e05bf20659590593c29c8c92..2e61ec3264c4d1e00e0baf140a3195923b4d48c3 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/masks/mask-layer-size-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/masks/mask-layer-size-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 id='masked'",
|
| + "position": [10, 10],
|
| + "bounds": [400, 200],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV id='masked'",
|
| - "position": [10, 10],
|
| - "bounds": [400, 200],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#000000"
|
| - }
|
| - ]
|
| + "backgroundColor": "#000000"
|
| }
|
| ]
|
| }
|
|
|