1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text/wordbreak-7a-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head> 1.7 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 1.8 + <style type="text/css"> 1.9 + @font-face { 1.10 + font-family: test; 1.11 + src: url(../fonts/dejavu-sans/DejaVuSans.ttf); 1.12 + } 1.13 + body { 1.14 + font-family: test; 1.15 + line-height: 1.5em; 1.16 + } 1.17 + </style> 1.18 + <title>Test - word-break: break-all with rtl and diacritics, no ligatures</title> 1.19 + </head> 1.20 + <body> 1.21 + <div> 1.22 + ا<br>ﻟ<br>ﻌ<br>ﺮ<br>ﺑ<br>ﻲ<br> 1.23 + ا<br>ﻟ<br>ﻀَّ<br>ﺎ<br>ﻟِّ<br>ﻴ<br>ﻦَ 1.24 + </div> 1.25 + <br> 1.26 + <div> 1.27 + العربي<br> 1.28 + الضَّالِّينَ 1.29 + </div> 1.30 + </body> 1.31 +</html>