blob: 9d667009a9a99e003d9bb43b901437fd0915575b [file] [log] [blame]
PASS e.style['grid-template-areas'] = "auto" should not set the property value
PASS e.style['grid-template-areas'] = "none \"first\"" should not set the property value
PASS e.style['grid-template-areas'] = "\"first\" none" should not set the property value
PASS e.style['grid-template-areas'] = "\"\"" should not set the property value
PASS e.style['grid-template-areas'] = "\" \"" should not set the property value
PASS e.style['grid-template-areas'] = "\".\" \"\"" should not set the property value
PASS e.style['grid-template-areas'] = "\".\" \" \"" should not set the property value
PASS e.style['grid-template-areas'] = "\"first\" \"\"" should not set the property value
PASS e.style['grid-template-areas'] = "\"first\" \"\" \"second\"" should not set the property value
PASS e.style['grid-template-areas'] = "\"first\" \" \"" should not set the property value
PASS e.style['grid-template-areas'] = "\"\" none" should not set the property value