blob: 468730443f3b03841b44f9c70279bc623cd6144c [file] [log] [blame]
This test checks that the justify-content property is applied correctly when using content-position values.
direction: LTR | justify-content: 'center'
PASS
direction: LTR | justify-content: 'left'
PASS
direction: LTR | justify-content: 'right'
PASS
direction: LTR | justify-content: 'start'
PASS
direction: LTR | justify-content: 'end'
PASS
direction: LTR | justify-content: 'flex-start'
PASS
direction: LTR | justify-content: 'flex-end'
PASS
direction: LTR | justify-content: 'auto' (resolved to 'start')
PASS
direction: RTL | justify-content: 'center'
PASS
direction: RTL | justify-content: 'left'
PASS
direction: RTL | justify-content: 'right'
PASS
direction: RTL | justify-content: 'start'
PASS
direction: RTL | justify-content: 'end'
PASS