Back to Chromium

Relayout Indefinite Heights

third_party/blink/web_tests/fast/css-grid-layout/relayout-indefinite-heights.html

149.0.7827.2324 B
Original Source

Tests how a change in grid's height requires evaluating again whether the grid has indefinite or definite height.

The grid bellow had initially 'height: auto' (indefinite) and has been changed to '90px' (definite).


The grid bellow had initially 'height: 90px' (definite) and has been changed to 'auto' (indefinite).