Index: LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-2-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-2-expected.txt b/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-2-expected.txt |
index bb3c307f999cc7be0a7ecdb25a8626512e6aec13..06bf9a7acf30d99f16a87294a60b4c05a6d99e0e 100644 |
--- a/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-2-expected.txt |
+++ b/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-2-expected.txt |
@@ -1,14 +1,14 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 18.00 27.00 238.00 18.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [18, 27, 238, 18] |
+ ] |
+ } |
+ ] |
+} |