Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / fallback-for-custom-font.html
blob844aa325eedebc9fe270d4108b1e878eb52d7f8c
1 <style>
2 @font-face {
3 font-family: Custom;
4 src: url(../../resources/Ahem.ttf);
6 .test {
7 font-family: Custom;
8 font-style: italic;
9 font-size: xx-large;
11 </style>
12 <p>
13 Test for <i><a href="http://crbug.com/373389">http://crbug.com/373389</a>
14 When a webfont is missing a glyph, synthesization from the fallback font isn't happening</i>.
15 </p>
16 <p>
17 A synthesized oblique bullet: <span class="test">&#x25cf;</span>
18 </p>