diff --git a/css/css-grid/grid-tracks-stretched-with-different-flex-factors-sum.html b/css/css-grid/grid-tracks-stretched-with-different-flex-factors-sum.html new file mode 100644 index 00000000000000..f2c1d5e95a2df4 --- /dev/null +++ b/css/css-grid/grid-tracks-stretched-with-different-flex-factors-sum.html @@ -0,0 +1,57 @@ + +
When the sum of all track's flex factor is < 1, they don't exhaust the available space, which is used to stretch the 'auto' sized tracks.
+When the sum of all track's flex factor is >= 1, they exhaust the available space, hence the 'stretch' alignment is not applied to the 'auto' sized tracks.
+