Index: LayoutTests/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt |
diff --git a/LayoutTests/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt b/LayoutTests/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt |
index 55c25f7fbf98b3f67efb52b2d9f27da55c7f2850..fdf1c99bce87a71ad9e676997a2e3a7f7c45897a 100644 |
--- a/LayoutTests/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt |
+++ b/LayoutTests/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt |
@@ -1,49 +1,64 @@ |
This layer should not have backing store. |
This layer should not have backing store. |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 8.00 8.00) |
- (bounds 342.00 240.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 342.00 240.00) |
- (shouldFlattenTransform 0) |
- (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 -0.00] [0.00 0.00 0.00 1.00]) |
- (children 1 |
- (GraphicsLayer |
- (position 21.00 39.00) |
- (bounds 342.00 180.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 342.00 180.00) |
- (shouldFlattenTransform 0) |
- (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 -0.00] [0.00 0.00 0.00 1.00]) |
- (children 1 |
- (GraphicsLayer |
- (position 31.00 49.00) |
- (bounds 100.00 100.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #C0C0C0) |
- (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 1.00 1.00]) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [8, 8], |
+ "bounds": [342, 240], |
+ "children": [ |
+ { |
+ "bounds": [342, 240], |
+ "shouldFlattenTransform": false, |
+ "transform": [ |
+ [1, 0, 0, 0], |
+ [0, 1, 0, 0], |
+ [0, 0, 1, -0.002], |
+ [0, 0, 0, 1] |
+ ], |
+ "children": [ |
+ { |
+ "position": [21, 39], |
+ "bounds": [342, 180], |
+ "children": [ |
+ { |
+ "bounds": [342, 180], |
+ "shouldFlattenTransform": false, |
+ "transform": [ |
+ [1, 0, 0, 0], |
+ [0, 1, 0, 0], |
+ [0, 0, 1, -0.002], |
+ [0, 0, 0, 1] |
+ ], |
+ "children": [ |
+ { |
+ "position": [31, 49], |
+ "bounds": [100, 100], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#C0C0C0", |
+ "transform": [ |
+ [1, 0, 0, 0], |
+ [0, 1, 0, 0], |
+ [0, 0, 1, 0], |
+ [0, 0, 1, 1] |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |