Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / rtl-space-in-ltr-element.html
blob0b708bec04706b2618a96dfce8cebb262738622f
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <style>
6 div { font-size: 64px; display: inline-block; border: 1px solid red; }
7 </style>
8 </head>
9 <body>
10 <div dir="ltr"><span>نه</span> با</div>
11 <div dir="rtl"><span>نه</span> با</div>
12 <p>
13 The two blocks above should be identical.
14 </p>
15 </body>
16 </html>