blob: 56f491c05ccb0d64677ca153457e03e7c9c8df49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<!-- Bidi reftest 003: mixed rtl and ltr text with element boundaries crossing
directional run boundaries -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<style type="text/css">
body {
font-family: serif;
font-size: 24px;
}
</style>
<body>
<p lang="he" style="direction: rtl; text-align: left;">Mozilla <b>Firefox הגירסה</b> העברית v2.0.0.4</p>
</body>
</html>
|