blob: 3a21b5fbb55b312c04faafa37cb5570dea886dbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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
|