layout/reftests/text/zwnj-01.xhtml

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:1c2d052c27c1
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">
5
6 <!-- use an empty g to force filters.svg to load before onload -->
7 <use xlink:href="../filters.svg#empty" />
8
9 <foreignObject filter="url(../filters.svg#NonWhiteToBlack)"
10 x="0" y="0" height="100%" width="100%">
11 <!-- ZWNJ test #1. Persian words containing a ZWNJ (copied from
12 http://www.unics.uni-hannover.de/nhtcapri/bidirectional-text.html) -->
13 <html xmlns="http://www.w3.org/1999/xhtml">
14 <head>
15 <title>ZWNJ test</title>
16 <style type="text/css">
17 body {
18 font-size: 36px;
19 background: white;
20 color: black;
21 }
22 </style>
23 </head>
24 <body lang="ar">
25 <p>&#x647;&#x641;&#x62A;&#x647;&#x200C;&#x647;&#x627;</p>
26 <p>&#x645;&#x648;&#x632;&#x647;&#x200C;&#x647;&#x627;</p>
27 <p>&#x633;&#x647;&#x200C;&#x634;&#x646;&#x628;&#x647;</p>
28 <p>&#x631;&#x627;&#x647;&#x200C;&#x622;&#x647;&#x646;</p>
29 <p>&#x646;&#x631;&#x645;&#x200C;&#x627;&#x641;&#x632;&#x627;&#x631;</p>
30 </body>
31 </html>
32 </foreignObject>
33 </svg>

mercurial