tor-browser

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

text-overflow-ellipsis-multiline-crash.html (182B)


      1 <!DOCTYPE html>
      2 <style>
      3 div {
      4  width: 5ch;
      5  overflow: hidden;
      6  text-overflow: ellipsis;
      7 }
      8 div::first-line {
      9  text-decoration: underline;
     10 }
     11 </style>
     12 <div>
     13  <br>
     14  1234567
     15 </div>