Index: LayoutTests/platform/linux/fast/repaint/japanese-rl-selection-repaint-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/japanese-rl-selection-repaint-expected.txt b/LayoutTests/platform/linux/fast/repaint/japanese-rl-selection-repaint-expected.txt |
index 58801d5b699ac36bd94108466dadf060e887d334..21874c486b139b0d5114c7254fde4389ecd03150 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/japanese-rl-selection-repaint-expected.txt |
+++ b/LayoutTests/platform/linux/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 562.00 569.00 215.00 8.00) |
- (rect 538.00 23.00 239.00 551.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [562, 569, 215, 8], |
+ [538, 23, 239, 551] |
+ ] |
+ } |
+ ] |
+} |