tor-browser

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

83958-1a.html (886B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset="UTF-8">
      5  <title>Bidirectional Text Test 2 - Formatting Characters</title>
      6  <style>
      7   body { font-size: 300%; }
      8   p { font-family: monospace; text-align: left; margin: 0; }
      9  </style>
     10 </head>
     11 <!-- Testcases based on https://dbaron.org/css/test/bidi2_charcode by L. David Baron. -->
     12 <body>
     13  <p>The following lines should all read "ABCDEFGHI":</p>
     14  <p>ABCDEFGHI</p>
     15  <p dir="rtl">&#x202b;ABCDEFGHI&#x202c;</p>
     16  <p dir="rtl">&#x202b;ABC<span>DEF</span>GHI&#x202c;</p>
     17  <p dir="rtl">&#x202e;IHGFEDCBA&#x202c;</p>
     18  <p dir="rtl">&#x202e;IHG<span>FED</span>CBA&#x202c;</p>
     19  <p dir="rtl">&#x202e;IHG&#x202b;DEF&#x202c;CBA&#x202c;</p>
     20  <p dir="rtl">&#x202e;IHG&#x202e;FED&#x202c;CBA&#x202c;</p>
     21  <p dir="rtl">&#x202e;IHG&#x202e;FED&#x202c;CBA&#x202c;</p>
     22  <p dir="rtl">&#x202e;IHG&#x202d;DEF&#x202c;CBA&#x202c;</p>
     23 </body>
     24 </html>