Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / hex-entities-length.html
blobf35c4ff84ed810df51db0b8c4935ae042f3bba23
1 <head>
2 <title>Hex HTML entities of various lengths</title>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 </script>
8 </head>
9 <body>
10 <p>There should be 6 lines below, each with two copies of the same character.</p>
11 <ol>
12 <li>a&#x61;</li>
13 <li>&#x1e01;</li>
14 <li>𐐀&#x10400;</li>
15 <li>𐑍&#x01044D;</li>
16 <li>𐑎&#x001044e;</li>
17 <li>𐑏&#x0001044f;</li>
18 </ol>
19 </body>