tor-browser

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

overflow-clip-ref.html (196B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head></head>
      4 <body>
      5  <div style="
      6    width: 3em;
      7    text-overflow: clip;
      8    overflow: hidden;
      9    white-space: nowrap;
     10    color: red;">MMMMMM
     11  </div>
     12 </body>
     13 </html>