Index: LayoutTests/platform/linux/fast/repaint/japanese-rl-selection-clear-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/japanese-rl-selection-clear-expected.txt b/LayoutTests/platform/linux/fast/repaint/japanese-rl-selection-clear-expected.txt |
index 335c1c18fe6c04bb0b9d93c5eef96d6b0505e0dc..840de76a14836c3f7f6ab0735b294bb5c202a6bb 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/japanese-rl-selection-clear-expected.txt |
+++ b/LayoutTests/platform/linux/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 442.00 123.00 335.00 399.00) |
- (rect 442.00 23.00 335.00 554.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [442, 123, 335, 399], |
+ [442, 23, 335, 554] |
+ ] |
+ } |
+ ] |
+} |