tor-browser

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

bdo-ltr.html (586B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>HTML Test: The value 'ltr' of dir attribute specifies a left-to-right override</title>
      6    <link rel="author" title="Intel" href="http://www.intel.com/">
      7    <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-bdo-element">
      8    <link rel="match" href="bidi-001-ref.html">
      9    <meta name="assert" content="Check if the value ltr of dir attribute specifies a left-to-right override">
     10  </head>
     11  <body>
     12    <p>Test passes if there is text 'WERBEH'.</p>
     13    <bdo dir="ltr">WERBEH</bdo>
     14  </body>
     15 </html>