mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00: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>
|