Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html b/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html |
| index 04c5454e8c36b7b023c3b47aeddfdde1e4ceaa3e..0cb0c08be111b11daa4d7fb393cea73f4fbf0539 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html |
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html |
| @@ -13,7 +13,7 @@ body { |
| } |
| #container { |
| display: grid; |
| - grid: 200px / 150px 150px; |
| + grid: 150px 150px / 200px; |
| width: 200px; |
| height: 300px; |
| background-color: red; |