layout/reftests/text/zwnj-02.xhtml

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 <?xml version="1.0" encoding="UTF-8"?>
     2 <svg xmlns="http://www.w3.org/2000/svg"
     3      xmlns:xlink="http://www.w3.org/1999/xlink"
     4      version="1.1">
     6   <!-- use an empty g to force filters.svg to load before onload -->
     7   <use xlink:href="../filters.svg#empty" />
     9   <foreignObject filter="url(../filters.svg#NonWhiteToBlack)"
    10                  x="0" y="0" height="100%" width="100%">
    11 <html xmlns="http://www.w3.org/1999/xhtml">
    12 <!-- ZWNJ test #2. The words from zwnj-01.html with the ZWNJs replaced by
    13  span boundaries. Correct behaviour is for the letters to connect across the
    14  spans -->
    15  <head>
    16   <title>ZWNJ test</title>
    17   <style type="text/css">
    18   html, body { margin: 0; background: white; color: black; height: 100%; width: 100%; }
    19   body {   
    20     font-size: 36px;
    21   }
    22   </style>
    23  </head>
    24  <body lang="ar">
    25   <p><span>&#x647;&#x641;&#x62A;&#x647;</span><span>&#x647;&#x627;</span></p>
    26   <p><span>&#x645;&#x648;&#x632;&#x647;</span><span>&#x647;&#x627;</span></p>
    27   <p><span>&#x633;&#x647;</span><span>&#x634;&#x646;&#x628;&#x647;</span></p>
    28   <p><span>&#x631;&#x627;&#x647;</span><span>&#x622;&#x647;&#x646;</span></p>
    29   <p><span>&#x646;&#x631;&#x645;</span><span>&#x627;&#x641;&#x632;&#x627;&#x631;</span></p>
    30  </body>
    31 </html>
    32 </foreignObject>
    33 </svg>

mercurial