mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
add test case with a few ligatures and combining character sequences.
This commit is contained in:
parent
c29855f66a
commit
d3debc6bf8
1 changed files with 17 additions and 0 deletions
17
src/test/complex.html
Normal file
17
src/test/complex.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<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:
|
||||
¨
|
||||
Ä = Ä
|
||||
ä = ä
|
||||
Ö = Ö
|
||||
ö = ö
|
||||
Ü = Ü
|
||||
ü = ü
|
||||
Z̈
|
||||
z̈
|
||||
</div>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue