Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-and-self-alignment-expected.txt

Issue 1880393005: [css-grid] Fix alignment with content distribution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This test checks that Content Distribution alignment works fine in combination w ith Self Alignmet and items span more than one track.
2
3 direction: LTR | distribution: 'space-between' | self-alignment: center
4
5 PASS
6 direction: LTR | distribution: 'space-between' | self-alignment: end
7
8 PASS
9 direction: LTR | distribution: 'space-around' | self-alignment: center
10
11 PASS
12 direction: LTR | distribution: 'space-around' | self-alignment: end
13
14 PASS
15 direction: LTR | distribution: 'space-evenly' | self-alignment: center
16
17 PASS
18 direction: LTR | distribution: 'space-evenly' | self-alignment: end
19
20 PASS
21 direction: LTR | distribution: 'stretch' | self-alignment: center
22
23 PASS
24 direction: LTR | distribution: 'stretch' | self-alignment: end
25
26 PASS
27 direction: LTR | distribution: 'default' | self-alignment: center
28
29 PASS
30 direction: LTR | distribution: 'default' | self-alignment: end
31
32 PASS
33 direction: LTR | distribution: 'space-between' | self-alignment: center
34
35 PASS
36 direction: LTR | distribution: 'space-between' | self-alignment: end
37
38 PASS
39 direction: LTR | rows/columns gap: 20px/40px | distribution: 'default' | self-al ignment: center
40
41 PASS
42 direction: LTR | rows/columns gap: 20px/40px | distribution: 'default' | self-al ignment: end
43
44 PASS
45 direction: LTR | rows/columns gap: 20px/40px | distribution: 'space-between' | s elf-alignment: center
46
47 PASS
48 direction: LTR | rows/columns gap: 20px/40px | distribution: 'space-between' | s elf-alignment: end
49
50 PASS
51 direction: RTL | distribution: 'space-between' | self-alignment: center
52
53 PASS
54 direction: RTL | distribution: 'space-between' | self-alignment: end
55
56 PASS
57 direction: RTL | distribution: 'space-around' | self-alignment: center
58
59 PASS
60 direction: RTL | distribution: 'space-around' | self-alignment: end
61
62 PASS
63 direction: RTL | distribution: 'space-evenly' | self-alignment: center
64
65 PASS
66 direction: RTL | distribution: 'space-evenly' | self-alignment: end
67
68 PASS
69 direction: RTL | distribution: 'stretch' | self-alignment: center
70
71 PASS
72 direction: RTL | distribution: 'stretch' | self-alignment: end
73
74 PASS
75 direction: RTL | distribution: 'default' | self-alignment: center
76
77 PASS
78 direction: RTL | distribution: 'default' | self-alignment: end
79
80 PASS
81 direction: RTL | distribution: 'space-between' | self-alignment: center
82
83 PASS
84 direction: RTL | distribution: 'space-between' | self-alignment: end
85
86 PASS
87 direction: RTL | rows/columns gap: 20px/40px | distribution: 'default' | self-al ignment: center
88
89 PASS
90 direction: RTL | rows/columns gap: 20px/40px | distribution: 'default' | self-al ignment: end
91
92 PASS
93 direction: RTL | rows/columns gap: 20px/40px | distribution: 'space-between' | s elf-alignment: center
94
95 PASS
96 direction: RTL | rows/columns gap: 20px/40px | distribution: 'space-between' | s elf-alignment: end
97
98 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698