| Index: LayoutTests/fast/text/space-ligature-expected.html
|
| diff --git a/LayoutTests/fast/text/space-ligature-expected.html b/LayoutTests/fast/text/space-ligature-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..49c36aa9d110da92034a3b36efb2ee9dfc7dc292
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/text/space-ligature-expected.html
|
| @@ -0,0 +1,14 @@
|
| +<style type="text/css">
|
| +@font-face {
|
| + font-family: ahemspaceligature;
|
| + src: url("../../third_party/AhemSpaceLigature/AhemSpaceLigature.woff");
|
| +}
|
| +.ahemspaceligature {
|
| + font-family: ahemspaceligature;
|
| +}
|
| +</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">C</div>
|
| +</body>
|
|
|