/css/css-grid/parsing/grid-template-areas-valid.html| status | subtest | message |
|---|---|---|
| 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 |
bundle built 2026-07-16T07:16:48.063Z