blob: 4f1d1d882ed8c144ec009ab24f0f494fb69514eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<!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>
|