This test checks that Content Distribution alignment is applied correctly when items span more than one track.

direction: LTR | distribution: 'space-between'

PASS
direction: LTR | distribution: 'space-around'

PASS
direction: LTR | distribution: 'space-evenly'

PASS
direction: LTR | distribution: 'stretch'

PASS
direction: RTL | distribution: 'space-between'

PASS
direction: RTL | distribution: 'space-around'

PASS
direction: RTL | distribution: 'space-evenly'

PASS
direction: RTL | distribution: 'stretch'

PASS