1 This test checks that the align-content property is applied correctly in vertical-LR grids.
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: RTL | justify-content: 'center'
21 direction: RTL | justify-content: 'left'
24 direction: RTL | justify-content: 'right'
27 direction: RTL | justify-content: 'start'
30 direction: RTL | justify-content: 'end'