Index: LayoutTests/platform/linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt |
diff --git a/LayoutTests/platform/linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt b/LayoutTests/platform/linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt |
index 6783769581da622ba934d8200f21bf8cec18bf4f..d1fc29bf24a110fef5bd24d0f9c009a369a0ac5d 100644 |
--- a/LayoutTests/platform/linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt |
+++ b/LayoutTests/platform/linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt |
@@ -1,18 +1,18 @@ |
-(GraphicsLayer |
- (bounds 1026.00 1036.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 1026.00 1036.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 24.00 1012.00 737.00 20.00) |
- (rect 24.00 1012.00 737.00 20.00) |
- (rect 24.00 1008.00 737.00 28.00) |
- (rect 24.00 1008.00 737.00 28.00) |
- (rect 8.00 1032.00 1018.00 4.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [1026, 1036], |
+ "children": [ |
+ { |
+ "bounds": [1026, 1036], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [24, 1012, 737, 20], |
+ [24, 1012, 737, 20], |
+ [24, 1008, 737, 28], |
+ [24, 1008, 737, 28], |
+ [8, 1032, 1018, 4] |
+ ] |
+ } |
+ ] |
+} |