Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / inherit-initial-shorthand-values-expected.txt
blob83374a07b56bc07e76f08c0f3f20b908b7cd826f
1 PASS test('background') is "inherit, initial"
2 PASS test('background-position') is "inherit, initial"
3 PASS test('background-repeat') is "inherit, initial"
4 PASS test('border') is "inherit, initial"
5 PASS test('border-bottom') is "inherit, initial"
6 PASS test('border-color') is "inherit, initial"
7 PASS test('border-left') is "inherit, initial"
8 PASS test('border-radius') is "inherit, initial"
9 PASS test('border-right') is "inherit, initial"
10 PASS test('border-spacing') is "inherit, initial"
11 PASS test('border-style') is "inherit, initial"
12 PASS test('border-top') is "inherit, initial"
13 PASS test('border-width') is "inherit, initial"
14 PASS test('list-style') is "inherit, initial"
15 PASS test('font') is "inherit, initial"
16 PASS test('margin') is "inherit, initial"
17 PASS test('outline') is "inherit, initial"
18 PASS test('overflow') is "inherit, initial"
19 PASS test('padding') is "inherit, initial"
20 PASS test('webkit-animation') is "inherit, initial"
21 PASS test('webkit-border-after') is "inherit, initial"
22 PASS test('webkit-border-before') is "inherit, initial"
23 PASS test('webkit-border-end') is "inherit, initial"
24 PASS test('webkit-border-start') is "inherit, initial"
25 PASS test('webkit-columns') is "inherit, initial"
26 PASS test('webkit-column-rule') is "inherit, initial"
27 PASS test('webkit-flex-flow') is "inherit, initial"
28 PASS test('webkit-flex') is "inherit, initial"
29 PASS test('webkit-marginCollapse') is "inherit, initial"
30 PASS test('webkit-marquee') is "inherit, initial"
31 PASS test('webkit-mask') is "inherit, initial"
32 PASS test('webkit-mask-position') is "inherit, initial"
33 PASS test('webkit-mask-repeat') is "inherit, initial"
34 PASS test('webkit-text-emphasis') is "inherit, initial"
35 PASS test('webkit-text-stroke') is "inherit, initial"
36 PASS test('webkit-transition') is "inherit, initial"
37 PASS test('webkit-transform-origin') is "inherit, initial"
38 PASS successfullyParsed is true
40 TEST COMPLETE
41 Test that e matched declaration cache handles explicitly inherited properties correctly.