1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text/zwnj-01-notref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<!DOCTYPE html> 1.5 +<!-- Reference rendering for zwnj-02.html. No spans, no ZWNJs. Everything 1.6 + should connect --> 1.7 +<html> 1.8 + <head> 1.9 + <title>ZWNJ test</title> 1.10 + <meta http-equiv="content-type" content="text/html; charset=utf-8"> 1.11 + <style type="text/css"> 1.12 + body { 1.13 + font-size: 36px; 1.14 + } 1.15 + </style> 1.16 + </head> 1.17 + <body lang="ar"> 1.18 + <p>هفتهها</p> 1.19 + <p>موزهها</p> 1.20 + <p>سهشنبه</p> 1.21 + <p>راهآهن</p> 1.22 + <p>نرمافزار</p> 1.23 + </body> 1.24 +</html>