Index: LayoutTests/platform/win-xp/fast/repaint/caret-outside-block-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/caret-outside-block-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/caret-outside-block-expected.txt |
index 3dd0203262dadf54fbc5c14c5033084a81d006d6..615e33c8a9e3ab62b01f51e4006f1eb2a0137f9e 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/caret-outside-block-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/caret-outside-block-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 790.00 7.00 3.00 21.00) |
- (rect 790.00 7.00 3.00 21.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [790, 7, 3, 21], |
+ [790, 7, 3, 21] |
+ ] |
+ } |
+ ] |
+} |