https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 79902b22437236e6c717e39e4913ff105f9d8810 authored by Agi Sferro on 06 July 2020, 16:04:21 UTC
Bug 1647078 - Fix unit tests and checkstyle. r=snorp,esawin a=RyanVM
Tip revision: 79902b2
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