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

Unified Diff: third_party/WebKit/LayoutTests/fast/alignment/ensure-flexbox-compatibility-with-initial-values-expected.txt

Issue 2348273002: [css-align] Initial value of align-content should be 'stretch'. (Closed)
Patch Set: Added layout test based on the test case in the bug report. Created 4 years, 3 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: third_party/WebKit/LayoutTests/fast/alignment/ensure-flexbox-compatibility-with-initial-values-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/alignment/ensure-flexbox-compatibility-with-initial-values-expected.txt b/third_party/WebKit/LayoutTests/fast/alignment/ensure-flexbox-compatibility-with-initial-values-expected.txt
index 74e9fd8ad0bcd6c8aa4d3870b683c58b83678984..b1a3b03c54a77016ec97eadf34dfb3cf5836e870 100644
--- a/third_party/WebKit/LayoutTests/fast/alignment/ensure-flexbox-compatibility-with-initial-values-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/alignment/ensure-flexbox-compatibility-with-initial-values-expected.txt
@@ -25,19 +25,19 @@ PASS CSS.supports('justify-content', 'normal') is true
Verifying initial values are supported when grid is DISABLED.
PASS CSS.supports('align-items', 'stretch') is true
PASS CSS.supports('align-self', 'stretch') is true
-PASS CSS.supports('align-content', 'flex-start') is true
+PASS CSS.supports('align-content', 'stretch') is true
PASS CSS.supports('justify-content', 'flex-start') is true
PASS CSS.supports('align-items', 'stretch') is true
PASS CSS.supports('align-self', 'stretch') is true
-PASS CSS.supports('align-content', 'flex-start') is true
+PASS CSS.supports('align-content', 'stretch') is true
PASS CSS.supports('justify-content', 'flex-start') is true
PASS CSS.supports('align-items', 'stretch') is true
PASS CSS.supports('align-self', 'stretch') is true
-PASS CSS.supports('align-content', 'flex-start') is true
+PASS CSS.supports('align-content', 'stretch') is true
PASS CSS.supports('justify-content', 'flex-start') is true
PASS CSS.supports('align-items', 'stretch') is true
PASS CSS.supports('align-self', 'stretch') is true
-PASS CSS.supports('align-content', 'flex-start') is true
+PASS CSS.supports('align-content', 'stretch') is true
PASS CSS.supports('justify-content', 'flex-start') is true
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698