blob: c22e7223f26d5243ad575440c31295875e3c6a95 [file] [log] [blame]
This test checks that the align-content property is applied correctly in vertical-LR grids.
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: 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