Index: LayoutTests/virtual/softwarecompositing/layer-creation/no-compositing-for-preserve-3d-expected.txt |
diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/no-compositing-for-preserve-3d-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/no-compositing-for-preserve-3d-expected.txt |
index a2d9f5a8fe9572bcfa4989a778e3d9d4e72a36a3..e9005e67673493b6eacb06b2dace4edbae1b3ef8 100644 |
--- a/LayoutTests/virtual/softwarecompositing/layer-creation/no-compositing-for-preserve-3d-expected.txt |
+++ b/LayoutTests/virtual/softwarecompositing/layer-creation/no-compositing-for-preserve-3d-expected.txt |
@@ -1,34 +1,39 @@ |
This layer should not be composited. |
This layer should not be composited. |
This layer should be composited. |
-(GraphicsLayer |
- (bounds 785.00 611.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 785.00 611.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 18.00 390.00) |
- (bounds 342.00 180.00) |
- (shouldFlattenTransform 0) |
- (3dRenderingContext 1) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 31.00 49.00) |
- (bounds 100.00 100.00) |
- (contentsOpaque 1) |
- (3dRenderingContext 1) |
- (drawsContent 1) |
- (backgroundColor #C0C0C0) |
- (transform [0.98 0.00 -0.17 0.00] [0.00 1.00 0.00 0.00] [0.17 0.00 0.98 0.00] [0.00 0.00 0.00 1.00]) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [785, 611], |
+ "children": [ |
+ { |
+ "bounds": [785, 611], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [18, 390], |
+ "bounds": [342, 180], |
+ "shouldFlattenTransform": false, |
+ "3dRenderingContext": 1, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "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] |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |