Index: LayoutTests/platform/win-xp/fast/repaint/selection-after-delete-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/selection-after-delete-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/selection-after-delete-expected.txt |
index 83bcb6960abbfbef89027f98e5533f767960bb6a..d078b302f4a342670d2105587a7386d3b64bf96d 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/selection-after-delete-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/selection-after-delete-expected.txt |
@@ -1,18 +1,18 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 38.00 100.00 152.00 80.00) |
- (rect 38.00 79.00 152.00 99.00) |
- (rect 38.00 78.00 152.00 102.00) |
- (rect 38.00 78.00 3.00 21.00) |
- (rect 8.00 79.00 784.00 99.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [38, 100, 152, 80], |
+ [38, 79, 152, 99], |
+ [38, 78, 152, 102], |
+ [38, 78, 3, 21], |
+ [8, 79, 784, 99] |
+ ] |
+ } |
+ ] |
+} |