OLD | NEW |
1 Test overwriting justify-self and align-self works as expected | 1 Test overwriting justify-self and align-self 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(parent, '').getPropertyValue('justify-items') is "center" | 6 PASS getComputedStyle(parent, '').getPropertyValue('justify-items') is "center" |
7 PASS getComputedStyle(parent, '').getPropertyValue('align-items') is "stretch" | 7 PASS getComputedStyle(parent, '').getPropertyValue('align-items') is "stretch" |
8 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-self')
is "flex-end true" | 8 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-self')
is "flex-end unsafe" |
9 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('align-self') i
s "flex-start safe" | 9 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('align-self') i
s "flex-start safe" |
10 PASS getComputedStyle(childOfParentId, '').getPropertyValue('justify-self') is "
center" | 10 PASS getComputedStyle(childOfParentId, '').getPropertyValue('justify-self') is "
center" |
11 PASS getComputedStyle(childOfParentId, '').getPropertyValue('align-self') is "st
retch" | 11 PASS getComputedStyle(childOfParentId, '').getPropertyValue('align-self') is "st
retch" |
12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
13 | 13 |
14 TEST COMPLETE | 14 TEST COMPLETE |
15 | 15 |
OLD | NEW |