tor-browser

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

placeholder-3.html (173B)


      1 <!DOCTYPE html>
      2 <html>
      3  <!-- Test: value has to be shown when not null -->
      4  <body>
      5    <input type="text" value="my value" placeholder="my placeholder">
      6  </body>
      7 </html>