WPT
wpt / css / css-grid / layout-algorithm / grid-flex-track-intrinsic-sizes-003.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 | 102/102 | 100/102 | 102/102 | 102/102 | 86/102 | 86/102 |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| auto min item 'grid' with: grid-template-columns: 0fr; and grid-template-rows: 0fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 1fr; and grid-template-rows: 1fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 2fr; and grid-template-rows: 2fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: minmax(0, 0fr); and grid-template-rows: minmax(0, 0fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: minmax(0, .5fr); and grid-template-rows: minmax(0, .5fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: minmax(0, 1fr); and grid-template-rows: minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: minmax(0, 2fr); and grid-template-rows: minmax(0, 2fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: minmax(75px, 1fr); and grid-template-rows: minmax(75px, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 0fr 0fr; and grid-template-rows: 0fr 0fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 0fr 1fr; and grid-template-rows: 0fr 1fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 1fr 0fr; and grid-template-rows: 1fr 0fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 1fr 1fr; and grid-template-rows: 1fr 1fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 1fr 3fr; and grid-template-rows: 1fr 3fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 0fr 0fr 1fr; and grid-template-rows: 0fr 0fr 1fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item '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 |
| auto min item '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 |
| auto min item '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 |
| auto min item '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 |
| auto min item 'grid' with: grid-template-columns: minmax(40px, 1fr) minmax(0, 1fr); and grid-template-rows: minmax(40px, 1fr) minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 0fr minmax(0, 0fr); and grid-template-rows: 0fr minmax(0, 0fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 0fr minmax(0, 1fr); and grid-template-rows: 0fr minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 1fr minmax(0, 1fr); and grid-template-rows: 1fr minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 1fr minmax(25px, 1fr); and grid-template-rows: 1fr minmax(25px, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 0fr min-content; and grid-template-rows: 0fr min-content; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 0fr auto; and grid-template-rows: 0fr auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 0.5fr auto; and grid-template-rows: 0.5fr auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 1fr auto; and grid-template-rows: 1fr auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 1fr max-content; and grid-template-rows: 1fr max-content; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: 1fr min-content; and grid-template-rows: 1fr min-content; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: minmax(0, 0fr) min-content; and grid-template-rows: minmax(0, 0fr) min-content; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: minmax(0, 0fr) auto; and grid-template-rows: minmax(0, 0fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: minmax(0, 1fr) auto; and grid-template-rows: minmax(0, 1fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: minmax(25px, 0fr) auto; and grid-template-rows: minmax(25px, 0fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| auto min item 'grid' with: grid-template-columns: minmax(25px, 1fr) auto; and grid-template-rows: minmax(25px, 1fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| min-content min item 'grid' with: grid-template-columns: 0fr; and grid-template-rows: 0fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| min-content min item 'grid' with: grid-template-columns: 1fr; and grid-template-rows: 1fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| min-content min item 'grid' with: grid-template-columns: 2fr; and grid-template-rows: 2fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| min-content min item 'grid' with: grid-template-columns: minmax(0, 0fr); and grid-template-rows: minmax(0, 0fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| min-content min item 'grid' with: grid-template-columns: minmax(0, .5fr); and grid-template-rows: minmax(0, .5fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| min-content min item 'grid' with: grid-template-columns: minmax(0, 1fr); and grid-template-rows: minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| min-content min item 'grid' with: grid-template-columns: minmax(0, 2fr); and grid-template-rows: minmax(0, 2fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| min-content min item 'grid' with: grid-template-columns: minmax(75px, 1fr); and grid-template-rows: minmax(75px, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| min-content min item 'grid' with: grid-template-columns: 0fr 0fr; and grid-template-rows: 0fr 0fr; | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: 0fr 1fr; and grid-template-rows: 0fr 1fr; | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: 1fr 0fr; and grid-template-rows: 1fr 0fr; | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: 1fr 1fr; and grid-template-rows: 1fr 1fr; | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: 1fr 3fr; and grid-template-rows: 1fr 3fr; | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: 0fr 0fr 1fr; and grid-template-rows: 0fr 0fr 1fr; | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item '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 |
| min-content min item '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 |
| min-content min item '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 |
| min-content min item '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 |
| min-content min item 'grid' with: grid-template-columns: minmax(40px, 1fr) minmax(0, 1fr); and grid-template-rows: minmax(40px, 1fr) minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| min-content min item 'grid' with: grid-template-columns: 0fr minmax(0, 0fr); and grid-template-rows: 0fr minmax(0, 0fr); | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: 0fr minmax(0, 1fr); and grid-template-rows: 0fr minmax(0, 1fr); | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: 1fr minmax(0, 1fr); and grid-template-rows: 1fr minmax(0, 1fr); | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: 1fr minmax(25px, 1fr); and grid-template-rows: 1fr minmax(25px, 1fr); | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: 0fr min-content; and grid-template-rows: 0fr min-content; | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: 0fr auto; and grid-template-rows: 0fr auto; | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: 0.5fr auto; and grid-template-rows: 0.5fr auto; | PASS | FAIL | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: 1fr auto; and grid-template-rows: 1fr auto; | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: 1fr max-content; and grid-template-rows: 1fr max-content; | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: 1fr min-content; and grid-template-rows: 1fr min-content; | PASS | PASS | PASS | PASS | FAIL | FAIL |
| min-content min item 'grid' with: grid-template-columns: minmax(0, 0fr) min-content; and grid-template-rows: minmax(0, 0fr) min-content; | PASS | PASS | PASS | PASS | PASS | PASS |
| min-content min item 'grid' with: grid-template-columns: minmax(0, 0fr) auto; and grid-template-rows: minmax(0, 0fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| min-content min item 'grid' with: grid-template-columns: minmax(0, 1fr) auto; and grid-template-rows: minmax(0, 1fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| min-content min item 'grid' with: grid-template-columns: minmax(25px, 0fr) auto; and grid-template-rows: minmax(25px, 0fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| min-content min item 'grid' with: grid-template-columns: minmax(25px, 1fr) auto; and grid-template-rows: minmax(25px, 1fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 0fr; and grid-template-rows: 0fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 1fr; and grid-template-rows: 1fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 2fr; and grid-template-rows: 2fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: minmax(0, 0fr); and grid-template-rows: minmax(0, 0fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: minmax(0, .5fr); and grid-template-rows: minmax(0, .5fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: minmax(0, 1fr); and grid-template-rows: minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: minmax(0, 2fr); and grid-template-rows: minmax(0, 2fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: minmax(75px, 1fr); and grid-template-rows: minmax(75px, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 0fr 0fr; and grid-template-rows: 0fr 0fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 0fr 1fr; and grid-template-rows: 0fr 1fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 1fr 0fr; and grid-template-rows: 1fr 0fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 1fr 1fr; and grid-template-rows: 1fr 1fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 1fr 3fr; and grid-template-rows: 1fr 3fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 0fr 0fr 1fr; and grid-template-rows: 0fr 0fr 1fr; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item '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 |
| 50px min item '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 |
| 50px min item '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 |
| 50px min item '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 |
| 50px min item 'grid' with: grid-template-columns: minmax(40px, 1fr) minmax(0, 1fr); and grid-template-rows: minmax(40px, 1fr) minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 0fr minmax(0, 0fr); and grid-template-rows: 0fr minmax(0, 0fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 0fr minmax(0, 1fr); and grid-template-rows: 0fr minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 1fr minmax(0, 1fr); and grid-template-rows: 1fr minmax(0, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 1fr minmax(25px, 1fr); and grid-template-rows: 1fr minmax(25px, 1fr); | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 0fr min-content; and grid-template-rows: 0fr min-content; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 0fr auto; and grid-template-rows: 0fr auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 0.5fr auto; and grid-template-rows: 0.5fr auto; | PASS | FAIL | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 1fr auto; and grid-template-rows: 1fr auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 1fr max-content; and grid-template-rows: 1fr max-content; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: 1fr min-content; and grid-template-rows: 1fr min-content; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: minmax(0, 0fr) min-content; and grid-template-rows: minmax(0, 0fr) min-content; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: minmax(0, 0fr) auto; and grid-template-rows: minmax(0, 0fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: minmax(0, 1fr) auto; and grid-template-rows: minmax(0, 1fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: minmax(25px, 0fr) auto; and grid-template-rows: minmax(25px, 0fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |
| 50px min item 'grid' with: grid-template-columns: minmax(25px, 1fr) auto; and grid-template-rows: minmax(25px, 1fr) auto; | PASS | PASS | PASS | PASS | PASS | PASS |