Index: LayoutTests/platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.txt b/LayoutTests/platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.txt |
index 313013910a115b891a5a697dfa2279b0905fcd52..b7fab28adacc2f6e2d1d16e86dfd778d160cd3d5 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/block-layout-inline-children-float-positioned-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 309.00 35.00 292.00 18.00) |
- (rect 155.00 35.00 292.00 18.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [309, 35, 292, 18], |
+ [155, 35, 292, 18] |
+ ] |
+ } |
+ ] |
+} |