Index: LayoutTests/platform/win-xp/fast/repaint/japanese-rl-selection-clear-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/japanese-rl-selection-clear-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/japanese-rl-selection-clear-expected.txt |
index f29c81b5f9ec7649be8756da7de48e418e36507b..8c68ab20e13b5f1082ffd2bc6b45cc0922f0c69a 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/japanese-rl-selection-clear-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/japanese-rl-selection-clear-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 442.00 123.00 335.00 397.00) |
- (rect 442.00 23.00 335.00 554.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [442, 123, 335, 397], |
+ [442, 23, 335, 554] |
+ ] |
+ } |
+ ] |
+} |