Index: LayoutTests/platform/mac-lion/fast/repaint/japanese-rl-selection-repaint-expected.txt |
diff --git a/LayoutTests/platform/mac-lion/fast/repaint/japanese-rl-selection-repaint-expected.txt b/LayoutTests/platform/mac-lion/fast/repaint/japanese-rl-selection-repaint-expected.txt |
index 00186eab81956016fd00e87fc610f43e46dab944..e65e31d158d62f8d605bc811abaee6c133868bd1 100644 |
--- a/LayoutTests/platform/mac-lion/fast/repaint/japanese-rl-selection-repaint-expected.txt |
+++ b/LayoutTests/platform/mac-lion/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 559.00 319.00 18.00) |
- (rect 420.00 23.00 352.00 545.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [453, 559, 319, 18], |
+ [420, 23, 352, 545] |
+ ] |
+ } |
+ ] |
+} |