Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / text-shaping-arabic-expected.html
blob415e96806e68c4051c267c3569b5796d7404a8ec
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 </head>
6 <body>
7 <p>The following two lines should render the same:</p>
8 <div>
9 &#xFB92;&#xFEE1;
10 &#xFB94;&#xFEE2;
11 </div>
12 <div>
13 &#xFB92;&#xFEE1;
14 &#xFB94;&#xFEE2;
15 </div>
16 </body>
17 </html>