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

Unified Diff: LayoutTests/fast/css-grid-layout/relayout-align-self-changed-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: Applied suggested changes. 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css-grid-layout/relayout-align-self-changed-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/relayout-align-self-changed-expected.txt b/LayoutTests/fast/css-grid-layout/relayout-align-self-changed-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a28b8e2aa0ca3e015dd2ac34f6e84b6a49d45bf5
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/relayout-align-self-changed-expected.txt
@@ -0,0 +1,8 @@
+Tests how a align-self style change requires a relayout of the grid and previously stretched items.
+
+The grid bellow had initially 'align-self: end' and was changed to 'stretch'.
+
+PASS
+The grid bellow was initially stretched and it has now 'align-self: center'.
+
+PASS

Powered by Google App Engine
This is Rietveld 408576698