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