Index: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-clipping-expected.txt |
diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-clipping-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-clipping-expected.txt |
index ce7f60234180458cc912bd74d798bc2dc17c3e07..74ee373808c35eddea64bc1bdb7b30beb40d3b75 100644 |
--- a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-clipping-expected.txt |
+++ b/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-clipping-expected.txt |
@@ -1,41 +1,41 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 2 |
- (GraphicsLayer |
- (position 50.00 50.00) |
- (bounds 100.00 100.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 500.00 100.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #008000) |
- ) |
- ) |
- ) |
- (GraphicsLayer |
- (children 2 |
- (GraphicsLayer |
- (position 50.00 200.00) |
- (bounds 500.00 100.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #008000) |
- ) |
- (GraphicsLayer |
- (position 450.00 200.00) |
- (bounds 100.00 100.00) |
- (drawsContent 1) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [50, 50], |
+ "bounds": [100, 100], |
+ "children": [ |
+ { |
+ "bounds": [500, 100], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#008000" |
+ } |
+ ] |
+ }, |
+ { |
+ "children": [ |
+ { |
+ "position": [50, 200], |
+ "bounds": [500, 100], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#008000" |
+ }, |
+ { |
+ "position": [450, 200], |
+ "bounds": [100, 100], |
+ "drawsContent": true |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |