Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / space-ligature.html
blob116e22ac91cc3346ac3d2f9cad6299adae8b59b7
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;
8 font-variant-ligatures: common-ligatures;
10 </style>
11 <body>
12 Tests whether ligatures containing a space are rendered correctly using the AhemSpaceLigature test font.<br>
13 Below you should see a U-shaped polygon, not two separate boxes.
14 <div class="ahemspaceligature">A A</div>
15 </body>