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