Harness status: OK

Found 9 tests

9 Pass
Pass	e.style['grid-template-areas'] = "none" should set the property value
Pass	e.style['grid-template-areas'] = "\"first\"" should set the property value
Pass	e.style['grid-template-areas'] = "\"first second\"" should set the property value
Pass	e.style['grid-template-areas'] = "\"1st 2nd 3rd\"" should set the property value
Pass	e.style['grid-template-areas'] = "\"first second\" \"third fourth\"" should set the property value
Pass	e.style['grid-template-areas'] = "\"first second\" \"third .\" \"1st 2nd\" \"3rd 4th\"" should set the property value
Pass	e.style['grid-template-areas'] = "\"  a  \t  b  \"" should set the property value
Pass	e.style['grid-template-areas'] = "\"c\td\"" should set the property value
Pass	e.style['grid-template-areas'] = "\"first ...\"" should set the property value