wordbreak-7b-ref.html (977B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <style type="text/css"> 6 @font-face { 7 font-family: test; 8 src: url(../fonts/dejavu-sans/DejaVuSans.ttf); 9 } 10 body { 11 font-family: test; 12 line-height: 1.5em; 13 } 14 </style> 15 <title>Test - word-break: break-all with rtl and diacritics, including ligatures</title> 16 </head> 17 <body> 18 <div> 19 وَ<br>ﻟَ<br>ﺎ<br> 20 ا<br>ﻟ<br>ﺴَّ<br>ﻠَ<br>ﺎ<br>مُ<br> 21 ﻋَ<br>ﻠَ<br>ﻴْ<br>ﻜُ<br>ﻢْ 22 </div> 23 <br> 24 <div> 25 وَلَا<br> 26 السَّلَامُ<br> 27 عَلَيْكُمْ 28 </div> 29 </body> 30 </html>