Index: LayoutTests/platform/linux/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt |
diff --git a/LayoutTests/platform/linux/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt b/LayoutTests/platform/linux/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt |
index c1e895569b15939a76ef33bd57879601cadebd53..b746b1490cc1f863ddb5626b4a51089b488634ec 100644 |
--- a/LayoutTests/platform/linux/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt |
+++ b/LayoutTests/platform/linux/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt |
@@ -1,22 +1,22 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 9.00 148.00 50.00 50.00) |
- (rect 9.00 148.00 50.00 50.00) |
- (rect 9.00 148.00 50.00 50.00) |
- (rect 9.00 73.00 200.00 200.00) |
- (rect 9.00 73.00 200.00 200.00) |
- (rect 9.00 73.00 200.00 200.00) |
- (rect 9.00 73.00 100.00 100.00) |
- (rect 8.00 72.00 402.00 405.00) |
- (rect 8.00 72.00 102.00 405.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [9, 148, 50, 50], |
+ [9, 148, 50, 50], |
+ [9, 148, 50, 50], |
+ [9, 73, 200, 200], |
+ [9, 73, 200, 200], |
+ [9, 73, 200, 200], |
+ [9, 73, 100, 100], |
+ [8, 72, 402, 405], |
+ [8, 72, 102, 405] |
+ ] |
+ } |
+ ] |
+} |