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

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

Issue 1583433002: [css-align] New CSS Value 'normal' for Content Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed layout tests failing. Created 4 years, 10 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 6a1bb39198cf8730f9d88d4c01cebdbada165bcd..98f6509dd1bed361b9ba33f8bd1b22f70a2b6eb1 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
@@ -5,20 +5,20 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS CSS.supports('align-items', 'start') is true
PASS CSS.supports('align-self', 'start') is true
-PASS CSS.supports('align-content', 'start') is true
-PASS CSS.supports('justify-content', 'start') is true
+PASS CSS.supports('align-content', 'normal') is true
+PASS CSS.supports('justify-content', 'normal') is true
PASS CSS.supports('align-items', 'start') is true
PASS CSS.supports('align-self', 'start') is true
-PASS CSS.supports('align-content', 'start') is true
-PASS CSS.supports('justify-content', 'start') is true
+PASS CSS.supports('align-content', 'normal') is true
+PASS CSS.supports('justify-content', 'normal') is true
PASS CSS.supports('align-items', 'stretch') is true
PASS CSS.supports('align-self', 'start') is true
-PASS CSS.supports('align-content', 'stretch') is true
-PASS CSS.supports('justify-content', 'flex-start') is true
+PASS CSS.supports('align-content', 'normal') is true
+PASS CSS.supports('justify-content', 'normal') is true
PASS CSS.supports('align-items', 'start') is true
PASS CSS.supports('align-self', 'stretch') is true
-PASS CSS.supports('align-content', 'start') is true
-PASS CSS.supports('justify-content', 'start') is true
+PASS CSS.supports('align-content', 'normal') is true
+PASS CSS.supports('justify-content', 'normal') is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698