WPT
wpt / css / css-grid / grid-definition / grid-inline-auto-repeat-001.html
Spec: CSS Grid Layout ↗
Runs: Chrome 155.0.8041.0 (wpt@07d3da1fa, 2026-09-04) | Firefox 157.0a1 (wpt@4fbf9ef4d, 2026-09-04) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-a7825 (wpt@4fbf9ef4d, 2026-09-04) | Servo Servo 0.6 (wpt@7e3d005d7, 2026-09-03) | Blitz a50cb8971 (wpt@a95401e4e, 2026-09-03)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 12/12 | 12/12 | 12/12 | 7/12 | 12/12 | 11/12 |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| 'autoFillColumns' with: grid-template-columns: repeat(auto-fill, 10px); and grid-template-rows: 20px; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'autoFitColumns' with: grid-template-columns: repeat(auto-fit, 10px); and grid-template-rows: 20px; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'autoFillRows' with: grid-template-columns: 20px; and grid-template-rows: repeat(auto-fill, 10px); | PASS | PASS | PASS | FAIL | PASS | PASS |
| 'autoFitRows' with: grid-template-columns: 20px; and grid-template-rows: repeat(auto-fit, 10px); | PASS | PASS | PASS | FAIL | PASS | PASS |
| 'autoFillColumns' with: grid-template-columns: repeat(auto-fill, 9px); and grid-template-rows: 20px; | PASS | PASS | PASS | FAIL | PASS | PASS |
| 'autoFitColumns' with: grid-template-columns: repeat(auto-fit, 9px); and grid-template-rows: 20px; | PASS | PASS | PASS | PASS | PASS | FAIL |
| 'autoFillRows' with: grid-template-columns: 20px; and grid-template-rows: repeat(auto-fill, 9px); | PASS | PASS | PASS | FAIL | PASS | PASS |
| 'autoFitRows' with: grid-template-columns: 20px; and grid-template-rows: repeat(auto-fit, 9px); | PASS | PASS | PASS | FAIL | PASS | PASS |
| 'autoFillColumns' with: grid-template-columns: repeat(auto-fill, 30px); and grid-template-rows: 20px; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'autoFitColumns' with: grid-template-columns: repeat(auto-fit, 30px); and grid-template-rows: 20px; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'autoFillRows' with: grid-template-columns: 20px; and grid-template-rows: repeat(auto-fill, 30px); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'autoFitRows' with: grid-template-columns: 20px; and grid-template-rows: repeat(auto-fit, 30px); | PASS | PASS | PASS | PASS | PASS | PASS |