OLD | NEW |
1 Test overwriting justify-content and align-content works as expected | 1 Test overwriting justify-content and align-content works as expected |
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 getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-conten
t') is "flex-end true" | 6 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-conten
t') is "flex-end unsafe" |
7 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('align-content'
) is "center safe" | 7 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('align-content'
) is "center safe" |
8 PASS getComputedStyle(childOfParentId, '').getPropertyValue('justify-content') i
s "space-between" | 8 PASS getComputedStyle(childOfParentId, '').getPropertyValue('justify-content') i
s "space-between" |
9 PASS getComputedStyle(childOfParentId, '').getPropertyValue('align-content') is
"space-around" | 9 PASS getComputedStyle(childOfParentId, '').getPropertyValue('align-content') is
"space-around" |
10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
11 | 11 |
12 TEST COMPLETE | 12 TEST COMPLETE |
13 | 13 |
OLD | NEW |