layout/reftests/text/zwnj-02.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text/zwnj-02.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<svg xmlns="http://www.w3.org/2000/svg"
     1.6 +     xmlns:xlink="http://www.w3.org/1999/xlink"
     1.7 +     version="1.1">
     1.8 +
     1.9 +  <!-- use an empty g to force filters.svg to load before onload -->
    1.10 +  <use xlink:href="../filters.svg#empty" />
    1.11 +
    1.12 +  <foreignObject filter="url(../filters.svg#NonWhiteToBlack)"
    1.13 +                 x="0" y="0" height="100%" width="100%">
    1.14 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.15 +<!-- ZWNJ test #2. The words from zwnj-01.html with the ZWNJs replaced by
    1.16 + span boundaries. Correct behaviour is for the letters to connect across the
    1.17 + spans -->
    1.18 + <head>
    1.19 +  <title>ZWNJ test</title>
    1.20 +  <style type="text/css">
    1.21 +  html, body { margin: 0; background: white; color: black; height: 100%; width: 100%; }
    1.22 +  body {   
    1.23 +    font-size: 36px;
    1.24 +  }
    1.25 +  </style>
    1.26 + </head>
    1.27 + <body lang="ar">
    1.28 +  <p><span>&#x647;&#x641;&#x62A;&#x647;</span><span>&#x647;&#x627;</span></p>
    1.29 +  <p><span>&#x645;&#x648;&#x632;&#x647;</span><span>&#x647;&#x627;</span></p>
    1.30 +  <p><span>&#x633;&#x647;</span><span>&#x634;&#x646;&#x628;&#x647;</span></p>
    1.31 +  <p><span>&#x631;&#x627;&#x647;</span><span>&#x622;&#x647;&#x646;</span></p>
    1.32 +  <p><span>&#x646;&#x631;&#x645;</span><span>&#x627;&#x641;&#x632;&#x627;&#x631;</span></p>
    1.33 + </body>
    1.34 +</html>
    1.35 +</foreignObject>
    1.36 +</svg>

mercurial