Index: LayoutTests/platform/linux/svg/custom/relative-sized-content-with-resources-expected.txt |
diff --git a/LayoutTests/platform/linux/svg/custom/relative-sized-content-with-resources-expected.txt b/LayoutTests/platform/linux/svg/custom/relative-sized-content-with-resources-expected.txt |
index 7ccdb58df72a6800ccb90cd6ca9353525be6909c..fd17097ee9c7d969641809e0a10fac1113e8dc2f 100644 |
--- a/LayoutTests/platform/linux/svg/custom/relative-sized-content-with-resources-expected.txt |
+++ b/LayoutTests/platform/linux/svg/custom/relative-sized-content-with-resources-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 48.00 112.00 322.00 322.00) |
- (rect 48.00 112.00 322.00 322.00) |
- (rect 9.00 155.00 100.00 236.00) |
- (rect 9.00 155.00 100.00 236.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": [ |
+ [48, 112, 322, 322], |
+ [48, 112, 322, 322], |
+ [9, 155, 100, 236], |
+ [9, 155, 100, 236], |
+ [8, 72, 402, 405], |
+ [8, 72, 102, 405] |
+ ] |
+ } |
+ ] |
+} |