| 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 b1a3b03c54a77016ec97eadf34dfb3cf5836e870..1e0e7458971d36ecb9fb83b5166af139db8ca4aa 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
|
| @@ -6,37 +6,37 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
| Verifying initial values are supported when grid is ENABLED.
|
| PASS CSS.supports('align-items', 'normal') is true
|
| -PASS CSS.supports('align-self', 'normal') is true
|
| +PASS CSS.supports('align-self', 'auto') is true
|
| PASS CSS.supports('align-content', 'normal') is true
|
| PASS CSS.supports('justify-content', 'normal') is true
|
| PASS CSS.supports('align-items', 'normal') is true
|
| -PASS CSS.supports('align-self', 'normal') is true
|
| +PASS CSS.supports('align-self', 'auto') is true
|
| PASS CSS.supports('align-content', 'normal') is true
|
| PASS CSS.supports('justify-content', 'normal') is true
|
| PASS CSS.supports('align-items', 'normal') is true
|
| -PASS CSS.supports('align-self', 'normal') is true
|
| +PASS CSS.supports('align-self', 'auto') is true
|
| PASS CSS.supports('align-content', 'normal') is true
|
| PASS CSS.supports('justify-content', 'normal') is true
|
| PASS CSS.supports('align-items', 'normal') is true
|
| -PASS CSS.supports('align-self', 'normal') is true
|
| +PASS CSS.supports('align-self', 'auto') is true
|
| PASS CSS.supports('align-content', 'normal') is true
|
| 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-self', 'auto') 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-self', 'auto') 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-self', 'auto') 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-self', 'auto') is true
|
| PASS CSS.supports('align-content', 'stretch') is true
|
| PASS CSS.supports('justify-content', 'flex-start') is true
|
| PASS successfullyParsed is true
|
|
|