Index: LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt b/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt |
index 9a7dbcbad940224211b459c00e55a91a487929d8..79d4e57d8e87a222afd924485525b64802887084 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-7-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 386.00 418.00 36.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 386, 418, 36] |
+ ] |
+ } |
+ ] |
+} |