Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / parsing-font-variant-ligatures-expected.txt
blobe48d3e9e0954ac4b9e27e807c0b884cfb5673c1b
1 PASS: 'initial' parsed as 'initial' and computed to 'normal'
2 PASS: 'inherit' parsed as 'inherit' and computed to 'normal'
3 PASS: 'normal' parsed as 'normal' and computed to 'normal'
4 PASS: 'large' parsed as '' and computed to 'normal'
5 PASS: '25px' parsed as '' and computed to 'normal'
6 PASS: 'normal normal' parsed as '' and computed to 'normal'
7 PASS: 'normal no-common-ligatures' parsed as '' and computed to 'normal'
9 PASS: 'no-common-ligatures' parsed as 'no-common-ligatures' and computed to 'no-common-ligatures'
10 PASS: 'common-ligatures' parsed as 'common-ligatures' and computed to 'common-ligatures'
11 PASS: 'no-discretionary-ligatures' parsed as 'no-discretionary-ligatures' and computed to 'no-discretionary-ligatures'
12 PASS: 'discretionary-ligatures' parsed as 'discretionary-ligatures' and computed to 'discretionary-ligatures'
13 PASS: 'no-historical-ligatures' parsed as 'no-historical-ligatures' and computed to 'no-historical-ligatures'
14 PASS: 'historical-ligatures' parsed as 'historical-ligatures' and computed to 'historical-ligatures'
16 PASS: 'no-common-ligatures no-common-ligatures' parsed as '' and computed to 'normal'
17 PASS: 'common-ligatures no-discretionary-ligatures' parsed as 'common-ligatures no-discretionary-ligatures' and computed to 'common-ligatures no-discretionary-ligatures'
18 PASS: 'common-ligatures no-discretionary-ligatures historical-ligatures' parsed as 'common-ligatures no-discretionary-ligatures historical-ligatures' and computed to 'common-ligatures no-discretionary-ligatures historical-ligatures'
19 PASS: 'common-ligatures no-discretionary-ligatures normal' parsed as '' and computed to 'normal'