Index: LayoutTests/platform/win/svg/custom/js-late-pattern-and-object-creation-expected.txt |
diff --git a/LayoutTests/platform/win/svg/custom/js-late-pattern-and-object-creation-expected.txt b/LayoutTests/platform/win/svg/custom/js-late-pattern-and-object-creation-expected.txt |
index b560c896bfb7f2c43d8c175abeb14ad8223b6b1e..5c7b2b0a872b460e1b6d66a85dc3dea821e54bb4 100644 |
--- a/LayoutTests/platform/win/svg/custom/js-late-pattern-and-object-creation-expected.txt |
+++ b/LayoutTests/platform/win/svg/custom/js-late-pattern-and-object-creation-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 16.00 16.00 18.00 18.00) |
- (rect 16.00 16.00 18.00 18.00) |
- (rect 8.00 8.00 17.00 17.00) |
- (rect 8.00 8.00 17.00 17.00) |
- (rect 0.00 247.00 684.00 130.00) |
- (rect 0.00 130.00 520.00 130.00) |
- (rect 0.00 15.00 684.00 362.00) |
- (rect 0.00 15.00 684.00 362.00) |
- (rect 0.00 15.00 374.00 127.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [16, 16, 18, 18], |
+ [16, 16, 18, 18], |
+ [8, 8, 17, 17], |
+ [8, 8, 17, 17], |
+ [0, 247, 684, 130], |
+ [0, 130, 520, 130], |
+ [0, 15, 684, 362], |
+ [0, 15, 684, 362], |
+ [0, 15, 374, 127] |
+ ] |
+ } |
+ ] |
+} |