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