wordbreak-7a-ref.html (837B)
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, no ligatures</title> 16 </head> 17 <body> 18 <div> 19 ا<br>ﻟ<br>ﻌ<br>ﺮ<br>ﺑ<br>ﻲ<br> 20 ا<br>ﻟ<br>ﻀَّ<br>ﺎ<br>ﻟِّ<br>ﻴ<br>ﻦَ 21 </div> 22 <br> 23 <div> 24 العربي<br> 25 الضَّالِّينَ 26 </div> 27 </body> 28 </html>