Index: LayoutTests/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt |
diff --git a/LayoutTests/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt b/LayoutTests/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt |
index e4da5724b16a1d9be051576c0585b38ce81a32c1..d2f52d244008b460be86d40a316d02167c3f58eb 100644 |
--- a/LayoutTests/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt |
+++ b/LayoutTests/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt |
@@ -2,21 +2,11 @@ This test checks that grid items correctly repaint when 'z-index' changes. |
For this test to pass, there should be no red below. |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 236.00 200.00 100.00) |
- (rect 8.00 236.00 200.00 100.00) |
- (rect 8.00 236.00 200.00 100.00) |
- (rect 8.00 126.00 200.00 100.00) |
- (rect 8.00 126.00 200.00 100.00) |
- ) |
- ) |
- ) |
+(repaint rects |
+ (rect 8 236 200 100) |
+ (rect 8 236 200 100) |
+ (rect 8 236 200 100) |
+ (rect 8 126 200 100) |
+ (rect 8 126 200 100) |
) |