Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content.html |
| index 399f468b95b2ad45fe6bce23504863f73fababb5..22a0a4410e7d7af2a7b5c0447710eee467496c94 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content.html |
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content.html |
| @@ -10,7 +10,7 @@ body { |
| } |
| .grid { |
| - grid: 50px 50px / 100px 100px; |
| + grid: 100px 100px / 50px 50px; |
| position: relative; |
| width: 200px; |
| height: 300px; |