web-platform-tests / wpt

Test suites for Web platform specs — including WHATWG, W3C, and others
https://web-platform-tests.org/
Other
5.03k stars 3.12k forks source link

'minmax(100px, fit-content)' - invalid rule that is not used in test #36045

Open tgraham-antenna opened 2 years ago

tgraham-antenna commented 2 years ago

https://github.com/web-platform-tests/wpt/blob/d75e423ee10689a62795ca7fbcb5c19fa5518df9/css/css-grid/layout-algorithm/grid-intrinsic-size-with-orthogonal-items.html#L23

The test refers instead to a minmax-auto-fitcontent that does not exist.

Loirooriol commented 2 years ago

minmax(100px, fit-content) is not a valid track sizing function anyway...

tgraham-antenna commented 2 years ago

Precisely. Whatever someone was trying to test, there's two reasons why it wasn't being tested.