Harness status: OK Found 42 tests 42 Pass Pass e.style['grid-template-columns'] = "-10px" should not set the property value Pass e.style['grid-template-columns'] = "-20%" should not set the property value Pass e.style['grid-template-columns'] = "-5fr" should not set the property value Pass e.style['grid-template-columns'] = "minmax(5fr, calc(0.5em + 10px))" should not set the property value Pass e.style['grid-template-columns'] = "minmax(-10px, auto)" should not set the property value Pass e.style['grid-template-columns'] = "minmax(-20%, max-content)" should not set the property value Pass e.style['grid-template-columns'] = "minmax(min-content, -20%)" should not set the property value Pass e.style['grid-template-columns'] = "fit-content(-10px)" should not set the property value Pass e.style['grid-template-columns'] = "fit-content(-20%)" should not set the property value Pass e.style['grid-template-columns'] = "[one] 10px [two three] repeat(20%) [four five six] 3fr [seven]" should not set the property value Pass e.style['grid-template-columns'] = "[one]" should not set the property value Pass e.style['grid-template-columns'] = "[one] 10px [two] [three]" should not set the property value Pass e.style['grid-template-columns'] = "repeat(auto-fill, -10px)" should not set the property value Pass e.style['grid-template-columns'] = "repeat(auto-fill, 10px) repeat(auto-fit, 20%)" should not set the property value Pass e.style['grid-template-columns'] = "[auto] 1px" should not set the property value Pass e.style['grid-template-columns'] = "-5fr repeat(auto-fill, auto)" should not set the property value Pass e.style['grid-template-columns'] = "-10px repeat(auto-fill, min-content)" should not set the property value Pass e.style['grid-template-columns'] = "-20% repeat(auto-fit, max-content)" should not set the property value Pass e.style['grid-template-columns'] = "repeat(auto-fill, fit-content)" should not set the property value Pass e.style['grid-template-columns'] = "auto repeat(auto-fill, auto) auto" should not set the property value Pass e.style['grid-template-columns'] = "min-content repeat(auto-fill, auto) min-content" should not set the property value Pass e.style['grid-template-columns'] = "max-content repeat(auto-fill, auto) max-content" should not set the property value Pass e.style['grid-template-columns'] = "fit-content(200px) repeat(auto-fill, auto) fit-content(200px)" should not set the property value Pass e.style['grid-template-columns'] = "auto repeat(auto-fill, auto) repeat(5, auto)" should not set the property value Pass e.style['grid-template-columns'] = "auto repeat(auto-fill, min-content) auto" should not set the property value Pass e.style['grid-template-columns'] = "min-content repeat(auto-fill, min-content) min-content" should not set the property value Pass e.style['grid-template-columns'] = "max-content repeat(auto-fill, min-content) max-content" should not set the property value Pass e.style['grid-template-columns'] = "fit-content(200px) repeat(auto-fill, min-content) fit-content(200px)" should not set the property value Pass e.style['grid-template-columns'] = "min-content repeat(auto-fill, min-content) repeat(5, min-content)" should not set the property value Pass e.style['grid-template-columns'] = "auto repeat(auto-fill, max-content) auto" should not set the property value Pass e.style['grid-template-columns'] = "min-content repeat(auto-fill, max-content) min-content" should not set the property value Pass e.style['grid-template-columns'] = "max-content repeat(auto-fill, max-content) max-content" should not set the property value Pass e.style['grid-template-columns'] = "fit-content(200px) repeat(auto-fill, max-content) fit-content(200px)" should not set the property value Pass e.style['grid-template-columns'] = "max-content repeat(auto-fill, max-content) repeat(5, max-content)" should not set the property value Pass e.style['grid-template-columns'] = "auto repeat(auto-fill, fit-content(200px)) auto" should not set the property value Pass e.style['grid-template-columns'] = "min-content repeat(auto-fill, fit-content(200px)) min-content" should not set the property value Pass e.style['grid-template-columns'] = "max-content repeat(auto-fill, fit-content(200px)) max-content" should not set the property value Pass e.style['grid-template-columns'] = "fit-content(200px) repeat(auto-fill, fit-content(200px)) fit-content(200px)" should not set the property value Pass e.style['grid-template-columns'] = "fit-content(200px) repeat(auto-fill, fit-content(200px)) repeat(5, fit-content(200px))" should not set the property value Pass e.style['grid-template-columns'] = "repeat(auto-fill, minmax(fit-content(200px), fit-content(300px)))" should not set the property value Pass e.style['grid-template-columns'] = "repeat(auto-fill, minmax(fit-content(200px), auto))" should not set the property value Pass e.style['grid-template-columns'] = "repeat(auto-fill, minmax(max-content, fit-content(200px)))" should not set the property value