Index: LayoutTests/svg/as-background-image/svg-background-partial-redraw-expected.txt |
diff --git a/LayoutTests/svg/as-background-image/svg-background-partial-redraw-expected.txt b/LayoutTests/svg/as-background-image/svg-background-partial-redraw-expected.txt |
index 045b7f8877a0210b4527173eb55e9eebac20cb67..51e68fec575833f7279d66809ada87261d24ef0b 100644 |
--- a/LayoutTests/svg/as-background-image/svg-background-partial-redraw-expected.txt |
+++ b/LayoutTests/svg/as-background-image/svg-background-partial-redraw-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 9.00 151.00 200.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [9, 151, 200, 100] |
+ ] |
+ } |
+ ] |
+} |