Index: LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.txt |
diff --git a/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.txt b/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.txt |
index dfb26419c4484631e9c3b203ff74fc01a31a96f9..f6a8908d374ff45ad40a3237eb60fd3e588bd218 100644 |
--- a/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.txt |
+++ b/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-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 108.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 108, 100, 100] |
+ ] |
+ } |
+ ] |
+} |