tor-browser

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

placeholder-white-space-notref.html (198B)


      1 <!doctype html>
      2 <title>CSS Test Reference</title>
      3 <style>
      4  textarea {
      5    max-width: 100px;
      6  }
      7 </style>
      8 <textarea placeholder="This is a really long string that needs to be truncated"></textarea>