Index: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-child-layer-expected.txt |
diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-child-layer-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-child-layer-expected.txt |
index 5ca922b0c843ce744a3463f0d6bb6cdb5b3b91b6..6ebbd9c6102ff46e3e7c75937da9d5d696b1654a 100644 |
--- a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-child-layer-expected.txt |
+++ b/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-child-layer-expected.txt |
@@ -1,27 +1,27 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (children 2 |
- (GraphicsLayer |
- (transformOrigin 400.00 0.00) |
- (bounds 256.00 256.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- ) |
- (GraphicsLayer |
- (bounds 300.00 300.00) |
- (drawsContent 1) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "transformOrigin": [400, 0], |
+ "bounds": [256, 256], |
+ "contentsOpaque": true, |
+ "drawsContent": true |
+ }, |
+ { |
+ "bounds": [300, 300], |
+ "drawsContent": true |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |