Index: LayoutTests/platform/linux/fast/repaint/table-extra-bottom-grow-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/table-extra-bottom-grow-expected.txt b/LayoutTests/platform/linux/fast/repaint/table-extra-bottom-grow-expected.txt |
index 13e10ce2f0dd0c238c6d549442975574cc4895f2..da20c5bcf16843a1cf3014cfaab3649c9b77f119 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/table-extra-bottom-grow-expected.txt |
+++ b/LayoutTests/platform/linux/fast/repaint/table-extra-bottom-grow-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 58.00 136.00 50.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [58, 136, 50, 100] |
+ ] |
+ } |
+ ] |
+} |