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