 Chromium Code Reviews
 Chromium Code Reviews Issue 1709963002:
  [css-align] New CSS Value 'normal' for Self Alignment  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1709963002:
  [css-align] New CSS Value 'normal' for Self Alignment  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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 | 
| 
Timothy Loh
2016/05/23 05:45:39
Is this test still being useful? At least from the
 
jfernandez
2016/05/25 18:26:49
Probably not the best tests, indeed; and the expec
 | 
| +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 |