tor-browser

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

br-bidi-ref.html (792B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>HTML Test reference: BR separates bidi paragraph</title>
      5    <link rel="author" title="Amir E. Aharoni" href="mailto:amir.aharoni@mail.huji.ac.il"/>
      6    <link rel="author" title="Eyal Sela" href="mailto:eyal@post.isoc.org.il"/>
      7    <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com"/>
      8    <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-br-element"/>
      9  </head>
     10  <body>
     11    <div class="instructions"><p>Test passes if the rightmost character in the first line below is a full stop and to the left of it is a Hebrew letter.</p></div>
     12    <div class="test">
     13      A Hebrew letter and a full stop: &#x05d0;.&lrm;
     14      <br />
     15      &#x05d0; this line begins with a Hebrew letter.
     16    </div>
     17 </p>
     18 </body>
     19 </html>