Index: LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt b/LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt |
index edfb48a4ac08d822d80ed2e8edd665e82d463371..bb96f9eb4c76be0123bd9fc328187009a629bbad 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt |
+++ b/LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt |
@@ -1,21 +1,21 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 326.00 61.00 60.00) |
- (rect 8.00 326.00 61.00 60.00) |
- (rect 8.00 206.00 61.00 180.00) |
- (rect 8.00 206.00 61.00 180.00) |
- (rect 8.00 146.00 61.00 180.00) |
- (rect 8.00 146.00 61.00 180.00) |
- (rect 8.00 146.00 61.00 60.00) |
- (rect 8.00 146.00 61.00 60.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 326, 61, 60], |
+ [8, 326, 61, 60], |
+ [8, 206, 61, 180], |
+ [8, 206, 61, 180], |
+ [8, 146, 61, 180], |
+ [8, 146, 61, 180], |
+ [8, 146, 61, 60], |
+ [8, 146, 61, 60] |
+ ] |
+ } |
+ ] |
+} |