| Index: third_party/WebKit/LayoutTests/platform/win/compositing/geometry/preserve-3d-switching-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/compositing/geometry/preserve-3d-switching-expected.txt b/third_party/WebKit/LayoutTests/platform/win/compositing/geometry/preserve-3d-switching-expected.txt
|
| index 5e15f637502b568ad1abbe0040557190c54077a4..494773cf704c01fd3fdbf7502312a4e97d09485b 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/compositing/geometry/preserve-3d-switching-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/compositing/geometry/preserve-3d-switching-expected.txt
|
| @@ -2,70 +2,60 @@ The green box appear angled out from the yellow box and embedded in it.
|
|
|
| transform: translateZ(-100px) rotateY(45deg);
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
|
| + "position": [108, 72],
|
| + "bounds": [304, 304],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Child Transform Layer",
|
| + "bounds": [304, 304],
|
| + "shouldFlattenTransform": false,
|
| + "transform": [
|
| + [1, 0, 0, 0],
|
| + [0, 1, 0, 0],
|
| + [0, 0, 1, -0.002],
|
| + [0, 0, 0, 1]
|
| + ]
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='parent'",
|
| + "position": [12, 12],
|
| + "bounds": [280, 280],
|
| + "contentsOpaque": true,
|
| + "shouldFlattenTransform": false,
|
| + "3dRenderingContext": 1,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#FFFF00",
|
| + "transform": [
|
| + [0.766044443118978, -0.556670399226419, -0.32139380484327, 0],
|
| + [0, 0.5, -0.866025403784439, 0],
|
| + [0.642787609686539, 0.663413948168938, 0.383022221559489, 0],
|
| + [0, 0, 0, 1]
|
| + ]
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV",
|
| + "position": [40, 40],
|
| + "bounds": [200, 200],
|
| + "opacity": 0.699999988079071,
|
| + "contentsOpaque": true,
|
| + "3dRenderingContext": 1,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
|
| - "position": [108, 72],
|
| - "bounds": [304, 304],
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "Child Transform Layer",
|
| - "bounds": [304, 304],
|
| - "shouldFlattenTransform": false,
|
| - "transform": [
|
| - [1, 0, 0, 0],
|
| - [0, 1, 0, 0],
|
| - [0, 0, 1, -0.002],
|
| - [0, 0, 0, 1]
|
| - ],
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV id='parent'",
|
| - "position": [12, 12],
|
| - "bounds": [280, 280],
|
| - "contentsOpaque": true,
|
| - "shouldFlattenTransform": false,
|
| - "3dRenderingContext": 1,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#FFFF00",
|
| - "transform": [
|
| - [0.766044443118978, -0.556670399226419, -0.32139380484327, 0],
|
| - [0, 0.5, -0.866025403784439, 0],
|
| - [0.642787609686539, 0.663413948168938, 0.383022221559489, 0],
|
| - [0, 0, 0, 1]
|
| - ],
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV",
|
| - "position": [40, 40],
|
| - "bounds": [200, 200],
|
| - "opacity": 0.699999988079071,
|
| - "contentsOpaque": true,
|
| - "3dRenderingContext": 1,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000",
|
| - "transform": [
|
| - [0.766044443118978, 0, 0.642787609686539, 0],
|
| - [0, 1, 0, 0],
|
| - [-0.642787609686539, 0, 0.766044443118978, 0],
|
| - [0, 0, 50, 1]
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| + "backgroundColor": "#008000",
|
| + "transform": [
|
| + [0.766044443118978, 0, 0.642787609686539, 0],
|
| + [0, 1, 0, 0],
|
| + [-0.642787609686539, 0, 0.766044443118978, 0],
|
| + [0, 0, 50, 1]
|
| ]
|
| }
|
| ]
|
|
|