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