Index: LayoutTests/platform/linux/svg/custom/relative-sized-image-expected.txt |
diff --git a/LayoutTests/platform/linux/svg/custom/relative-sized-image-expected.txt b/LayoutTests/platform/linux/svg/custom/relative-sized-image-expected.txt |
index 7483425b6f80b1750225570e0b8ee443912f639b..cfaf6faa84c1686419e315b2b13bdb2d33b06c0e 100644 |
--- a/LayoutTests/platform/linux/svg/custom/relative-sized-image-expected.txt |
+++ b/LayoutTests/platform/linux/svg/custom/relative-sized-image-expected.txt |
@@ -1,18 +1,18 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 109.00 73.00 300.00 400.00) |
- (rect 9.00 73.00 400.00 400.00) |
- (rect 9.00 73.00 100.00 400.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": [ |
+ [109, 73, 300, 400], |
+ [9, 73, 400, 400], |
+ [9, 73, 100, 400], |
+ [8, 72, 402, 405], |
+ [8, 72, 102, 405] |
+ ] |
+ } |
+ ] |
+} |