| 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 PASS CSS.supports('align-items', 'start') is true | 6 PASS CSS.supports('align-items', 'normal') is true |
| 7 PASS CSS.supports('align-self', 'start') is true | 7 PASS CSS.supports('align-self', 'normal') is true |
| 8 PASS CSS.supports('align-content', 'normal') is true | 8 PASS CSS.supports('align-content', 'normal') is true |
| 9 PASS CSS.supports('justify-content', 'normal') is true | 9 PASS CSS.supports('justify-content', 'normal') is true |
| 10 PASS CSS.supports('align-items', 'start') is true | 10 PASS CSS.supports('align-items', 'normal') is true |
| 11 PASS CSS.supports('align-self', 'start') is true | 11 PASS CSS.supports('align-self', 'normal') is true |
| 12 PASS CSS.supports('align-content', 'normal') is true | 12 PASS CSS.supports('align-content', 'normal') is true |
| 13 PASS CSS.supports('justify-content', 'normal') is true | 13 PASS CSS.supports('justify-content', 'normal') is true |
| 14 PASS CSS.supports('align-items', 'stretch') is true | 14 PASS CSS.supports('align-items', 'normal') is true |
| 15 PASS CSS.supports('align-self', 'start') is true | 15 PASS CSS.supports('align-self', 'normal') is true |
| 16 PASS CSS.supports('align-content', 'normal') is true | 16 PASS CSS.supports('align-content', 'normal') is true |
| 17 PASS CSS.supports('justify-content', 'normal') is true | 17 PASS CSS.supports('justify-content', 'normal') is true |
| 18 PASS CSS.supports('align-items', 'start') is true | 18 PASS CSS.supports('align-items', 'normal') is true |
| 19 PASS CSS.supports('align-self', 'stretch') is true | 19 PASS CSS.supports('align-self', 'normal') is true |
| 20 PASS CSS.supports('align-content', 'normal') is true | 20 PASS CSS.supports('align-content', 'normal') is true |
| 21 PASS CSS.supports('justify-content', 'normal') is true | 21 PASS CSS.supports('justify-content', 'normal') is true |
| 22 PASS successfullyParsed is true | 22 PASS successfullyParsed is true |
| 23 | 23 |
| 24 TEST COMPLETE | 24 TEST COMPLETE |
| 25 | 25 |
| OLD | NEW |