Index: LayoutTests/platform/win-xp/fast/repaint/outline-inset-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/outline-inset-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/outline-inset-expected.txt |
index cdda556e4f1a094778567e52c1bd9ff5eb99972e..127543c4fcd56cb86f959efc12dc6c4dce0a8d12 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/outline-inset-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/outline-inset-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 191.00 180.00 60.00) |
- (rect 29.00 191.00 180.00 40.00) |
- (rect 29.00 29.00 180.00 60.00) |
- (rect 29.00 29.00 180.00 40.00) |
- (rect 19.00 231.00 200.00 20.00) |
- (rect 19.00 226.00 200.00 5.00) |
- (rect 19.00 69.00 200.00 20.00) |
- (rect 19.00 64.00 200.00 5.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [29, 191, 180, 60], |
+ [29, 191, 180, 40], |
+ [29, 29, 180, 60], |
+ [29, 29, 180, 40], |
+ [19, 231, 200, 20], |
+ [19, 226, 200, 5], |
+ [19, 69, 200, 20], |
+ [19, 64, 200, 5] |
+ ] |
+ } |
+ ] |
+} |