blob: 760eb1efd9989dc15e7e83c74404041bd24d668c (
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
29
30
|
<!DOCTYPE html>
<!-- tests that Arabic characters shape across word breaks -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">
@font-face {
font-family: dvm;
src: url(../fonts/DejaVuSansMono.woff);
}
textarea {
font-family: dvm;
line-height: 1.5em;
overflow: scroll;
}
</style>
<title>Test Wordwrap</title>
</head>
<body>
<textarea rows="10" cols="20" dir="rtl">ذهعقروبلجيكا،الموسوﻋ
ﺔكل,تمبوابةاقتصاديةﻫ
ﺬه.ضمنهاالروسوحرماﻧﺒ
ﻠﻌﺪد,يكنجسيمةلإعادةلم
.يكنوالحلفاءبالقناﺑﻠ
ﻬﻮ,بحثخسائرالدفاعباﻟ
ﻬﺠﻮمعن.فرنسيةمارشاﻟﺒ
ﻴﻨﻴﺘﻮدحرثم,وصلبشريةا
لرايخبالحربتم.</textarea>
</body>
</html>
|