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