Index: LayoutTests/platform/linux/svg/custom/js-late-pattern-and-object-creation-expected.txt |
diff --git a/LayoutTests/platform/linux/svg/custom/js-late-pattern-and-object-creation-expected.txt b/LayoutTests/platform/linux/svg/custom/js-late-pattern-and-object-creation-expected.txt |
index 406d7ce20b1cd1b18e1e9be9f37bdfd263f4bd41..4e3ca6b2ffe1deb024012bc5c0a247461249dfd3 100644 |
--- a/LayoutTests/platform/linux/svg/custom/js-late-pattern-and-object-creation-expected.txt |
+++ b/LayoutTests/platform/linux/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 680.00 132.00) |
- (rect 0.00 130.00 519.00 133.00) |
- (rect 0.00 15.00 680.00 364.00) |
- (rect 0.00 15.00 680.00 364.00) |
- (rect 0.00 15.00 371.00 129.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, 680, 132], |
+ [0, 130, 519, 133], |
+ [0, 15, 680, 364], |
+ [0, 15, 680, 364], |
+ [0, 15, 371, 129] |
+ ] |
+ } |
+ ] |
+} |