Index: LayoutTests/platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt |
diff --git a/LayoutTests/platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt b/LayoutTests/platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt |
index a164f74e64199280eb938056e19d2d948f8a6dd1..35457dea4c569853788e15c94a652168e4676134 100644 |
--- a/LayoutTests/platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt |
+++ b/LayoutTests/platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt |
@@ -1,18 +1,18 @@ |
-(GraphicsLayer |
- (bounds 1026.00 1016.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 1026.00 1016.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 24.00 992.00 737.00 20.00) |
- (rect 24.00 992.00 737.00 20.00) |
- (rect 24.00 988.00 737.00 28.00) |
- (rect 24.00 988.00 737.00 28.00) |
- (rect 8.00 1012.00 1018.00 4.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [1026, 1016], |
+ "children": [ |
+ { |
+ "bounds": [1026, 1016], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [24, 992, 737, 20], |
+ [24, 992, 737, 20], |
+ [24, 988, 737, 28], |
+ [24, 988, 737, 28], |
+ [8, 1012, 1018, 4] |
+ ] |
+ } |
+ ] |
+} |