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 |