Index: LayoutTests/platform/win/fast/repaint/japanese-rl-selection-repaint-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/japanese-rl-selection-repaint-expected.txt b/LayoutTests/platform/win/fast/repaint/japanese-rl-selection-repaint-expected.txt |
index 6742aa607e35143e6262b977a1167ea1251bce6f..23109d88e794dcd17ec5618c710deb7033909347 100644 |
--- a/LayoutTests/platform/win/fast/repaint/japanese-rl-selection-repaint-expected.txt |
+++ b/LayoutTests/platform/win/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 553.00 544.00 224.00 33.00) |
- (rect 528.00 23.00 249.00 553.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [553, 544, 224, 33], |
+ [528, 23, 249, 553] |
+ ] |
+ } |
+ ] |
+} |