Index: LayoutTests/svg/custom/svg-absolute-children-expected.txt |
diff --git a/LayoutTests/svg/custom/svg-absolute-children-expected.txt b/LayoutTests/svg/custom/svg-absolute-children-expected.txt |
index c9711b2cb3e75a7eb5688c6c503c987f61842d8c..4dac35e0604f36d7a9584405168150d713edf3d6 100644 |
--- a/LayoutTests/svg/custom/svg-absolute-children-expected.txt |
+++ b/LayoutTests/svg/custom/svg-absolute-children-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 0.00 100.00 100.00) |
- (rect 0.00 0.00 1.00 1.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 0, 100, 100], |
+ [0, 0, 1, 1] |
+ ] |
+ } |
+ ] |
+} |