Index: LayoutTests/platform/win-xp/fast/repaint/bugzilla-5699-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/bugzilla-5699-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/bugzilla-5699-expected.txt |
index f38176ec703a62fba40318b15197cfa791c43e9e..23703c13b28ba4b4861fc4887bac32b5135a2a51 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/bugzilla-5699-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/bugzilla-5699-expected.txt |
@@ -1,17 +1,17 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 176.00 784.00 28.00) |
- (rect 8.00 176.00 784.00 28.00) |
- (rect 8.00 136.00 784.00 67.00) |
- (rect 0.00 192.00 800.00 28.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 176, 784, 28], |
+ [8, 176, 784, 28], |
+ [8, 136, 784, 67], |
+ [0, 192, 800, 28] |
+ ] |
+ } |
+ ] |
+} |