Index: LayoutTests/fast/repaint/containing-block-position-change-expected.txt |
diff --git a/LayoutTests/fast/repaint/containing-block-position-change-expected.txt b/LayoutTests/fast/repaint/containing-block-position-change-expected.txt |
index 7d5a280584697f59ee53d2b0a079b100f7c27d7c..d50c343db565be01ddce0ebe32aabc0ccd736531 100644 |
--- a/LayoutTests/fast/repaint/containing-block-position-change-expected.txt |
+++ b/LayoutTests/fast/repaint/containing-block-position-change-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 158.00 70.00 50.00 50.00) |
- (rect 100.00 70.00 50.00 50.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [158, 70, 50, 50], |
+ [100, 70, 50, 50] |
+ ] |
+ } |
+ ] |
+} |