Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE html>
2 <!-- ZWNJ test #1. Persian words containing a ZWNJ (copied from
3 http://www.unics.uni-hannover.de/nhtcapri/bidirectional-text.html) -->
4 <html>
5 <head>
6 <title>ZWNJ test</title>
7 <meta http-equiv="content-type" content="text/html; charset=utf-8">
8 <style type="text/css">
9 body {
10 font-size: 36px;
11 }
12 </style>
13 </head>
14 <body lang="ar">
15 <p>هفته‌ها</p>
16 <p>موزه‌ها</p>
17 <p>سه‌شنبه</p>
18 <p>راه‌آهن</p>
19 <p>نرم‌افزار</p>
20 </body>
21 </html>