Index: LayoutTests/platform/mac/svg/repaint/modify-transferred-listitem-different-attr-expected.txt |
diff --git a/LayoutTests/platform/mac/svg/repaint/modify-transferred-listitem-different-attr-expected.txt b/LayoutTests/platform/mac/svg/repaint/modify-transferred-listitem-different-attr-expected.txt |
index 44a0acdca519f1d93d6e0d41e13069ab4ddf287c..859ec410550645cbcc1525cb4f33048759b5bb98 100644 |
--- a/LayoutTests/platform/mac/svg/repaint/modify-transferred-listitem-different-attr-expected.txt |
+++ b/LayoutTests/platform/mac/svg/repaint/modify-transferred-listitem-different-attr-expected.txt |
@@ -1,18 +1,18 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 58.00 45.00 50.00 27.00) |
- (rect 58.00 45.00 50.00 17.00) |
- (rect 23.00 62.00 85.00 10.00) |
- (rect 23.00 8.00 85.00 24.00) |
- (rect 23.00 8.00 80.00 24.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [58, 45, 50, 27], |
+ [58, 45, 50, 17], |
+ [23, 62, 85, 10], |
+ [23, 8, 85, 24], |
+ [23, 8, 80, 24] |
+ ] |
+ } |
+ ] |
+} |