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