tor-browser

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

placeholder-11.html (258B)


      1 <!DOCTYPE html>
      2 <html>
      3  <!-- Test: placeholder shouldn't show new lines (&#10; version) -->
      4  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
      5  <body>
      6    <input type="text" value="" placeholder="my&#10; placeholder">
      7  </body>
      8 </html>