| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-start-before-get-set.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-start-before-get-set.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-start-before-get-set.html
|
| index 99c04853768df6a6f2f9273fb8fbde586d163de2..5b95e806e3c636abcfa21ea367fe4daba929f19e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-start-before-get-set.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-start-before-get-set.html
|
| @@ -86,7 +86,7 @@
|
| testColumnRowCSSParsing("gridItemWithNegativeInteger", "-10 / auto", "-15 / auto");
|
| testColumnRowCSSParsing("gridItemWithBeforeSpan", "span 2 / auto", "span 8 / auto");
|
| testColumnRowCSSParsing("gridItemWithAfterSpan", "span 2 / auto", "span 8 / auto");
|
| - testColumnRowCSSParsing("gridItemWithOnlySpan", "span 1 / auto", "span 1 / auto");
|
| + testColumnRowCSSParsing("gridItemWithOnlySpan", "auto / auto", "auto / auto");
|
| testColumnRowCSSParsing("gridItemWithAutoElement", "auto / auto", "auto / auto");
|
| testColumnRowCSSParsing("gridItemWithCustomIdent", "first / auto", "last / auto");
|
| testColumnRowCSSParsing("gridItemWithNumberCustomIdent", "2 first / auto", "3 last / auto");
|
|
|