Click here to download the Blitz Browser!

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

ChromeFirefoxSafariLadybirdServoBlitz
Total102/102100/102102/102102/10286/10286/102
SubtestChromeFirefoxSafariLadybirdServoBlitz
auto min item 'grid' with: grid-template-columns: 0fr; and grid-template-rows: 0fr;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 1fr; and grid-template-rows: 1fr;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 2fr; and grid-template-rows: 2fr;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(0, 0fr); and grid-template-rows: minmax(0, 0fr);PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(0, .5fr); and grid-template-rows: minmax(0, .5fr);PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(0, 1fr); and grid-template-rows: minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(0, 2fr); and grid-template-rows: minmax(0, 2fr);PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(75px, 1fr); and grid-template-rows: minmax(75px, 1fr);PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 0fr 0fr; and grid-template-rows: 0fr 0fr;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 0fr 1fr; and grid-template-rows: 0fr 1fr;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 1fr 0fr; and grid-template-rows: 1fr 0fr;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 1fr 1fr; and grid-template-rows: 1fr 1fr;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 1fr 3fr; and grid-template-rows: 1fr 3fr;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 0fr 0fr 1fr; and grid-template-rows: 0fr 0fr 1fr;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(0, 0fr) minmax(0, 0fr); and grid-template-rows: minmax(0, 0fr) minmax(0, 0fr);PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(0, 0fr) minmax(0, 1fr); and grid-template-rows: minmax(0, 0fr) minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(15px, 0fr) minmax(0, 1fr); and grid-template-rows: minmax(15px, 0fr) minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(20px, 1fr) minmax(0, 1fr); and grid-template-rows: minmax(20px, 1fr) minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(40px, 1fr) minmax(0, 1fr); and grid-template-rows: minmax(40px, 1fr) minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 0fr minmax(0, 0fr); and grid-template-rows: 0fr minmax(0, 0fr);PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 0fr minmax(0, 1fr); and grid-template-rows: 0fr minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 1fr minmax(0, 1fr); and grid-template-rows: 1fr minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 1fr minmax(25px, 1fr); and grid-template-rows: 1fr minmax(25px, 1fr);PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 0fr min-content; and grid-template-rows: 0fr min-content;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 0fr auto; and grid-template-rows: 0fr auto;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 0.5fr auto; and grid-template-rows: 0.5fr auto;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 1fr auto; and grid-template-rows: 1fr auto;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 1fr max-content; and grid-template-rows: 1fr max-content;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: 1fr min-content; and grid-template-rows: 1fr min-content;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(0, 0fr) min-content; and grid-template-rows: minmax(0, 0fr) min-content;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(0, 0fr) auto; and grid-template-rows: minmax(0, 0fr) auto;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(0, 1fr) auto; and grid-template-rows: minmax(0, 1fr) auto;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(25px, 0fr) auto; and grid-template-rows: minmax(25px, 0fr) auto;PASSPASSPASSPASSPASSPASS
auto min item 'grid' with: grid-template-columns: minmax(25px, 1fr) auto; and grid-template-rows: minmax(25px, 1fr) auto;PASSPASSPASSPASSPASSPASS
min-content min item 'grid' with: grid-template-columns: 0fr; and grid-template-rows: 0fr;PASSPASSPASSPASSPASSPASS
min-content min item 'grid' with: grid-template-columns: 1fr; and grid-template-rows: 1fr;PASSPASSPASSPASSPASSPASS
min-content min item 'grid' with: grid-template-columns: 2fr; and grid-template-rows: 2fr;PASSPASSPASSPASSPASSPASS
min-content min item 'grid' with: grid-template-columns: minmax(0, 0fr); and grid-template-rows: minmax(0, 0fr);PASSPASSPASSPASSPASSPASS
min-content min item 'grid' with: grid-template-columns: minmax(0, .5fr); and grid-template-rows: minmax(0, .5fr);PASSPASSPASSPASSPASSPASS
min-content min item 'grid' with: grid-template-columns: minmax(0, 1fr); and grid-template-rows: minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
min-content min item 'grid' with: grid-template-columns: minmax(0, 2fr); and grid-template-rows: minmax(0, 2fr);PASSPASSPASSPASSPASSPASS
min-content min item 'grid' with: grid-template-columns: minmax(75px, 1fr); and grid-template-rows: minmax(75px, 1fr);PASSPASSPASSPASSPASSPASS
min-content min item 'grid' with: grid-template-columns: 0fr 0fr; and grid-template-rows: 0fr 0fr;PASSPASSPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: 0fr 1fr; and grid-template-rows: 0fr 1fr;PASSPASSPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: 1fr 0fr; and grid-template-rows: 1fr 0fr;PASSPASSPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: 1fr 1fr; and grid-template-rows: 1fr 1fr;PASSPASSPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: 1fr 3fr; and grid-template-rows: 1fr 3fr;PASSPASSPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: 0fr 0fr 1fr; and grid-template-rows: 0fr 0fr 1fr;PASSPASSPASSPASSFAILFAIL
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);PASSPASSPASSPASSPASSPASS
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);PASSPASSPASSPASSPASSPASS
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);PASSPASSPASSPASSPASSPASS
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);PASSPASSPASSPASSPASSPASS
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);PASSPASSPASSPASSPASSPASS
min-content min item 'grid' with: grid-template-columns: 0fr minmax(0, 0fr); and grid-template-rows: 0fr minmax(0, 0fr);PASSPASSPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: 0fr minmax(0, 1fr); and grid-template-rows: 0fr minmax(0, 1fr);PASSPASSPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: 1fr minmax(0, 1fr); and grid-template-rows: 1fr minmax(0, 1fr);PASSPASSPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: 1fr minmax(25px, 1fr); and grid-template-rows: 1fr minmax(25px, 1fr);PASSPASSPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: 0fr min-content; and grid-template-rows: 0fr min-content;PASSPASSPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: 0fr auto; and grid-template-rows: 0fr auto;PASSPASSPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: 0.5fr auto; and grid-template-rows: 0.5fr auto;PASSFAILPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: 1fr auto; and grid-template-rows: 1fr auto;PASSPASSPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: 1fr max-content; and grid-template-rows: 1fr max-content;PASSPASSPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: 1fr min-content; and grid-template-rows: 1fr min-content;PASSPASSPASSPASSFAILFAIL
min-content min item 'grid' with: grid-template-columns: minmax(0, 0fr) min-content; and grid-template-rows: minmax(0, 0fr) min-content;PASSPASSPASSPASSPASSPASS
min-content min item 'grid' with: grid-template-columns: minmax(0, 0fr) auto; and grid-template-rows: minmax(0, 0fr) auto;PASSPASSPASSPASSPASSPASS
min-content min item 'grid' with: grid-template-columns: minmax(0, 1fr) auto; and grid-template-rows: minmax(0, 1fr) auto;PASSPASSPASSPASSPASSPASS
min-content min item 'grid' with: grid-template-columns: minmax(25px, 0fr) auto; and grid-template-rows: minmax(25px, 0fr) auto;PASSPASSPASSPASSPASSPASS
min-content min item 'grid' with: grid-template-columns: minmax(25px, 1fr) auto; and grid-template-rows: minmax(25px, 1fr) auto;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 0fr; and grid-template-rows: 0fr;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 1fr; and grid-template-rows: 1fr;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 2fr; and grid-template-rows: 2fr;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(0, 0fr); and grid-template-rows: minmax(0, 0fr);PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(0, .5fr); and grid-template-rows: minmax(0, .5fr);PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(0, 1fr); and grid-template-rows: minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(0, 2fr); and grid-template-rows: minmax(0, 2fr);PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(75px, 1fr); and grid-template-rows: minmax(75px, 1fr);PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 0fr 0fr; and grid-template-rows: 0fr 0fr;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 0fr 1fr; and grid-template-rows: 0fr 1fr;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 1fr 0fr; and grid-template-rows: 1fr 0fr;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 1fr 1fr; and grid-template-rows: 1fr 1fr;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 1fr 3fr; and grid-template-rows: 1fr 3fr;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 0fr 0fr 1fr; and grid-template-rows: 0fr 0fr 1fr;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(0, 0fr) minmax(0, 0fr); and grid-template-rows: minmax(0, 0fr) minmax(0, 0fr);PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(0, 0fr) minmax(0, 1fr); and grid-template-rows: minmax(0, 0fr) minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(15px, 0fr) minmax(0, 1fr); and grid-template-rows: minmax(15px, 0fr) minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(20px, 1fr) minmax(0, 1fr); and grid-template-rows: minmax(20px, 1fr) minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(40px, 1fr) minmax(0, 1fr); and grid-template-rows: minmax(40px, 1fr) minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 0fr minmax(0, 0fr); and grid-template-rows: 0fr minmax(0, 0fr);PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 0fr minmax(0, 1fr); and grid-template-rows: 0fr minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 1fr minmax(0, 1fr); and grid-template-rows: 1fr minmax(0, 1fr);PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 1fr minmax(25px, 1fr); and grid-template-rows: 1fr minmax(25px, 1fr);PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 0fr min-content; and grid-template-rows: 0fr min-content;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 0fr auto; and grid-template-rows: 0fr auto;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 0.5fr auto; and grid-template-rows: 0.5fr auto;PASSFAILPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 1fr auto; and grid-template-rows: 1fr auto;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 1fr max-content; and grid-template-rows: 1fr max-content;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: 1fr min-content; and grid-template-rows: 1fr min-content;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(0, 0fr) min-content; and grid-template-rows: minmax(0, 0fr) min-content;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(0, 0fr) auto; and grid-template-rows: minmax(0, 0fr) auto;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(0, 1fr) auto; and grid-template-rows: minmax(0, 1fr) auto;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(25px, 0fr) auto; and grid-template-rows: minmax(25px, 0fr) auto;PASSPASSPASSPASSPASSPASS
50px min item 'grid' with: grid-template-columns: minmax(25px, 1fr) auto; and grid-template-rows: minmax(25px, 1fr) auto;PASSPASSPASSPASSPASSPASS