Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-grid-layout / grid-justify-content-vertical-lr-expected.txt
blobc22e7223f26d5243ad575440c31295875e3c6a95
1 This test checks that the align-content property is applied correctly in vertical-LR grids.
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: RTL | justify-content: 'center'
20 PASS
21 direction: RTL | justify-content: 'left'
23 PASS
24 direction: RTL | justify-content: 'right'
26 PASS
27 direction: RTL | justify-content: 'start'
29 PASS
30 direction: RTL | justify-content: 'end'
32 PASS