Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-indefinite-heights-expected.txt

Issue 1317643005: [css-grid] Fix track sizing algo w/ size restrictions and intrinsic sizes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing. Removed unused params Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Tests how a change in grid's height requires evaluating again whether the grid h as indefinite or definite height.
2
3 The grid bellow had initially 'height: auto' (indefinite) and has been changed t o '90px' (definite).
4
5 PASS
6 The grid bellow had initially 'height: 90px' (definite) and has been changed to 'auto' (indefinite).
7
8 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698