Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / text / international / zerowidthjoiner.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <style>
5             h1 { font-size: 24px; }
6             td, div { font-size: 48px; }
7         </style>
8     </head>
9     <body>
10         <h1>
11           The last two rows below should be identical.
12         </h1>
13         <table dir="rtl">
14             <tr><th>isolated</th><th>initial</th><th>medial</th><th>final</th></tr>
15             <tr><td>&#x0639;</td><td>&#xFECB;</td><td>&#xFECC;</td><td>&#xFECA;</td></tr>
16             <tr><td>&#x0639;</td><td>&#x0639;&zwj;</td><td>&zwj;&#x0639;&zwj;</td><td>&zwj;&#x0639;</td></tr>
17         </table>
18
19         <h1>
20           The two lines below should be identical.
21         </h1>
22         <div dir="rtl">&#x0639;&#x0639;&#x0639;</div>
23         <div dir="rtl">&#x0639;&zwj;<span>&zwj;&#x0639;&zwj;</span>&zwj;&#x0639;</div>
24     </body>
25 </html>