summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/entity-surrogate-pairs.html
blob: c7956c193215f6c30325531baa92204796504a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>