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>هفته‌ها</p> 1.29 + <p>موزه‌ها</p> 1.30 + <p>سه‌شنبه</p> 1.31 + <p>راه‌آهن</p> 1.32 + <p>نرم‌افزار</p> 1.33 + </body> 1.34 +</html> 1.35 +</foreignObject> 1.36 +</svg>