mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Split apart tests for ligatures and combining character sequences.
This commit is contained in:
parent
1c04624312
commit
f72548d8fa
2 changed files with 8 additions and 3 deletions
|
@ -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:
|
||||
¨
|
7
src/test/ligatures.html
Normal file
7
src/test/ligatures.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue