Index: LayoutTests/platform/win/fast/repaint/overflow-delete-line-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/overflow-delete-line-expected.txt b/LayoutTests/platform/win/fast/repaint/overflow-delete-line-expected.txt |
index 5ae347f3a52a4d61fda2fa32949bd1c99c3c2fc1..6189bb2af19b09581b825d89909c1ae0daae7156 100644 |
--- a/LayoutTests/platform/win/fast/repaint/overflow-delete-line-expected.txt |
+++ b/LayoutTests/platform/win/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 35.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 70, 80, 35] |
+ ] |
+ } |
+ ] |
+} |