1 Test overwriting justify-content and align-content works as expected
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-content') is "flex-end true"
7 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('align-content') is "center safe"
8 PASS getComputedStyle(childOfParentId, '').getPropertyValue('justify-content') is "space-between"
9 PASS getComputedStyle(childOfParentId, '').getPropertyValue('align-content') is "space-around"
10 PASS successfullyParsed is true