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

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

Issue 450093004: [CSS Grid Layout] Handle percentages of indefinite sizes in minmax() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing v3 Created 6 years, 3 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-resolution.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-resolution.html b/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-resolution.html
index 76bac5246c766e47c3648762147f6c12e2ea3210..31b6bf0ee3dd75546f8a85e9d6eb7105396fd803 100644
--- a/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-resolution.html
+++ b/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-resolution.html
@@ -19,6 +19,7 @@
}
.gridAutoMinMax {
+ width: 1000px;
height: 1000px;
grid-auto-rows: minmax(10%, 15px);
grid-auto-columns: minmax(30%, 100px);

Powered by Google App Engine
This is Rietveld 408576698