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

Side by Side Diff: LayoutTests/fast/css-grid-layout/grid-align-content-distribution-expected.txt

Issue 1031853002: [CSS Grid Layout] Content Distribution support for grid. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missing layout test expectations file. Created 5 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 the align-content property is applied correctly when using content-distribution values.
2
3 direction: LTR | align-content: 'space-between'
4
5 PASS
6 direction: LTR | align-content: 'space-around'
7
8 PASS
9 direction: LTR | align-content: 'space-evenly'
10
11 PASS
12 direction: LTR | align-content: 'stretch'
13
14 PASS
15 direction: LTR | align-content: 'space-between'
16
17 PASS
18 direction: LTR | align-content: 'space-around'
19
20 PASS
21 direction: LTR | align-content: 'space-evenly'
22
23 PASS
24 direction: LTR | align-content: 'stretch'
25
26 PASS
27 direction: LTR | align-content: 'space-between'
28
29 PASS
30 direction: LTR | align-content: 'space-around'
31
32 PASS
33 direction: LTR | align-content: 'space-evenly'
34
35 PASS
36 direction: LTR | align-content: 'stretch'
37
38 PASS
39 direction: RTL | align-content: 'space-between'
40
41 PASS
42 direction: RTL | align-content: 'space-around'
43
44 PASS
45 direction: RTL | align-content: 'space-evenly'
46
47 PASS
48 direction: RTL | align-content: 'stretch'
49
50 PASS
51 direction: RTL | align-content: 'space-between'
52
53 PASS
54 direction: RTL | align-content: 'space-around'
55
56 PASS
57 direction: RTL | align-content: 'space-evenly'
58
59 PASS
60 direction: RTL | align-content: 'stretch'
61
62 PASS
63 direction: RTL | align-content: 'space-between'
64
65 PASS
66 direction: RTL | align-content: 'space-around'
67
68 PASS
69 direction: RTL | align-content: 'space-evenly'
70
71 PASS
72 direction: RTL | align-content: 'stretch'
73
74 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698