Index: LayoutTests/platform/mac/svg/custom/js-late-gradient-creation-expected.txt |
diff --git a/LayoutTests/platform/mac/svg/custom/js-late-gradient-creation-expected.txt b/LayoutTests/platform/mac/svg/custom/js-late-gradient-creation-expected.txt |
index 41bc7abd84f44612fbd495e905ceea19063ec8ea..93d9fa1bda88556f9e1283b0f4620ca201fffee8 100644 |
--- a/LayoutTests/platform/mac/svg/custom/js-late-gradient-creation-expected.txt |
+++ b/LayoutTests/platform/mac/svg/custom/js-late-gradient-creation-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 33.00 21.00 697.00 197.00) |
- (rect 33.00 21.00 697.00 197.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [33, 21, 697, 197], |
+ [33, 21, 697, 197] |
+ ] |
+ } |
+ ] |
+} |