| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt
|
| index 6ced79160ae5389f75a4b509aaa38f0f4e082d2a..6ed89ba3b361f4f7c2f9b933a13967981ef8cc19 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt
|
| @@ -1,42 +1,36 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='container'",
|
| + "position": [23, 8],
|
| + "transformOrigin": [377, 0],
|
| + "bounds": [256, 256],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV id='container'",
|
| - "position": [23, 8],
|
| - "transformOrigin": [377, 0],
|
| - "bounds": [256, 256],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "transform": [
|
| - [1, 0, 0, 0],
|
| - [0, 1, 0, 0],
|
| - [0, 0, 1, 0],
|
| - [-10, 0, 0, 1]
|
| - ],
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV id='composited'",
|
| - "position": [385, 0],
|
| - "contentsOpaque": true
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV id='green'",
|
| - "bounds": [300, 300],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000"
|
| - }
|
| + "transform": [
|
| + [1, 0, 0, 0],
|
| + [0, 1, 0, 0],
|
| + [0, 0, 1, 0],
|
| + [-10, 0, 0, 1]
|
| ]
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='composited'",
|
| + "position": [385, 0],
|
| + "contentsOpaque": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='green'",
|
| + "bounds": [300, 300],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| }
|
| ]
|
| }
|
|
|