blob: bef0f0766ca807936c48965949606345a8dc2e8e [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="-webkit-font-feature-settings: 'kern';">abc&#x05d2;&#x05d1;&#x05d0;&#x0661;&#x0662;&#x0663;</p>
</body>
</html>