| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/rotate3d-overlap-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/rotate3d-overlap-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/rotate3d-overlap-expected.txt
|
| index 4b6574597d44f53f655c117164282ddc0e9fc26a..bbf325b8f37f1d73d9801a3d28cb246fb017486a 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/rotate3d-overlap-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/rotate3d-overlap-expected.txt
|
| @@ -1,73 +1,65 @@
|
|
|
|
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV class='box translateZ'",
|
| + "position": [23, 23],
|
| + "bounds": [110, 110],
|
| + "drawsContent": true,
|
| + "backgroundColor": "#0000FF"
|
| + },
|
| + {
|
| + "name": "Squashing Containment Layer",
|
| + "shouldFlattenTransform": false
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV class='composited box rotate15'",
|
| + "position": [167, 23],
|
| + "bounds": [110, 110],
|
| + "drawsContent": true,
|
| + "backgroundColor": "#0000FF",
|
| + "transform": [
|
| + [0.965925826289068, 0.258819045102521, 0, 0],
|
| + [-0.258819045102521, 0.965925826289068, 0, 0],
|
| + [0, 0, 1, 0],
|
| + [0, 0, 0, 1]
|
| + ]
|
| + },
|
| + {
|
| + "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='box')",
|
| + "position": [167, 143],
|
| + "bounds": [110, 110],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Squashing Containment Layer",
|
| + "shouldFlattenTransform": false
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV class='composited box rotate45'",
|
| + "position": [311, 23],
|
| + "bounds": [110, 110],
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (relative positioned) DIV class='box translateZ'",
|
| - "position": [23, 23],
|
| - "bounds": [110, 110],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF"
|
| - },
|
| - {
|
| - "name": "Squashing Containment Layer",
|
| - "shouldFlattenTransform": false,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (relative positioned) DIV class='composited box rotate15'",
|
| - "position": [167, 23],
|
| - "bounds": [110, 110],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF",
|
| - "transform": [
|
| - [0.965925826289068, 0.258819045102521, 0, 0],
|
| - [-0.258819045102521, 0.965925826289068, 0, 0],
|
| - [0, 0, 1, 0],
|
| - [0, 0, 0, 1]
|
| - ]
|
| - },
|
| - {
|
| - "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='box')",
|
| - "position": [167, 143],
|
| - "bounds": [110, 110],
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "Squashing Containment Layer",
|
| - "shouldFlattenTransform": false,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (relative positioned) DIV class='composited box rotate45'",
|
| - "position": [311, 23],
|
| - "bounds": [110, 110],
|
| - "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 (relative positioned) DIV class='box')",
|
| - "position": [311, 143],
|
| - "bounds": [110, 110],
|
| - "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 (relative positioned) DIV class='box')",
|
| + "position": [311, 143],
|
| + "bounds": [110, 110],
|
| + "drawsContent": true
|
| }
|
| ]
|
| }
|
|
|