| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt
|
| index ff6715dad8dddac7199b285d4e5cd5e56c6f7ec4..1c0ee4a45aea31415711601b2971ab9cd232f006 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt
|
| @@ -1,50 +1,42 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow BODY",
|
| + "position": [8, 8],
|
| + "bounds": [784, 584],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='container'",
|
| + "position": [15, 0],
|
| + "transformOrigin": [377, 0],
|
| + "bounds": [256, 256],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow BODY",
|
| - "position": [8, 8],
|
| - "bounds": [784, 584],
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV id='container'",
|
| - "position": [15, 0],
|
| - "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"
|
| }
|
| ]
|
| }
|
|
|