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