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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-auto-flow-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
« no previous file with comments | « no previous file | LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-resolution.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3c9d2c8a77969e65d57cf29079179adc39ea3577..34e58757fae12ce396bfe28f586e45fa5ff498ed 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
@@ -15,6 +15,7 @@
.gridAutoMinMax {
font: 10/1 Ahem;
+ width: 1000px;
grid-auto-rows: minmax(10em, 15px);
grid-auto-columns: minmax(30%, 100px);
}
« no previous file with comments | « no previous file | LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-resolution.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698