blob: f35c4ff84ed810df51db0b8c4935ae042f3bba23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<head>
<title>Hex HTML entities of various lengths</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<p>There should be 6 lines below, each with two copies of the same character.</p>
<ol>
<li>aa</li>
<li>ḁḁ</li>
<li>𐐀𐐀</li>
<li>𐑍𐑍</li>
<li>𐑎𐑎</li>
<li>𐑏𐑏</li>
</ol>
</body>
|