tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bidi-003.html (456B)


      1 <!DOCTYPE html>
      2 <!-- Bidi reftest 003: mixed rtl and ltr text with element boundaries crossing
      3     directional run boundaries -->
      4 <html>
      5 <head>
      6  <meta http-equiv="content-type" content="text/html; charset=utf-8">
      7 </head>
      8  <style type="text/css">
      9 body {
     10  font-family: serif;
     11  font-size: 24px;
     12 }
     13  </style>
     14 <body>
     15  <p lang="he" style="direction: rtl; text-align: left;">Mozilla <b>Firefox הגירסה</b> העברית v2.0.0.4</p>
     16 </body>
     17 </html>