mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
812 B
HTML
23 lines
812 B
HTML
|
<!DOCTYPE html>
|
||
|
<!-- ZWNJ test #2. The words from zwnj-01.html with the ZWNJs replaced by
|
||
|
span boundaries. Correct behaviour is for the letters to connect across the
|
||
|
spans -->
|
||
|
<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><span>هفته</span><span>ها</span></p>
|
||
|
<p><span>موزه</span><span>ها</span></p>
|
||
|
<p><span>سه</span><span>شنبه</span></p>
|
||
|
<p><span>راه</span><span>آهن</span></p>
|
||
|
<p><span>نرم</span><span>افزار</span></p>
|
||
|
</body>
|
||
|
</html>
|