Index: LayoutTests/platform/win-xp/fast/repaint/fixed-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/fixed-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/fixed-expected.txt |
index 2345fc1c053f6e6922f3667b8e568d050f9dbe75..6952b799c784f2c8e2d9bef692e296e04fb5712e 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/fixed-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/fixed-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 785.00 2016.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 785.00 2016.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 84.00 100.00 100.00) |
- (rect 8.00 84.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [785, 2016], |
+ "children": [ |
+ { |
+ "bounds": [785, 2016], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 84, 100, 100], |
+ [8, 84, 100, 100] |
+ ] |
+ } |
+ ] |
+} |