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