Index: LayoutTests/platform/linux/fast/repaint/overflow-delete-line-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/overflow-delete-line-expected.txt b/LayoutTests/platform/linux/fast/repaint/overflow-delete-line-expected.txt |
index b58f5a017df97a95522a37a97f843e92e91cd907..7c7690fde40c337f6bb3c726c9c33b18f587028c 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/overflow-delete-line-expected.txt |
+++ b/LayoutTests/platform/linux/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 74.00 80.00 19.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 74, 80, 19] |
+ ] |
+ } |
+ ] |
+} |