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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text/zwnj-01-notref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<!DOCTYPE html>
     1.5 +<!-- Reference rendering for zwnj-02.html. No spans, no ZWNJs. Everything
     1.6 +  should connect -->
     1.7 +<html>
     1.8 + <head>
     1.9 +  <title>ZWNJ test</title>
    1.10 +  <meta http-equiv="content-type" content="text/html; charset=utf-8">
    1.11 +  <style type="text/css">
    1.12 +  body {   
    1.13 +    font-size: 36px;
    1.14 +  }
    1.15 +  </style>
    1.16 + </head>
    1.17 + <body lang="ar">
    1.18 +  <p>&#x647;&#x641;&#x62A;&#x647;&#x647;&#x627;</p>
    1.19 +  <p>&#x645;&#x648;&#x632;&#x647;&#x647;&#x627;</p>
    1.20 +  <p>&#x633;&#x647;&#x634;&#x646;&#x628;&#x647;</p>
    1.21 +  <p>&#x631;&#x627;&#x647;&#x622;&#x647;&#x646;</p>
    1.22 +  <p>&#x646;&#x631;&#x645;&#x627;&#x641;&#x632;&#x627;&#x631;</p>
    1.23 + </body>
    1.24 +</html>

mercurial