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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-auto-flow-resolution.html

Issue 764703002: Support unit-less lengths for white-list of properties only. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: min-width/height still accepts unitless lengths Created 5 years, 11 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: LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-auto-flow-resolution.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-auto-flow-resolution.html b/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-auto-flow-resolution.html
index 34e58757fae12ce396bfe28f586e45fa5ff498ed..dab606ac71e11fe2eedd6261c96be3b77cb9d778 100644
--- a/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-auto-flow-resolution.html
+++ b/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-auto-flow-resolution.html
@@ -14,7 +14,7 @@
}
.gridAutoMinMax {
- font: 10/1 Ahem;
+ font: 10px/1 Ahem;
width: 1000px;
grid-auto-rows: minmax(10em, 15px);
grid-auto-columns: minmax(30%, 100px);

Powered by Google App Engine
This is Rietveld 408576698