Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / bidi-AN-after-L.html
blob8ef6bd409ffb4db5d448f86febb6c31643e70eda
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <title>AN after L</title>
6 <style type="text/css">
7 .lro { direction:ltr; unicode-bidi:bidi-override; };
8 </style>
9 </head>
10 <body>
11 The following two lines should be the same:
12 <p class="lro">abc&#x05d2;&#x05d1;&#x05d0;&#x0661;&#x0662;&#x0663;</p>
13 <p>abc&#x0661;&#x0662;&#x0663;&#x05d0;&#x05d1;&#x05d2;</p>
14 </body>
15 </html>