| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-area-get-set.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-area-get-set.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-area-get-set.html
|
| index dbae81ee56354e238b1b61e039049e714e81fe8d..81c272fc009dcf9bc855b8886f2465820a94bdb5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-area-get-set.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-area-get-set.html
|
| @@ -25,7 +25,7 @@
|
| }
|
|
|
| #threeValueGridArea {
|
| - grid-area: span / 10 / -1;
|
| + grid-area: span 1 / 10 / -1;
|
| }
|
|
|
| #fourValueGridArea {
|
| @@ -33,7 +33,7 @@
|
| }
|
|
|
| #fourValueMixedGridArea {
|
| - grid-area: firstArea / span / nonExistent / 1 foobar;
|
| + grid-area: firstArea / span 1 / nonExistent / 1 foobar;
|
| }
|
| </style>
|
| <script src="../../resources/js-test.js"></script>
|
|
|