blob: a448086f7c7d93a111e6cf495eb211b828022996 [file] [log] [blame]
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).
PASS
The grid bellow had initially 'height: 90px' (definite) and has been changed to 'auto' (indefinite).
PASS