blob: 20a642b624886fd256165338093599193d4c95c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<!-- Reference rendering for zwnj-02.html. No spans, no ZWNJs. Everything
should connect -->
<html>
<head>
<title>ZWNJ test</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
body {
font-size: 36px;
}
</style>
</head>
<body lang="ar">
<p>هفتهها</p>
<p>موزهها</p>
<p>سهشنبه</p>
<p>راهآهن</p>
<p>نرمافزار</p>
</body>
</html>
|