Index: LayoutTests/platform/win/fast/repaint/japanese-rl-selection-clear-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/japanese-rl-selection-clear-expected.txt b/LayoutTests/platform/win/fast/repaint/japanese-rl-selection-clear-expected.txt |
index 823e3c56eae853649c088e73f0887b0d19e76891..37946d5f31c3d94fea6835b96fd5caf5812237af 100644 |
--- a/LayoutTests/platform/win/fast/repaint/japanese-rl-selection-clear-expected.txt |
+++ b/LayoutTests/platform/win/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 428.00 123.00 349.00 397.00) |
- (rect 428.00 23.00 349.00 554.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [428, 123, 349, 397], |
+ [428, 23, 349, 554] |
+ ] |
+ } |
+ ] |
+} |