Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / space-ligature-expected.html
blob49c36aa9d110da92034a3b36efb2ee9dfc7dc292
1 <style type="text/css">
2 @font-face {
3 font-family: ahemspaceligature;
4 src: url("../../third_party/AhemSpaceLigature/AhemSpaceLigature.woff");
6 .ahemspaceligature {
7 font-family: ahemspaceligature;
9 </style>
10 <body>
11 Tests whether ligatures containing a space are rendered correctly using the AhemSpaceLigature test font.<br>
12 Below you should see a U-shaped polygon, not two separate boxes.
13 <div class="ahemspaceligature">C</div>
14 </body>