tor-browser

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

placeholder-6.html (253B)


      1 <!DOCTYPE html>
      2 <html>
      3  <!-- Test placeholder behavior when input is too small -->
      4  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
      5  <body>
      6    <input type="text" size="5" value="" placeholder="my placeholder">
      7  </body>
      8 </html>