Index: LayoutTests/fast/repaint/absolute-position-change-containing-block-expected.txt |
diff --git a/LayoutTests/fast/repaint/absolute-position-change-containing-block-expected.txt b/LayoutTests/fast/repaint/absolute-position-change-containing-block-expected.txt |
index 4c69ab925c52b74e2c52ce04e569a3dc30f7dfb3..3db4649f07c882b71798883ee29e09e6da3ac01e 100644 |
--- a/LayoutTests/fast/repaint/absolute-position-change-containing-block-expected.txt |
+++ b/LayoutTests/fast/repaint/absolute-position-change-containing-block-expected.txt |
@@ -1,16 +1,16 @@ |
-(GraphicsLayer |
- (bounds 800.00 2016.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 2016.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 100.00 100.00 100.00 100.00) |
- (rect 8.00 8.00 784.00 2000.00) |
- (rect 8.00 8.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 2016], |
+ "children": [ |
+ { |
+ "bounds": [800, 2016], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [100, 100, 100, 100], |
+ [8, 8, 784, 2000], |
+ [8, 8, 100, 100] |
+ ] |
+ } |
+ ] |
+} |