layout/reftests/text/zwnj-01.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text/zwnj-01.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 +<!-- ZWNJ test #1. Persian words containing a ZWNJ (copied from
    1.15 +  http://www.unics.uni-hannover.de/nhtcapri/bidirectional-text.html) -->
    1.16 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.17 + <head>
    1.18 +  <title>ZWNJ test</title>
    1.19 +  <style type="text/css">
    1.20 +  body {
    1.21 +    font-size: 36px;
    1.22 +    background: white;
    1.23 +    color: black;
    1.24 +  }
    1.25 +  </style>
    1.26 + </head>
    1.27 + <body lang="ar">
    1.28 +  <p>&#x647;&#x641;&#x62A;&#x647;&#x200C;&#x647;&#x627;</p>
    1.29 +  <p>&#x645;&#x648;&#x632;&#x647;&#x200C;&#x647;&#x627;</p>
    1.30 +  <p>&#x633;&#x647;&#x200C;&#x634;&#x646;&#x628;&#x647;</p>
    1.31 +  <p>&#x631;&#x627;&#x647;&#x200C;&#x622;&#x647;&#x646;</p>
    1.32 +  <p>&#x646;&#x631;&#x645;&#x200C;&#x627;&#x641;&#x632;&#x627;&#x631;</p>
    1.33 + </body>
    1.34 +</html>
    1.35 +</foreignObject>
    1.36 +</svg>

mercurial