Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / entity-surrogate-pairs.html
blobc7956c193215f6c30325531baa92204796504a1d
1 <html>
2 <head>
3 <title>Surrogate entities</title>
4 <script>if (window.testRunner) testRunner.dumpAsText();</script>
5 </head>
6 <body>
7 <p>This tests parsing of numeric HTML entities that encode surrogates. Firefox allows these.</p>
8 <p>Should be the same character (DESERET CAPITAL LETTER LONG I), repeated three times:</p>
9 <hr>
10 <p>&#x10400;&#xD801;&#xDC00;&#55297;&#56320;</p>
11 </body>
12 </html>