summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr-expected.txt
blob: c22e7223f26d5243ad575440c31295875e3c6a95 (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
27
28
29
30
31
32
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