Index: LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.txt b/LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.txt |
index 431c3c990626728e089f8e232dc3463f783878e7..d93d23251f80b17e31bfb43f2ad30c9543ac71dd 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.txt |
+++ b/LayoutTests/platform/mac/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 453.00 556.00 319.00 21.00) |
- (rect 420.00 23.00 352.00 541.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [453, 556, 319, 21], |
+ [420, 23, 352, 541] |
+ ] |
+ } |
+ ] |
+} |