Index: LayoutTests/platform/win-xp/fast/repaint/crbug-371640-4-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/crbug-371640-4-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/crbug-371640-4-expected.txt |
index ff2217e5539d14e94ab9b2c5bb7088988870204a..183777311101a1411d709e2188a4eed80c8c2a72 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/crbug-371640-4-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/crbug-371640-4-expected.txt |
@@ -1,19 +1,19 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 408.00 88.00 100.00 100.00) |
- (rect 408.00 88.00 100.00 100.00) |
- (rect 408.00 88.00 100.00 100.00) |
- (rect 408.00 88.00 100.00 100.00) |
- (rect 408.00 88.00 100.00 100.00) |
- (rect 208.00 88.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [408, 88, 100, 100], |
+ [408, 88, 100, 100], |
+ [408, 88, 100, 100], |
+ [408, 88, 100, 100], |
+ [408, 88, 100, 100], |
+ [208, 88, 100, 100] |
+ ] |
+ } |
+ ] |
+} |