diff --git a/css/css-grid/grid-definition/grid-template-columns-rows-resolved-values-002.html b/css/css-grid/grid-definition/grid-template-columns-rows-resolved-values-002.html new file mode 100644 index 00000000000000..567bda35d952e2 --- /dev/null +++ b/css/css-grid/grid-definition/grid-template-columns-rows-resolved-values-002.html @@ -0,0 +1,61 @@ + + + +
These tests make sure that repeat(auto-fill|auto-fit, ...) floors zero-sized tracks for track count calculations.
Subtest 1: repeat(auto-fit, 0)
Subtest 2: repeat(auto-fit, minmax(0, 1fr))
Subtest 3: repeat(auto-fill, minmax(0, 0))