| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-gutters-and-alignment.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-gutters-and-alignment.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-gutters-and-alignment.html
|
| index ea340f4cfa3e2f71ee070f254acad9920392eaf3..3d2ba825820875983d52057eaeb2fb4d29511c11 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-gutters-and-alignment.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-gutters-and-alignment.html
|
| @@ -14,7 +14,7 @@ body { margin: 0px; }
|
| }
|
|
|
| .grid50And100 {
|
| - grid: 50px 50px / 100px 100px;
|
| + grid: 100px 100px / 50px 50px;
|
| width: 200px;
|
| height: 300px;
|
| position: relative; /* For the <p> comments */
|
|
|