Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html b/third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html |
| index 99d756281f6400583216ddec9f26b95cec17cab5..9ba13457f08302a08501ce65834387ccbc159379 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html |
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html |
| @@ -13,7 +13,7 @@ body { |
| } |
| #container { |
| display: grid; |
| - grid: 100px 100px / 150px 150px; |
| + grid: 150px 150px / 100px 100px; |
| width: 200px; |
| height: 300px; |
| background-color: red; |