Chromium Code Reviews| Index: LayoutTests/platform/android/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt | 
| diff --git a/LayoutTests/platform/android/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt b/LayoutTests/platform/android/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt | 
| deleted file mode 100644 | 
| index f3650ddbbd142fc1b36d781a349969ae2f94c227..0000000000000000000000000000000000000000 | 
| --- a/LayoutTests/platform/android/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt | 
| +++ /dev/null | 
| @@ -1,8 +0,0 @@ | 
| -This test checks that changing the grid-column on a grid item properly repaint. The final grid item should be 50px * 50px. There should be no trace of the grid item at the old position. | 
| -(repaint rects | 
| - (rect 8 38 100 50) | 
| - (rect 8 38 50 50) | 
| - (rect 8 38 100 50) | 
| - (rect 208 38 50 50) | 
| -) | 
| - |