<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css"> @font-face { font-family: test; src: url(../fonts/dejavu-sans/DejaVuSans.ttf); } body { font-family: test; line-height: 1.5em; } </style> <title>Test - word-break: break-all with rtl and diacritics, no ligatures</title> </head> <body> <div> ا<br>ﻟ<br>ﻌ<br>ﺮ<br>ﺑ<br>ﻲ<br> ا<br>ﻟ<br>ﻀَّ<br>ﺎ<br>ﻟِّ<br>ﻴ<br>ﻦَ </div> <br> <div> العربي<br> الضَّالِّينَ </div> </body> </html>