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

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

Issue 1709963002: [css-align] New CSS Value 'normal' for Self Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Getting back the FullScreen fix, missed during the rebase. Created 4 years, 4 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 98f6509dd1bed361b9ba33f8bd1b22f70a2b6eb1..139c43a5159f779395769560e5e2f067a0567fc5 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
@@ -3,20 +3,20 @@ Test to verify initial values of alignment properties are backward-comaptible wi
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-items', 'normal') is true
+PASS CSS.supports('align-self', 'normal') 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-items', 'normal') is true
+PASS CSS.supports('align-self', 'normal') 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-items', 'normal') is true
+PASS CSS.supports('align-self', 'normal') 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-items', 'normal') is true
+PASS CSS.supports('align-self', 'normal') is true
PASS CSS.supports('align-content', 'normal') is true
PASS CSS.supports('justify-content', 'normal') is true
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698