Index: LayoutTests/platform/linux/fast/repaint/positioned-list-offset-change-repaint-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/positioned-list-offset-change-repaint-expected.txt b/LayoutTests/platform/linux/fast/repaint/positioned-list-offset-change-repaint-expected.txt |
index b0ef7ca80199ec84e8f63982b31f72487fd3f023..d66f4baa7bcaab09f457a9462c77bd1890612c56 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/positioned-list-offset-change-repaint-expected.txt |
+++ b/LayoutTests/platform/linux/fast/repaint/positioned-list-offset-change-repaint-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 8.00 64.00 214.00 237.00) |
- (rect 8.00 64.00 114.00 237.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 64, 214, 237], |
+ [8, 64, 114, 237] |
+ ] |
+ } |
+ ] |
+} |