/css/css-grid/parsing/grid-area-shorthand.html| status | subtest | message |
|---|---|---|
| PASS | e.style['grid-area'] = "auto" should set grid-column-end | |
| PASS | e.style['grid-area'] = "auto" should set grid-column-start | |
| PASS | e.style['grid-area'] = "auto" should set grid-row-end | |
| PASS | e.style['grid-area'] = "auto" should set grid-row-start | |
| PASS | e.style['grid-area'] = "auto" should not set unrelated longhands | |
| PASS | e.style['grid-area'] = "--a" should set grid-column-end | |
| PASS | e.style['grid-area'] = "--a" should set grid-column-start | |
| PASS | e.style['grid-area'] = "--a" should set grid-row-end | |
| PASS | e.style['grid-area'] = "--a" should set grid-row-start | |
| PASS | e.style['grid-area'] = "--a" should not set unrelated longhands | |
| PASS | e.style['grid-area'] = "a / b" should set grid-column-end | |
| PASS | e.style['grid-area'] = "a / b" should set grid-column-start | |
| PASS | e.style['grid-area'] = "a / b" should set grid-row-end | |
| PASS | e.style['grid-area'] = "a / b" should set grid-row-start | |
| PASS | e.style['grid-area'] = "a / b" should not set unrelated longhands | |
| PASS | e.style['grid-area'] = "a / b / c" should set grid-column-end | |
| PASS | e.style['grid-area'] = "a / b / c" should set grid-column-start | |
| PASS | e.style['grid-area'] = "a / b / c" should set grid-row-end | |
| PASS | e.style['grid-area'] = "a / b / c" should set grid-row-start | |
| PASS | e.style['grid-area'] = "a / b / c" should not set unrelated longhands | |
| PASS | e.style['grid-area'] = "a / b / c / d" should set grid-column-end | |
| PASS | e.style['grid-area'] = "a / b / c / d" should set grid-column-start | |
| PASS | e.style['grid-area'] = "a / b / c / d" should set grid-row-end | |
| PASS | e.style['grid-area'] = "a / b / c / d" should set grid-row-start | |
| PASS | e.style['grid-area'] = "a / b / c / d" should not set unrelated longhands | |
| PASS | e.style['grid-area'] = "+90 -a- / 2 i span" should set grid-column-end | |
| PASS | e.style['grid-area'] = "+90 -a- / 2 i span" should set grid-column-start | |
| PASS | e.style['grid-area'] = "+90 -a- / 2 i span" should set grid-row-end | |
| PASS | e.style['grid-area'] = "+90 -a- / 2 i span" should set grid-row-start | |
| PASS | e.style['grid-area'] = "+90 -a- / 2 i span" should not set unrelated longhands | |
| PASS | e.style['grid-area'] = "1 / 2 / 3 / 4" should set grid-column-end | |
| PASS | e.style['grid-area'] = "1 / 2 / 3 / 4" should set grid-column-start | |
| PASS | e.style['grid-area'] = "1 / 2 / 3 / 4" should set grid-row-end | |
| PASS | e.style['grid-area'] = "1 / 2 / 3 / 4" should set grid-row-start | |
| PASS | e.style['grid-area'] = "1 / 2 / 3 / 4" should not set unrelated longhands | |
| PASS | e.style['grid-row'] = "auto" should set grid-row-end | |
| PASS | e.style['grid-row'] = "auto" should set grid-row-start | |
| PASS | e.style['grid-row'] = "auto" should not set unrelated longhands | |
| PASS | e.style['grid-row'] = "one / 2" should set grid-row-end | |
| PASS | e.style['grid-row'] = "one / 2" should set grid-row-start | |
| PASS | e.style['grid-row'] = "one / 2" should not set unrelated longhands | |
| PASS | e.style['grid-row'] = "1 two / four 3" should set grid-row-end | |
| PASS | e.style['grid-row'] = "1 two / four 3" should set grid-row-start | |
| PASS | e.style['grid-row'] = "1 two / four 3" should not set unrelated longhands | |
| PASS | e.style['grid-column'] = "5 span" should set grid-column-end | |
| PASS | e.style['grid-column'] = "5 span" should set grid-column-start | |
| PASS | e.style['grid-column'] = "5 span" should not set unrelated longhands | |
| PASS | e.style['grid-column'] = "1 / two" should set grid-column-end | |
| PASS | e.style['grid-column'] = "1 / two" should set grid-column-start | |
| PASS | e.style['grid-column'] = "1 / two" should not set unrelated longhands | |
| PASS | e.style['grid-column'] = "span 1 two / four 3 span" should set grid-column-end | |
| PASS | e.style['grid-column'] = "span 1 two / four 3 span" should set grid-column-start | |
| PASS | e.style['grid-column'] = "span 1 two / four 3 span" should not set unrelated longhands |
bundle built 2026-07-16T07:16:48.063Z