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