summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-and-self-alignment-expected.txt
blob: 80a6647b061f336eb2baf457dadd6bd03fb67833 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
This test checks that Content Distribution alignment works fine in combination with Self Alignmet and items span more than one track.

direction: LTR | distribution: 'space-between' | self-alignment: center

PASS
direction: LTR | distribution: 'space-between' | self-alignment: end

PASS
direction: LTR | distribution: 'space-around' | self-alignment: center

PASS
direction: LTR | distribution: 'space-around' | self-alignment: end

PASS
direction: LTR | distribution: 'space-evenly' | self-alignment: center

PASS
direction: LTR | distribution: 'space-evenly' | self-alignment: end

PASS
direction: LTR | distribution: 'stretch' | self-alignment: center

PASS
direction: LTR | distribution: 'stretch' | self-alignment: end

PASS
direction: LTR | distribution: 'default' | self-alignment: center

PASS
direction: LTR | distribution: 'default' | self-alignment: end

PASS
direction: LTR | distribution: 'space-between' | self-alignment: center

PASS
direction: LTR | distribution: 'space-between' | self-alignment: end

PASS
direction: LTR | rows/columns gap: 20px/40px | distribution: 'default' | self-alignment: center

PASS
direction: LTR | rows/columns gap: 20px/40px | distribution: 'default' | self-alignment: end

PASS
direction: LTR | rows/columns gap: 20px/40px | distribution: 'space-between' | self-alignment: center

PASS
direction: LTR | rows/columns gap: 20px/40px | distribution: 'space-between' | self-alignment: end

PASS
direction: RTL | distribution: 'space-between' | self-alignment: center

PASS
direction: RTL | distribution: 'space-between' | self-alignment: end

PASS
direction: RTL | distribution: 'space-around' | self-alignment: center

PASS
direction: RTL | distribution: 'space-around' | self-alignment: end

PASS
direction: RTL | distribution: 'space-evenly' | self-alignment: center

PASS
direction: RTL | distribution: 'space-evenly' | self-alignment: end

PASS
direction: RTL | distribution: 'stretch' | self-alignment: center

PASS
direction: RTL | distribution: 'stretch' | self-alignment: end

PASS
direction: RTL | distribution: 'default' | self-alignment: center

PASS
direction: RTL | distribution: 'default' | self-alignment: end

PASS
direction: RTL | distribution: 'space-between' | self-alignment: center

PASS
direction: RTL | distribution: 'space-between' | self-alignment: end

PASS
direction: RTL | rows/columns gap: 20px/40px | distribution: 'default' | self-alignment: center

PASS
direction: RTL | rows/columns gap: 20px/40px | distribution: 'default' | self-alignment: end

PASS
direction: RTL | rows/columns gap: 20px/40px | distribution: 'space-between' | self-alignment: center

PASS
direction: RTL | rows/columns gap: 20px/40px | distribution: 'space-between' | self-alignment: end

PASS