Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid.html b/third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid.html |
| index 7fd8feea3b31cf38ea75821b5f79e40788a93cba..58eff80a8a96fde977e48ae2694fcb2667389b61 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid.html |
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid.html |
| @@ -12,7 +12,7 @@ body { |
| } |
| #container { |
| display: grid; |
| - grid: 100px / 300px; |
| + grid: 300px / 100px; |
| width: 200px; |
| height: 300px; |
| background-color: red; |