Index: LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt |
diff --git a/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt b/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt |
index fbb5aab7ab6c97358c78d4b794e6a8812d66bd79..34fca27e93cb9ec0f6d90600e18ff66a86594501 100644 |
--- a/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt |
+++ b/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt |
@@ -1,17 +1,7 @@ |
This test checks that changing the grid-template-columns lead to a repaint. The final grid element should be 250px * 50px, the grid item should be 50px * 50px. No trace of the elements before the grid-template-columns change should be seen. |
-(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 50.00) |
- (rect 8.00 48.00 50.00 50.00) |
- (rect 8.00 48.00 250.00 50.00) |
- ) |
- ) |
- ) |
+(repaint rects |
+ (rect 8 48 100 50) |
+ (rect 8 48 50 50) |
+ (rect 8 48 250 50) |
) |