blob: 415e96806e68c4051c267c3569b5796d7404a8ec [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<p>The following two lines should render the same:</p>
<div>
&#xFB92;&#xFEE1;
&#xFB94;&#xFEE2;
</div>
<div>
&#xFB92;&#xFEE1;
&#xFB94;&#xFEE2;
</div>
</body>
</html>