Index: LayoutTests/platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt |
diff --git a/LayoutTests/platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt b/LayoutTests/platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt |
index 1aaeb6685eb703a02f04961df24e651177e04d6c..e2e580220801e1f85bae17cea427d7e064246678 100644 |
--- a/LayoutTests/platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt |
+++ b/LayoutTests/platform/mac/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 246.00 681.00 134.00) |
- (rect 0.00 129.00 519.00 135.00) |
- (rect 0.00 14.00 681.00 366.00) |
- (rect 0.00 14.00 681.00 366.00) |
- (rect 0.00 14.00 372.00 131.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, 246, 681, 134], |
+ [0, 129, 519, 135], |
+ [0, 14, 681, 366], |
+ [0, 14, 681, 366], |
+ [0, 14, 372, 131] |
+ ] |
+ } |
+ ] |
+} |