Split apart tests for ligatures and combining character sequences.

This commit is contained in:
Brian J. Burg 2012-11-18 12:43:38 -08:00
parent 1c04624312
commit f72548d8fa
2 changed files with 8 additions and 3 deletions

View file

@ -1,7 +1,5 @@
<head>
<body>
<div>
Here come the ligatures: A fellow with some waffles sending a letter, while playing a tutti fb fh tf.
</div>
<div>
Here come the combining character sequences:
&#168;

7
src/test/ligatures.html Normal file
View file

@ -0,0 +1,7 @@
<head>
<style type="text/css">div { font-family: Calibri; }</style>
<body>
<div>
A fellow suffix with some waffles sending a letter, while playing a tutti fb fh tf.
</div>
</body>