Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-grid-layout / grid-align-justify-margin-border-padding-vertical-rl-expected.txt
blob565e92ccfe2dcaccb2c79b081a66bb6acc19b54f
1 This test checks that the 'margin', 'border' and 'padding' properties are applied together correctly for 'align' and 'justify' properties on vertical-RL grids.
3 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
4 direction: LTR | align-items: 'auto' | justify-items: 'auto'
6 PASS
7 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
8 direction: LTR | align-items: 'center' | justify-items: 'center'
10 PASS
11 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
12 direction: LTR | align-items: 'end' | justify-items: 'end'
14 PASS
15 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
16 direction: LTR | align-items: 'left' | justify-items: 'left'
18 PASS
19 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
20 direction: LTR | align-items: 'right' | justify-items: 'right'
22 PASS
23 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
24 direction: LTR (ortho) | align-items: 'self-start' | justify-items: 'self-start'
26 PASS
27 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
28 direction: LTR (ortho) | align-items: 'self-end' | justify-items: 'self-end'
30 PASS
31 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
32 direction: LTR (parall) | align-items: 'self-start' | justify-items: 'self-start'
34 PASS
35 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
36 direction: LTR (parall) | align-items: 'self-end' | justify-items: 'self-end'
38 PASS
39 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
40 direction: RTL | align-items: 'auto' | justify-items: 'auto'
42 PASS
43 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
44 direction: RTL | align-items: 'center' | justify-items: 'center'
46 PASS
47 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
48 direction: RTL | align-items: 'end' | justify-items: 'end'
50 PASS
51 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
52 direction: RTL | align-items: 'left' | justify-items: 'left'
54 PASS
55 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
56 direction: RTL | align-items: 'right' | justify-items: 'right'
58 PASS
59 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
60 direction: RTL (ortho) | align-items: 'self-start' | justify-items: 'self-start'
62 PASS
63 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
64 direction: RTL (ortho) | align-items: 'self-end' | justify-items: 'self-end'
66 PASS
67 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
68 direction: RTL (parall) | align-items: 'self-start' | justify-items: 'self-start'
70 PASS
71 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
72 direction: RTL (parall) | align-items: 'self-end' | justify-items: 'self-end'
74 PASS