grid-support-flexible-lengths-001.html.ini (887B)
1 [grid-support-flexible-lengths-001.html] 2 ['grid' with: grid-template-columns: -2fr; and grid-template-rows: -2fr;] 3 expected: FAIL 4 5 ['grid' with: grid-template-columns: 1free-space; and grid-template-rows: 1free-space;] 6 expected: FAIL 7 8 ['grid' with: grid-template-columns: (1fr) auto; and grid-template-rows: (1fr) auto;] 9 expected: FAIL 10 11 ['grid' with: grid-template-columns: 0,5fr; and grid-template-rows: 0,5fr;] 12 expected: FAIL 13 14 ['grid' with: grid-template-columns: fr; and grid-template-rows: fr;] 15 expected: FAIL 16 17 ['grid' with: grid-template-columns: calc(1fr + 100px); and grid-template-rows: calc(1fr + 100px);] 18 expected: FAIL 19 20 ['grid' with: grid-template-columns: 1 fr; and grid-template-rows: 1 fr;] 21 expected: FAIL 22 23 ['grid' with: grid-template-columns: minmax(1fr, 1000px); and grid-template-rows: minmax(1fr, 700px);] 24 expected: FAIL