| Index: LayoutTests/fast/text/space-ligature.html
|
| diff --git a/LayoutTests/fast/text/space-ligature.html b/LayoutTests/fast/text/space-ligature.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..116e22ac91cc3346ac3d2f9cad6299adae8b59b7
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/text/space-ligature.html
|
| @@ -0,0 +1,15 @@
|
| +<style type="text/css">
|
| +@font-face {
|
| + font-family: ahemspaceligature;
|
| + src: url("../../third_party/AhemSpaceLigature/AhemSpaceLigature.woff");
|
| +}
|
| +.ahemspaceligature {
|
| + font-family: ahemspaceligature;
|
| + font-variant-ligatures: common-ligatures;
|
| +}
|
| +</style>
|
| +<body>
|
| +Tests whether ligatures containing a space are rendered correctly using the AhemSpaceLigature test font.<br>
|
| +Below you should see a U-shaped polygon, not two separate boxes.
|
| +<div class="ahemspaceligature">A A</div>
|
| +</body>
|
|
|