haikuwebkit/LayoutTests/fast/parser/entity-surrogate-pairs.html

13 lines
386 B
HTML

<html>
<head>
<title>Surrogate entities</title>
<script>if (window.testRunner) testRunner.dumpAsText();</script>
</head>
<body>
<p>This tests parsing of numeric HTML entities that encode surrogates. Firefox allows these.</p>
<p>Should be the same character (DESERET CAPITAL LETTER LONG I), repeated three times:</p>
<hr>
<p>&#x10400;&#xD801;&#xDC00;&#55297;&#56320;</p>
</body>
</html>