| OLD | NEW |
| 1 Test to verify initial values of alignment properties are backward-comaptible wi
th flexbox implementation. | 1 Test to verify initial values of alignment properties are backward-comaptible wi
th flexbox implementation. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 Verifying initial values are supported when grid is ENABLED. | 7 Verifying initial values are supported when grid is ENABLED. |
| 8 PASS CSS.supports('align-items', 'normal') is true | 8 PASS CSS.supports('align-items', 'normal') is true |
| 9 PASS CSS.supports('align-self', 'normal') is true | 9 PASS CSS.supports('align-self', 'auto') is true |
| 10 PASS CSS.supports('align-content', 'normal') is true | 10 PASS CSS.supports('align-content', 'normal') is true |
| 11 PASS CSS.supports('justify-content', 'normal') is true | 11 PASS CSS.supports('justify-content', 'normal') is true |
| 12 PASS CSS.supports('align-items', 'normal') is true | 12 PASS CSS.supports('align-items', 'normal') is true |
| 13 PASS CSS.supports('align-self', 'normal') is true | 13 PASS CSS.supports('align-self', 'auto') is true |
| 14 PASS CSS.supports('align-content', 'normal') is true | 14 PASS CSS.supports('align-content', 'normal') is true |
| 15 PASS CSS.supports('justify-content', 'normal') is true | 15 PASS CSS.supports('justify-content', 'normal') is true |
| 16 PASS CSS.supports('align-items', 'normal') is true | 16 PASS CSS.supports('align-items', 'normal') is true |
| 17 PASS CSS.supports('align-self', 'normal') is true | 17 PASS CSS.supports('align-self', 'auto') is true |
| 18 PASS CSS.supports('align-content', 'normal') is true | 18 PASS CSS.supports('align-content', 'normal') is true |
| 19 PASS CSS.supports('justify-content', 'normal') is true | 19 PASS CSS.supports('justify-content', 'normal') is true |
| 20 PASS CSS.supports('align-items', 'normal') is true | 20 PASS CSS.supports('align-items', 'normal') is true |
| 21 PASS CSS.supports('align-self', 'normal') is true | 21 PASS CSS.supports('align-self', 'auto') is true |
| 22 PASS CSS.supports('align-content', 'normal') is true | 22 PASS CSS.supports('align-content', 'normal') is true |
| 23 PASS CSS.supports('justify-content', 'normal') is true | 23 PASS CSS.supports('justify-content', 'normal') is true |
| 24 | 24 |
| 25 Verifying initial values are supported when grid is DISABLED. | 25 Verifying initial values are supported when grid is DISABLED. |
| 26 PASS CSS.supports('align-items', 'stretch') is true | 26 PASS CSS.supports('align-items', 'stretch') is true |
| 27 PASS CSS.supports('align-self', 'stretch') is true | 27 PASS CSS.supports('align-self', 'auto') is true |
| 28 PASS CSS.supports('align-content', 'stretch') is true | 28 PASS CSS.supports('align-content', 'stretch') is true |
| 29 PASS CSS.supports('justify-content', 'flex-start') is true | 29 PASS CSS.supports('justify-content', 'flex-start') is true |
| 30 PASS CSS.supports('align-items', 'stretch') is true | 30 PASS CSS.supports('align-items', 'stretch') is true |
| 31 PASS CSS.supports('align-self', 'stretch') is true | 31 PASS CSS.supports('align-self', 'auto') is true |
| 32 PASS CSS.supports('align-content', 'stretch') is true | 32 PASS CSS.supports('align-content', 'stretch') is true |
| 33 PASS CSS.supports('justify-content', 'flex-start') is true | 33 PASS CSS.supports('justify-content', 'flex-start') is true |
| 34 PASS CSS.supports('align-items', 'stretch') is true | 34 PASS CSS.supports('align-items', 'stretch') is true |
| 35 PASS CSS.supports('align-self', 'stretch') is true | 35 PASS CSS.supports('align-self', 'auto') is true |
| 36 PASS CSS.supports('align-content', 'stretch') is true | 36 PASS CSS.supports('align-content', 'stretch') is true |
| 37 PASS CSS.supports('justify-content', 'flex-start') is true | 37 PASS CSS.supports('justify-content', 'flex-start') is true |
| 38 PASS CSS.supports('align-items', 'stretch') is true | 38 PASS CSS.supports('align-items', 'stretch') is true |
| 39 PASS CSS.supports('align-self', 'stretch') is true | 39 PASS CSS.supports('align-self', 'auto') is true |
| 40 PASS CSS.supports('align-content', 'stretch') is true | 40 PASS CSS.supports('align-content', 'stretch') is true |
| 41 PASS CSS.supports('justify-content', 'flex-start') is true | 41 PASS CSS.supports('justify-content', 'flex-start') is true |
| 42 PASS successfullyParsed is true | 42 PASS successfullyParsed is true |
| 43 | 43 |
| 44 TEST COMPLETE | 44 TEST COMPLETE |
| 45 | 45 |
| OLD | NEW |