| 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
|
|
|