grid-template-columns-repeat-intrinsic-valid.tentative.html.ini (2261B)
1 [grid-template-columns-repeat-intrinsic-valid.tentative.html] 2 [e.style['grid-template-columns'\] = "repeat(auto-fill, auto)" should set the property value] 3 expected: FAIL 4 5 [e.style['grid-template-columns'\] = "repeat(auto-fit, auto 100px auto)" should set the property value] 6 expected: FAIL 7 8 [e.style['grid-template-columns'\] = "repeat(auto-fill, minmax(30px, 5fr) [two\] auto)" should set the property value] 9 expected: FAIL 10 11 [e.style['grid-template-columns'\] = "repeat(auto-fit, [three\] auto [four\])" should set the property value] 12 expected: FAIL 13 14 [e.style['grid-template-columns'\] = "repeat(auto-fill, min-content)" should set the property value] 15 expected: FAIL 16 17 [e.style['grid-template-columns'\] = "repeat(auto-fit, min-content 100px min-content)" should set the property value] 18 expected: FAIL 19 20 [e.style['grid-template-columns'\] = "repeat(auto-fill, minmax(30px, 5fr) [two\] min-content)" should set the property value] 21 expected: FAIL 22 23 [e.style['grid-template-columns'\] = "repeat(auto-fit, [three\] min-content [four\])" should set the property value] 24 expected: FAIL 25 26 [e.style['grid-template-columns'\] = "repeat(auto-fill, max-content)" should set the property value] 27 expected: FAIL 28 29 [e.style['grid-template-columns'\] = "repeat(auto-fit, max-content 100px max-content)" should set the property value] 30 expected: FAIL 31 32 [e.style['grid-template-columns'\] = "repeat(auto-fill, minmax(30px, 5fr) [two\] max-content)" should set the property value] 33 expected: FAIL 34 35 [e.style['grid-template-columns'\] = "repeat(auto-fit, [three\] max-content [four\])" should set the property value] 36 expected: FAIL 37 38 [e.style['grid-template-columns'\] = "repeat(auto-fill, fit-content(200px))" should set the property value] 39 expected: FAIL 40 41 [e.style['grid-template-columns'\] = "repeat(auto-fit, fit-content(200px) 100px fit-content(200px))" should set the property value] 42 expected: FAIL 43 44 [e.style['grid-template-columns'\] = "repeat(auto-fill, minmax(30px, 5fr) [two\] fit-content(200px))" should set the property value] 45 expected: FAIL 46 47 [e.style['grid-template-columns'\] = "repeat(auto-fit, [three\] fit-content(200px) [four\])" should set the property value] 48 expected: FAIL