Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / zerowidthjoiner.html
blob3e9a684072f407c164d1c0c7a4bd54a5fc71f77a
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></tr>
15 <tr><td>&#x0639;</td><td>&#xFECB;</td><td>&#xFECC;</td></tr>
16 <tr><td>&#x0639;</td><td>&#x0639;&zwj;</td><td>&zwj;&#x0639;&zwj;</td></tr>
17 </table>
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>