layout/reftests/text/zwnj-01-notref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE html>
     2 <!-- Reference rendering for zwnj-02.html. No spans, no ZWNJs. Everything
     3   should connect -->
     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>&#x647;&#x641;&#x62A;&#x647;&#x647;&#x627;</p>
    16   <p>&#x645;&#x648;&#x632;&#x647;&#x647;&#x627;</p>
    17   <p>&#x633;&#x647;&#x634;&#x646;&#x628;&#x647;</p>
    18   <p>&#x631;&#x627;&#x647;&#x622;&#x647;&#x646;</p>
    19   <p>&#x646;&#x631;&#x645;&#x627;&#x641;&#x632;&#x627;&#x631;</p>
    20  </body>
    21 </html>

mercurial