Index: LayoutTests/platform/win/svg/custom/relative-sized-inner-svg-expected.txt |
diff --git a/LayoutTests/platform/win/svg/custom/relative-sized-inner-svg-expected.txt b/LayoutTests/platform/win/svg/custom/relative-sized-inner-svg-expected.txt |
index 203000dc3e6bde63a98b6ea69330fb1dba86d3f8..43fcc12ce9b007ab29e2dbfd9cf2a37df4733b5a 100644 |
--- a/LayoutTests/platform/win/svg/custom/relative-sized-inner-svg-expected.txt |
+++ b/LayoutTests/platform/win/svg/custom/relative-sized-inner-svg-expected.txt |
@@ -1,19 +1,19 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 27.00 67.00 364.00 364.00) |
- (rect 27.00 67.00 364.00 364.00) |
- (rect 13.00 205.00 92.00 91.00) |
- (rect 13.00 205.00 92.00 91.00) |
- (rect 8.00 50.00 402.00 404.00) |
- (rect 8.00 50.00 102.00 404.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [27, 67, 364, 364], |
+ [27, 67, 364, 364], |
+ [13, 205, 92, 91], |
+ [13, 205, 92, 91], |
+ [8, 50, 402, 404], |
+ [8, 50, 102, 404] |
+ ] |
+ } |
+ ] |
+} |