1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text/wordbreak-7b-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,30 @@ 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, including ligatures</title> 1.19 + </head> 1.20 + <body> 1.21 + <div> 1.22 + وَ<br>ﻟَ<br>ﺎ<br> 1.23 + ا<br>ﻟ<br>ﺴَّ<br>ﻠَ<br>ﺎ<br>مُ<br> 1.24 + ﻋَ<br>ﻠَ<br>ﻴْ<br>ﻜُ<br>ﻢْ 1.25 + </div> 1.26 + <br> 1.27 + <div> 1.28 + وَلَا<br> 1.29 + السَّلَامُ<br> 1.30 + عَلَيْكُمْ 1.31 + </div> 1.32 + </body> 1.33 +</html>