https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f7600fdd953d224a9970b85dd1957d479851f69b authored by ffxbld on 02 September 2011, 22:37:35 UTC
Added tag FENNEC_7_0b4_BUILD2 for changeset ff20a21364bb. CLOSED TREE a=release
Tip revision: f7600fd
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