Index: LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-positioned-transition-expected.txt |
diff --git a/LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-positioned-transition-expected.txt b/LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-positioned-transition-expected.txt |
index 38c73bfc64af004906c05ce69c07f6b7727b46c7..eb06e8e861474de6b3564840360586c4812b13cf 100644 |
--- a/LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-positioned-transition-expected.txt |
+++ b/LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-positioned-transition-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 29.00 29.00) |
- (bounds 100.00 100.00) |
- ) |
- (GraphicsLayer |
- (position -771.00 8.00) |
- (bounds 1200.00 142.00) |
- (drawsContent 1) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "position": [29, 29], |
+ "bounds": [100, 100] |
+ }, |
+ { |
+ "position": [-771, 8], |
+ "bounds": [1200, 142], |
+ "drawsContent": true |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |