Index: LayoutTests/platform/win-xp/fast/repaint/japanese-rl-selection-repaint-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/japanese-rl-selection-repaint-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/japanese-rl-selection-repaint-expected.txt |
index 3ba4c3a49e9dec135f2655841c8d358dfb92ce4c..b791a5d80a4c010b68dab80eab3b5933c4d331b9 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/japanese-rl-selection-repaint-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/japanese-rl-selection-repaint-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 562.00 544.00 215.00 33.00) |
- (rect 538.00 23.00 239.00 553.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [562, 544, 215, 33], |
+ [538, 23, 239, 553] |
+ ] |
+ } |
+ ] |
+} |