Index: LayoutTests/platform/mac/fast/repaint/overflow-delete-line-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/overflow-delete-line-expected.txt b/LayoutTests/platform/mac/fast/repaint/overflow-delete-line-expected.txt |
index 1e7b944300937379c2578520ef93554cc0ce3137..3437f8bc3debb9a9314ae1fa43fc6be1a3ebe0f6 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/overflow-delete-line-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/overflow-delete-line-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 8.00 70.00 80.00 36.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 70, 80, 36] |
+ ] |
+ } |
+ ] |
+} |