summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/hex-entities-length.html
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>a&#x61;</li>
<li>&#x1e01;</li>
<li>𐐀&#x10400;</li>
<li>𐑍&#x01044D;</li>
<li>𐑎&#x001044e;</li>
<li>𐑏&#x0001044f;</li>
</ol>
</body>