/css/css-grid/parsing/grid-template-shorthand-composition.html| status | subtest | message |
|---|---|---|
| PASS | grid-template-rows: none, grid-template-columns: none, and "grid-template-areas: none;" should be valid. | |
| PASS | grid-template-rows: auto, grid-template-columns: auto, and "grid-template-areas: none;" should be valid. | |
| PASS | grid-template-rows: [header-top] auto [header-bottom main-top] 1fr [main-bottom], grid-template-columns: auto 1fr auto, and "grid-template-areas: "a a a" "b b b";" should be valid. | |
| PASS | grid-template-rows: auto, grid-template-columns: auto, and "grid-template-areas: "a a a" "b b b";" should be valid. | |
| PASS | grid-template-rows: auto, grid-template-columns: auto auto, and "grid-template-areas: "a a a" "b b b";" should be valid. | |
| PASS | grid-template-rows: auto auto, grid-template-columns: auto, and "grid-template-areas: "a a a" "b b b";" should be valid. | |
| PASS | grid-template-rows: auto auto, grid-template-columns: auto auto, and "grid-template-areas: "a a a" "b b b";" should be valid. | |
| PASS | grid-template-rows: min-content, grid-template-columns: min-content, and "grid-template-areas: "a a a" "b b b" "c c c" "d d d";" should be valid. | |
| PASS | grid-template-rows: min-content, grid-template-columns: min-content auto auto auto, and "grid-template-areas: "a a a" "b b b" "c c c" "d d d";" should be valid. | |
| PASS | grid-template-rows: min-content auto auto auto, grid-template-columns: min-content, and "grid-template-areas: "a a a" "b b b" "c c c" "d d d";" should be valid. | |
| PASS | grid-template-rows: min-content auto auto auto, grid-template-columns: min-content auto auto auto, and "grid-template-areas: "a a a" "b b b" "c c c" "d d d";" should be valid. |
bundle built 2026-07-16T07:16:48.063Z