| Index: third_party/WebKit/LayoutTests/compositing/squashing/squash-onto-transform-backing-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-onto-transform-backing-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squash-onto-transform-backing-expected.txt
|
| index 3e7a91d657b47b2cb8d1c8633955ba1d9f84a23b..868c24625cc67576b6c3499cae0923fc8d7d4d46 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-onto-transform-backing-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-onto-transform-backing-expected.txt
|
| @@ -1,40 +1,34 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Squashing Containment Layer",
|
| + "shouldFlattenTransform": false
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='compositedAndRotated box behind'",
|
| + "position": [100, 100],
|
| + "bounds": [100, 100],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "Squashing Containment Layer",
|
| - "shouldFlattenTransform": false,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV class='compositedAndRotated box behind'",
|
| - "position": [100, 100],
|
| - "bounds": [100, 100],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF",
|
| - "transform": [
|
| - [0.707106781186548, 0.707106781186548, 0, 0],
|
| - [-0.707106781186548, 0.707106781186548, 0, 0],
|
| - [0, 0, 1, 0],
|
| - [0, 0, 0, 1]
|
| - ]
|
| - },
|
| - {
|
| - "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV class='box middle')",
|
| - "position": [20, 20],
|
| - "bounds": [260, 260],
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| - }
|
| + "backgroundColor": "#0000FF",
|
| + "transform": [
|
| + [0.707106781186548, 0.707106781186548, 0, 0],
|
| + [-0.707106781186548, 0.707106781186548, 0, 0],
|
| + [0, 0, 1, 0],
|
| + [0, 0, 0, 1]
|
| ]
|
| + },
|
| + {
|
| + "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV class='box middle')",
|
| + "position": [20, 20],
|
| + "bounds": [260, 260],
|
| + "drawsContent": true
|
| }
|
| ]
|
| }
|
|
|