mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
18 lines
456 B
HTML
18 lines
456 B
HTML
<!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>
|