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

Side by Side Diff: LayoutTests/fast/css-grid-layout/grid-items-should-not-be-stretched-when-height-or-margin-change-expected.txt

Issue 1228983003: [CSS Grid Layout] Do not stretch always grid items with auto width (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 months 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
1 The grids below had initially 'stretched' items, but we have changed 'height' an d 'margin' to values which don't allow stretch. This test verifies that the layo ut algorithm properly detects such changes and clear the override height accordi ngly. 1 The grids below had initially 'stretched' items, but we have changed 'height', ' width' and 'margin' to values which don't allow stretch. This test verifies that the layout algorithm properly detects such changes and clear the override heigh t accordingly.
2 2
3 PASS 3 PASS
4 PASS 4 PASS
5 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698