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

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

Issue 1342453004: [CSS Grid Layout] Combining Content and Self Alignment with span items (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added comment. Created 5 years, 2 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: RTL | distribution: 'space-between' | self-alignment: center
28
29 PASS
30 direction: RTL | distribution: 'space-between' | self-alignment: end
31
32 PASS
33 direction: RTL | distribution: 'space-around' | self-alignment: center
34
35 PASS
36 direction: RTL | distribution: 'space-around' | self-alignment: end
37
38 PASS
39 direction: RTL | distribution: 'space-evenly' | self-alignment: center
40
41 PASS
42 direction: RTL | distribution: 'space-evenly' | self-alignment: end
43
44 PASS
45 direction: RTL | distribution: 'stretch' | self-alignment: center
46
47 PASS
48 direction: RTL | distribution: 'stretch' | self-alignment: end
49
50 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698