https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c0b9807925eb4dd59bb8cd65778748761369d90f authored by ffxbld on 21 July 2011, 17:53:16 UTC
Added tag FIREFOX_6_0b3_BUILD1 for changeset 1e49740f65a9. CLOSED TREE a=release
Tip revision: c0b9807
bidi-003.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>
back to top