blob: adc4fbdaeecab79f69adff0aa557d3bb62c701be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<!-- Bidi reftest 001-v: rtl text only in visual order -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-8">
</head>
<style type="text/css">
body {
font-family: serif;
font-size: 24px;
}
</style>
<body>
<p lang="he">����� ����� ��� ��� ����</p>
</body>
</html>
|