Index: LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-expected.txt |
diff --git a/LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-expected.txt b/LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-expected.txt |
index e117b58c2957493150a4eecb9ad46c354bee4cf4..3d52311aab34c335e913f71f7b8ea213e649077e 100644 |
--- a/LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-expected.txt |
+++ b/LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-expected.txt |
@@ -1,27 +1,27 @@ |
Text here |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (children 2 |
- (GraphicsLayer |
- (position 129.00 29.00) |
- (bounds 100.00 100.00) |
- ) |
- (GraphicsLayer |
- (position -871.00 8.00) |
- (bounds 1221.00 142.00) |
- (drawsContent 1) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "position": [129, 29], |
+ "bounds": [100, 100] |
+ }, |
+ { |
+ "position": [-871, 8], |
+ "bounds": [1221, 142], |
+ "drawsContent": true |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |