Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-grid-layout / grid-content-alignment-with-span-vertical-lr-expected.txt
blob3a21b5fbb55b312c04faafa37cb5570dea886dbd
1 This test checks that Content Distribution alignment is applied correctly when items span more than one track.
3 direction: LTR | distribution: 'space-between'
5 PASS
6 direction: LTR | distribution: 'space-around'
8 PASS
9 direction: LTR | distribution: 'space-evenly'
11 PASS
12 direction: LTR | distribution: 'stretch'
14 PASS
15 direction: RTL | distribution: 'space-between'
17 PASS
18 direction: RTL | distribution: 'space-around'
20 PASS
21 direction: RTL | distribution: 'space-evenly'
23 PASS
24 direction: RTL | distribution: 'stretch'
26 PASS