WPT
wpt / css / css-grid / layout-algorithm / grid-flex-track-intrinsic-sizes-001.html
Spec: CSS Grid Layout ↗
Runs: Chrome 155.0.8041.0 (wpt@4fbf9ef4d, 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 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| 'grid' with: grid-template-columns: 0fr; and grid-template-rows: 0fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 1fr; and grid-template-rows: 1fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 2fr; and grid-template-rows: 2fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: minmax(0, 0fr); and grid-template-rows: minmax(0, 0fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: minmax(0, .5fr); and grid-template-rows: minmax(0, .5fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: minmax(0, 1fr); and grid-template-rows: minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: minmax(0, 2fr); and grid-template-rows: minmax(0, 2fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: minmax(75px, 1fr); and grid-template-rows: minmax(75px, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 0fr 0fr; and grid-template-rows: 0fr 0fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 0fr 1fr; and grid-template-rows: 0fr 1fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 1fr 0fr; and grid-template-rows: 1fr 0fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 1fr 1fr; and grid-template-rows: 1fr 1fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 1fr 3fr; and grid-template-rows: 1fr 3fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 0fr 0fr 1fr; and grid-template-rows: 0fr 0fr 1fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: minmax(0, 0fr) minmax(0, 0fr); and grid-template-rows: minmax(0, 0fr) minmax(0, 0fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: minmax(0, 0fr) minmax(0, 1fr); and grid-template-rows: minmax(0, 0fr) minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: minmax(15px, 0fr) minmax(0, 1fr); and grid-template-rows: minmax(15px, 0fr) minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: minmax(20px, 1fr) minmax(0, 1fr); and grid-template-rows: minmax(20px, 1fr) minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: minmax(30px, 1fr) minmax(0, 1fr); and grid-template-rows: minmax(30px, 1fr) minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 0fr minmax(0, 0fr); and grid-template-rows: 0fr minmax(0, 0fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 0fr minmax(0, 1fr); and grid-template-rows: 0fr minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 1fr minmax(0, 1fr); and grid-template-rows: 1fr minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 1fr minmax(25px, 1fr); and grid-template-rows: 1fr minmax(25px, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 0fr auto; and grid-template-rows: 0fr auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 1fr auto; and grid-template-rows: 1fr auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: 1fr max-content; and grid-template-rows: 1fr max-content; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: minmax(0, 0fr) auto; and grid-template-rows: minmax(0, 0fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: minmax(0, 1fr) auto; and grid-template-rows: minmax(0, 1fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: minmax(25px, 0fr) auto; and grid-template-rows: minmax(25px, 0fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| 'grid' with: grid-template-columns: minmax(25px, 1fr) auto; and grid-template-rows: minmax(25px, 1fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |