| Index: third_party/WebKit/LayoutTests/platform/mac/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt
|
| index 29d5265410feb4d07fee58604a7cc6b2eeecf429..a7067f233dcc37f91fcdc4d19ff8b803f85aae11 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt
|
| @@ -2,40 +2,34 @@ This layer should not be composited.
|
| This layer should not be composited.
|
| This layer should be composited.
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [785, 611],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [785, 611],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV class='preserve3d'",
|
| + "position": [18, 390],
|
| + "bounds": [342, 180],
|
| + "shouldFlattenTransform": false,
|
| + "3dRenderingContext": 1,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV class='box'",
|
| + "position": [31, 49],
|
| + "bounds": [100, 100],
|
| + "contentsOpaque": true,
|
| + "3dRenderingContext": 1,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV class='preserve3d'",
|
| - "position": [18, 390],
|
| - "bounds": [342, 180],
|
| - "shouldFlattenTransform": false,
|
| - "3dRenderingContext": 1,
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (relative positioned) DIV class='box'",
|
| - "position": [31, 49],
|
| - "bounds": [100, 100],
|
| - "contentsOpaque": true,
|
| - "3dRenderingContext": 1,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#C0C0C0",
|
| - "transform": [
|
| - [0.984807753012208, 0, -0.17364817766693, 0],
|
| - [0, 1, 0, 0],
|
| - [0.17364817766693, 0, 0.984807753012208, 0],
|
| - [0, 0, 0, 1]
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| + "backgroundColor": "#C0C0C0",
|
| + "transform": [
|
| + [0.984807753012208, 0, -0.17364817766693, 0],
|
| + [0, 1, 0, 0],
|
| + [0.17364817766693, 0, 0.984807753012208, 0],
|
| + [0, 0, 0, 1]
|
| ]
|
| }
|
| ]
|
|
|