Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-grid-layout / grid-justify-content-distribution-expected.txt
blobdceb21a26b666ea03db68425ce27002a7b10bc54
1 This test checks that the justify-content property is applied correctly when using content-distribution values.
3 direction: LTR | justify-content: 'space-between'
5 PASS
6 direction: LTR | justify-content: 'space-around'
8 PASS
9 direction: LTR | justify-content: 'space-evenly'
11 PASS
12 direction: LTR | justify-content: 'stretch'
14 PASS
15 direction: LTR | justify-content: 'space-between'
17 PASS
18 direction: LTR | justify-content: 'space-around'
20 PASS
21 direction: LTR | justify-content: 'space-evenly'
23 PASS
24 direction: LTR | justify-content: 'stretch'
26 PASS
27 direction: LTR | justify-content: 'space-between'
29 PASS
30 direction: LTR | justify-content: 'space-around'
32 PASS
33 direction: LTR | justify-content: 'space-evenly'
35 PASS
36 direction: LTR | justify-content: 'stretch'
38 PASS
39 direction: RTL | justify-content: 'space-between'
41 PASS
42 direction: RTL | justify-content: 'space-around'
44 PASS
45 direction: RTL | justify-content: 'space-evenly'
47 PASS
48 direction: RTL | justify-content: 'stretch'
50 PASS
51 direction: RTL | justify-content: 'space-between'
53 PASS
54 direction: RTL | justify-content: 'space-around'
56 PASS
57 direction: RTL | justify-content: 'space-evenly'
59 PASS
60 direction: RTL | justify-content: 'stretch'
62 PASS
63 direction: RTL | justify-content: 'space-between'
65 PASS
66 direction: RTL | justify-content: 'space-around'
68 PASS
69 direction: RTL | justify-content: 'space-evenly'
71 PASS
72 direction: RTL | justify-content: 'stretch'
74 PASS