2007-07-02 13:39:35 +04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!-- Bidi reftest 004: rtl text with diacritics -->
|
|
|
|
<html>
|
|
|
|
<head>
|
2007-10-25 13:32:01 +04:00
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
2007-07-02 13:39:35 +04:00
|
|
|
</head>
|
|
|
|
<style type="text/css">
|
2007-09-25 19:55:34 +04:00
|
|
|
body {
|
2016-08-24 13:44:29 +03:00
|
|
|
font-family: Times New Roman, serif;
|
2007-10-03 09:28:23 +04:00
|
|
|
font-size: 24px;
|
2007-07-02 13:39:35 +04:00
|
|
|
}
|
2007-09-25 19:55:34 +04:00
|
|
|
</style>
|
2007-07-02 13:39:35 +04:00
|
|
|
<body>
|
2010-03-08 13:10:31 +03:00
|
|
|
<p lang="he" style="direction: rtl;">
|
|
|
|
בּוּשׁ</p>
|
2007-07-02 13:39:35 +04:00
|
|
|
</body>
|
|
|
|
</html>
|