tor-browser

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

text-overflow-string-005-ref.html (548B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Basic User Interface Reference File</title>
      4 <link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com">
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      6 <style>
      7  div {
      8    font-family: monospace;
      9    font-size: 20px;
     10    white-space: pre;
     11    width: 9ch
     12  }
     13 </style>
     14 <body>
     15  <p>Test passes if each pair of lines looks identical</p>
     16  <div>ם 123456-</div>
     17  <div>ם 123456-</div>
     18  <br/>
     19  <div dir=rtl>שלום 456-</div>
     20  <div dir=rtl>שלום 456-</div>
     21 </body>