Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / font-face-small-caps-with-svg-source-expected.html
blobc954c7a75f8d700fc89ff6c05e827fce8774e62d
1 <style>
2 @font-face {
3 font-family: family1;
4 src: local(Ahem),
5 url(../../resources/Ahem.ttf) format(truetype);
7 p.test {
8 font-family: family1;
9 font-variant: small-caps;
11 </style>
12 <p>
13 Test for <a href="http://crbug.com/298970">bug 298970</a>. Verifies that small-caps synthesis works when @font-face has a svg source.
14 </p>
15 <p>
16 The text below should be a series of black boxes.
17 </p>
18 <p class="test">failure</p>