blob: 6969b868761fe5106d7892ee1b1541ea3058b4f4 [file] [log] [blame]
<html>
<head>
<style>
.lro {
font-family: "times new roman"; /* non AAT font on mac */
direction:ltr;
unicode-bidi:bidi-override;
};
</style>
</head>
<body>
The following two lines should be the same:
<p class="lro">abc&#x05d2;&#x05d1;&#x05d0;&#x0661;&#x0662;&#x0663;</p>
<p class="lro" style="font-feature-settings: 'kern';">abc&#x05d2;&#x05d1;&#x05d0;&#x0661;&#x0662;&#x0663;</p>
</body>
</html>