blob: 5c8d07441dd8561a835cfb90e6adc906f7f22187 [file] [log] [blame]
Test overwriting justify-content and align-content works as expected
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-content') is "flex-end unsafe"
PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('align-content') is "center safe"
PASS getComputedStyle(childOfParentId, '').getPropertyValue('justify-content') is "space-between"
PASS getComputedStyle(childOfParentId, '').getPropertyValue('align-content') is "space-around"
PASS successfullyParsed is true
TEST COMPLETE