Index: LayoutTests/platform/win-xp/svg/repaint/inner-svg-change-viewPort-relative-expected.txt |
diff --git a/LayoutTests/platform/win-xp/svg/repaint/inner-svg-change-viewPort-relative-expected.txt b/LayoutTests/platform/win-xp/svg/repaint/inner-svg-change-viewPort-relative-expected.txt |
index 27eae9b0dc785988d954bcfb5835f08d2a37c261..a3128e9ad76c102c23b8a265cb11444f7fad13eb 100644 |
--- a/LayoutTests/platform/win-xp/svg/repaint/inner-svg-change-viewPort-relative-expected.txt |
+++ b/LayoutTests/platform/win-xp/svg/repaint/inner-svg-change-viewPort-relative-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 100.00 85.00 100.00 19.00) |
- (rect 100.00 0.00 100.00 200.00) |
- (rect 0.00 85.00 100.00 19.00) |
- (rect 0.00 0.00 200.00 200.00) |
- (rect 0.00 0.00 100.00 200.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [100, 85, 100, 19], |
+ [100, 0, 100, 200], |
+ [0, 85, 100, 19], |
+ [0, 0, 200, 200], |
+ [0, 0, 100, 200] |
+ ] |
+ } |
+ ] |
+} |