Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / alignment / overwrite-self-alignment-expected.txt
blobb10044b78410c9d98c9c37c5d36b30102f0a3108
1 Test overwriting justify-self and align-self works as expected
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(parent, '').getPropertyValue('justify-items') is "center"
7 PASS getComputedStyle(parent, '').getPropertyValue('align-items') is "stretch"
8 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-self') is "flex-end true"
9 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('align-self') is "flex-start safe"
10 PASS getComputedStyle(childOfParentId, '').getPropertyValue('justify-self') is "center"
11 PASS getComputedStyle(childOfParentId, '').getPropertyValue('align-self') is "stretch"
12 PASS successfullyParsed is true
14 TEST COMPLETE