servo/tests/html/combining-character-sequences.html
2014-09-08 20:21:42 -06:00

15 lines
225 B
HTML

<head>
<body>
<div>
Here come the combining character sequences:
&#168;
A&#776; = &#196;
a&#776; = &#228;
O&#776; = &#214;
o&#776; = &#246;
U&#776; = &#220;
u&#776; = &#252;
Z&#776;
z&#776;
</div>
</body>