Index: LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt |
diff --git a/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt b/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt |
index e67c974a3bda52b48c0bc99834c1129e060857a9..7f919b07f6c256aaaa4a45c11a9c0685395587d9 100644 |
--- a/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt |
+++ b/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt |
@@ -1,16 +1,16 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 48.00 100.00 150.00) |
- (rect 8.00 48.00 100.00 100.00) |
- (rect 8.00 48.00 100.00 50.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 48, 100, 150], |
+ [8, 48, 100, 100], |
+ [8, 48, 100, 50] |
+ ] |
+ } |
+ ] |
+} |