Index: LayoutTests/platform/mac-lion/fast/repaint/japanese-rl-selection-clear-expected.txt |
diff --git a/LayoutTests/platform/mac-lion/fast/repaint/japanese-rl-selection-clear-expected.txt b/LayoutTests/platform/mac-lion/fast/repaint/japanese-rl-selection-clear-expected.txt |
index 5a938174050ccc62005913cdc16cf1a5b0219f52..201e2c719a5741e64279f0b6790cd0d9581cb99b 100644 |
--- a/LayoutTests/platform/mac-lion/fast/repaint/japanese-rl-selection-clear-expected.txt |
+++ b/LayoutTests/platform/mac-lion/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 394.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, 394], |
+ [387, 23, 385, 554] |
+ ] |
+ } |
+ ] |
+} |