mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
697 B
HTML
22 lines
697 B
HTML
|
<!DOCTYPE html>
|
||
|
<!-- ZWNJ test #1. Persian words containing a ZWNJ (copied from
|
||
|
http://www.unics.uni-hannover.de/nhtcapri/bidirectional-text.html) -->
|
||
|
<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>
|