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

17 lines
384 B
HTML
Raw Normal View History

2007-07-02 02:39:35 -07: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 02:39:35 -07:00
</head>
<style type="text/css">
body {
font-family: serif;
font-size: 24px;
2007-07-02 02:39:35 -07:00
}
</style>
2007-07-02 02:39:35 -07:00
<body>
<p lang="he" style="direction: rtl; text-align: left;">Mozilla Firefox הגירסה העברית v2.0.0.4</p>
</body>
</html>