Index: LayoutTests/platform/mac/fast/repaint/block-no-inflow-children-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/block-no-inflow-children-expected.txt b/LayoutTests/platform/mac/fast/repaint/block-no-inflow-children-expected.txt |
index 1ae8a427fac9ed268609101bf00196bedfe5aed3..495026ae96c0bb2be1dce9e047bf5a3d16a3a452 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/block-no-inflow-children-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/block-no-inflow-children-expected.txt |
@@ -1,16 +1,16 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 47.00 0.00 15.00 18.00) |
- (rect 0.00 0.00 62.00 18.00) |
- (rect 0.00 0.00 47.00 18.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [47, 0, 15, 18], |
+ [0, 0, 62, 18], |
+ [0, 0, 47, 18] |
+ ] |
+ } |
+ ] |
+} |