Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-start-before-get-set.html

Issue 1970573004: [css-grid] Consider invalid using just "span" as grid-line value (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");

Powered by Google App Engine
This is Rietveld 408576698