Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-grid-layout / grid-justify-content-expected.txt
blob468730443f3b03841b44f9c70279bc623cd6144c
1 This test checks that the justify-content property is applied correctly when using content-position values.
3 direction: LTR | justify-content: 'center'
5 PASS
6 direction: LTR | justify-content: 'left'
8 PASS
9 direction: LTR | justify-content: 'right'
11 PASS
12 direction: LTR | justify-content: 'start'
14 PASS
15 direction: LTR | justify-content: 'end'
17 PASS
18 direction: LTR | justify-content: 'flex-start'
20 PASS
21 direction: LTR | justify-content: 'flex-end'
23 PASS
24 direction: LTR | justify-content: 'auto' (resolved to 'start')
26 PASS
27 direction: RTL | justify-content: 'center'
29 PASS
30 direction: RTL | justify-content: 'left'
32 PASS
33 direction: RTL | justify-content: 'right'
35 PASS
36 direction: RTL | justify-content: 'start'
38 PASS
39 direction: RTL | justify-content: 'end'
41 PASS