gecko-dev/layout/reftests/bidi/bidi-002.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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

2007-07-02 13:39:35 +04:00
<!DOCTYPE html>
<!-- Bidi reftest 002: mixed rtl and ltr text -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
2007-07-02 13:39:35 +04:00
</head>
<style type="text/css">
body {
font-family: serif;
font-size: 24px;
2007-07-02 13:39:35 +04:00
}
</style>
2007-07-02 13:39:35 +04:00
<body>
<p lang="he" style="direction: rtl; text-align: left;">Mozilla Firefox הגירסה העברית v2.0.0.4</p>
</body>
</html>