Index: LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-clear-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-clear-expected.txt b/LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-clear-expected.txt |
index ce85674c20eb27b4a1db551ead662a77bbd705dd..6ef16ece3f67511570ce04f340625a2571e1021c 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-clear-expected.txt |
+++ b/LayoutTests/platform/mac/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 387.00 123.00 385.00 392.00) |
- (rect 387.00 23.00 385.00 554.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [387, 123, 385, 392], |
+ [387, 23, 385, 554] |
+ ] |
+ } |
+ ] |
+} |