blob: 7382651a16e479ef08e149e01b7901fdd9861c5d [file] [log] [blame]
PASS e.style['grid-template'] = "none" should set the property value
PASS e.style['grid-template'] = "none / none" should set the property value
PASS e.style['grid-template'] = "auto / auto" should set the property value
PASS e.style['grid-template'] = "none / [a] 0px" should set the property value
PASS e.style['grid-template'] = "none / [] 0px" should set the property value
PASS e.style['grid-template'] = "[a] 10px / auto" should set the property value
PASS e.style['grid-template'] = "[a] 10px / none" should set the property value
PASS e.style['grid-template'] = "[] 10px [] / [] auto []" should set the property value
PASS e.style['grid-template'] = "[a] \"a\" 10px" should set the property value
PASS e.style['grid-template'] = "[a] \"a\" 10px []" should set the property value
PASS e.style['grid-template'] = "\"a\" 10px" should set the property value
PASS e.style['grid-template'] = "[] \"a\" 10px" should set the property value
PASS e.style['grid-template'] = "[a] \"a\" 10px [a]" should set the property value
PASS e.style['grid-template'] = "\"a\"" should set the property value
PASS e.style['grid-template'] = "\"a\" auto" should set the property value
PASS e.style['grid-template'] = "\"a\" / 10px" should set the property value
PASS e.style['grid-template'] = "\"a\" / 20%" should set the property value
PASS e.style['grid-template'] = "\"a\" / 5fr" should set the property value
PASS e.style['grid-template'] = "[a] \"a\"" should set the property value
PASS e.style['grid-template'] = "[a] \"a\" [a]" should set the property value
PASS e.style['grid-template'] = "[] \"a\"" should set the property value
PASS e.style['grid-template'] = "\"a\" [] [] \"b\"" should set the property value
PASS e.style['grid-template'] = "\"a\" [] \"b\"" should set the property value
PASS e.style['grid-template'] = "\"a\" [a] [b] \"b\"" should set the property value
PASS e.style['grid-template'] = "\"a\" [a] \"b\"" should set the property value
PASS e.style['grid-template'] = "\"a\" / 0" should set the property value
PASS e.style['grid-template'] = "\"a\" 10px / 10px" should set the property value
PASS e.style['grid-template'] = "\"a\" [a] \"b\" 10px" should set the property value
PASS e.style['grid-template'] = "\"a\" [a] \"b\" 10px [a]" should set the property value
PASS e.style['grid-template'] = "\"a\" [a] [a] \"b\" 10px" should set the property value
PASS e.style['grid-template'] = "\"a\" [a] [] \"b\" 10px" should set the property value
PASS e.style['grid-template'] = "\"a\" 10px [a] \"b\" [a]" should set the property value
PASS e.style['grid-template'] = "\"a\" [a] \"b\" [a]" should set the property value
PASS e.style['grid-template'] = "[a] \"a\" [a] \"b\" [a]" should set the property value
PASS e.style['grid-template'] = "\"a\" \"a\" [a] \"b\" [a]" should set the property value
PASS e.style['grid-template'] = "\"a\" [a] \"b\" [a] / 0" should set the property value
PASS e.style['grid-template'] = "\"a\" \"a\" [a] [a] \"b\" / auto" should set the property value