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