Index: LayoutTests/platform/win/fast/repaint/line-flow-with-floats-9-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-9-expected.txt b/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-9-expected.txt |
index 53eb5afd585d67b327390bdfac7b0011fdd2b2de..453ffb8a4ca378257d67d8a5c81ee1993ed2f546 100644 |
--- a/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-9-expected.txt |
+++ b/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-9-expected.txt |
@@ -1,17 +1,17 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 485.00 0.00 15.00 600.00) |
- (rect 485.00 0.00 15.00 600.00) |
- (rect 0.00 0.00 485.00 600.00) |
- (rect 0.00 0.00 15.00 15.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [485, 0, 15, 600], |
+ [485, 0, 15, 600], |
+ [0, 0, 485, 600], |
+ [0, 0, 15, 15] |
+ ] |
+ } |
+ ] |
+} |