Index: LayoutTests/platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.txt b/LayoutTests/platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.txt |
index 4a40a82433df1924bb3ab2928729dfc219a9d321..a6792170c8b7adaa8aaf9e5380d89eb8e9aa82cc 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.txt |
+++ b/LayoutTests/platform/mac/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 28.00 234.00 18.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [18, 28, 234, 18] |
+ ] |
+ } |
+ ] |
+} |