Index: LayoutTests/fast/repaint/overhanging-float-detach-repaint-expected.txt |
diff --git a/LayoutTests/fast/repaint/overhanging-float-detach-repaint-expected.txt b/LayoutTests/fast/repaint/overhanging-float-detach-repaint-expected.txt |
index a1caf0cf4522662baf919a07b77c754e1d3abe17..e5d9ed9174e1e84c9d360a066e03e0de3ba73a72 100644 |
--- a/LayoutTests/fast/repaint/overhanging-float-detach-repaint-expected.txt |
+++ b/LayoutTests/fast/repaint/overhanging-float-detach-repaint-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 62.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 62, 100, 100] |
+ ] |
+ } |
+ ] |
+} |