blob: 161c708a0919aa98fcbf12afe1d5984ec393dca7 [file] [log] [blame]
This test checks that the justify-content property is applied correctly in vertical-RL 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