tor-browser

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

overflow-ellipsis-dynamic-001-ref.html (196B)


      1 <!doctype html>
      2 <title>CSS test reference</title>
      3 <style>
      4 p {
      5  width: 40ch;
      6  font: 16px/1 monospace;
      7  text-overflow: ellipsis;
      8  white-space: nowrap;
      9  overflow: hidden;
     10 }
     11 </style>
     12 <p>short<p>