layout/reftests/text/zwnj-02-ref.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 <!-- Reference rendering for zwnj-02.html. No spans, no ZWNJs. Everything
    13   should connect -->
    14  <head>
    15   <title>ZWNJ test</title>
    16   <style type="text/css">
    17   html, body { margin: 0; background: white; color: black; height: 100%; width: 100%; }
    18   body {   
    19     font-size: 36px;
    20   }
    21   </style>
    22  </head>
    23  <body lang="ar">
    24   <p>&#x647;&#x641;&#x62A;&#x647;&#x647;&#x627;</p>
    25   <p>&#x645;&#x648;&#x632;&#x647;&#x647;&#x627;</p>
    26   <p>&#x633;&#x647;&#x634;&#x646;&#x628;&#x647;</p>
    27   <p>&#x631;&#x627;&#x647;&#x622;&#x647;&#x646;</p>
    28   <p>&#x646;&#x631;&#x645;&#x627;&#x641;&#x632;&#x627;&#x631;</p>
    29  </body>
    30 </html>
    31 </foreignObject>
    32 </svg>

mercurial