pjs/layout/reftests/bidi/bidi-004.html

17 строки
333 B
HTML
Исходник Обычный вид История

2007-07-02 13:39:36 +04:00
<!DOCTYPE html>
<!-- Bidi reftest 004: rtl text with diacritics -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8";
</head>
<style type="text/css">
body {
font-family: serif;
2007-07-05 13:43:50 +04:00
font-size: 24pt;
2007-07-02 13:39:36 +04:00
}
</style
<body>
<p lang="he" style="direction: rtl;">אַבּוּשׁ</p>
</body>
</html>