Index: LayoutTests/platform/linux/fast/repaint/line-overflow-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/line-overflow-expected.txt b/LayoutTests/platform/linux/fast/repaint/line-overflow-expected.txt |
index 132ea19b45fc5797cb3a1524c5fe54ad34bce3b9..cff1902689047a62da42d9a9b04aa0117fb2c928 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/line-overflow-expected.txt |
+++ b/LayoutTests/platform/linux/fast/repaint/line-overflow-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 92.00 200.00 109.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 92, 200, 109] |
+ ] |
+ } |
+ ] |
+} |