Index: LayoutTests/platform/linux/fast/repaint/overflow-scroll-delete-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/overflow-scroll-delete-expected.txt b/LayoutTests/platform/linux/fast/repaint/overflow-scroll-delete-expected.txt |
index a21ef9d45c76b762c953a9d456f23c8da82b7ca0..46f6ac948882f4c87b8779efeb75018d85363368 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/overflow-scroll-delete-expected.txt |
+++ b/LayoutTests/platform/linux/fast/repaint/overflow-scroll-delete-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 73.00 84.00 15.00 15.00) |
- (rect 8.00 136.00 80.00 17.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [73, 84, 15, 15], |
+ [8, 136, 80, 17] |
+ ] |
+ } |
+ ] |
+} |