1 This test checks that the justify-content property is applied correctly when using content-position values.
3 direction: LTR | justify-content: 'center'
6 direction: LTR | justify-content: 'left'
9 direction: LTR | justify-content: 'right'
12 direction: LTR | justify-content: 'start'
15 direction: LTR | justify-content: 'end'
18 direction: LTR | justify-content: 'flex-start'
21 direction: LTR | justify-content: 'flex-end'
24 direction: LTR | justify-content: 'auto' (resolved to 'start')
27 direction: RTL | justify-content: 'center'
30 direction: RTL | justify-content: 'left'
33 direction: RTL | justify-content: 'right'
36 direction: RTL | justify-content: 'start'
39 direction: RTL | justify-content: 'end'