Index: LayoutTests/platform/win-xp/fast/repaint/backgroundSizeRepaint-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/backgroundSizeRepaint-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/backgroundSizeRepaint-expected.txt |
index 269ba89bbadd1474b513157c6519ba6cf6ae770f..7c5489423cbccedc1e60cef09bc1087aa15d7a33 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/backgroundSizeRepaint-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/backgroundSizeRepaint-expected.txt |
@@ -1,21 +1,21 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 29.00 319.00 180.00 60.00) |
- (rect 29.00 319.00 180.00 40.00) |
- (rect 29.00 157.00 180.00 60.00) |
- (rect 29.00 157.00 180.00 40.00) |
- (rect 19.00 319.00 200.00 60.00) |
- (rect 19.00 319.00 200.00 40.00) |
- (rect 19.00 157.00 200.00 60.00) |
- (rect 19.00 157.00 200.00 40.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [29, 319, 180, 60], |
+ [29, 319, 180, 40], |
+ [29, 157, 180, 60], |
+ [29, 157, 180, 40], |
+ [19, 319, 200, 60], |
+ [19, 319, 200, 40], |
+ [19, 157, 200, 60], |
+ [19, 157, 200, 40] |
+ ] |
+ } |
+ ] |
+} |