Index: LayoutTests/platform/win/svg/repaint/add-background-property-on-root-expected.txt |
diff --git a/LayoutTests/platform/win/svg/repaint/add-background-property-on-root-expected.txt b/LayoutTests/platform/win/svg/repaint/add-background-property-on-root-expected.txt |
index fbd27e3e4049027a4d26445857081b555ce24712..0ec58da6861cbd3704b5ce1262a7054d9d940c2c 100644 |
--- a/LayoutTests/platform/win/svg/repaint/add-background-property-on-root-expected.txt |
+++ b/LayoutTests/platform/win/svg/repaint/add-background-property-on-root-expected.txt |
@@ -1,14 +1,14 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 8.00 100.00 103.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 8, 100, 103] |
+ ] |
+ } |
+ ] |
+} |