summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/alignment/overwrite-content-alignment-expected.txt
blob: 5c8d07441dd8561a835cfb90e6adc906f7f22187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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