tor-browser

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

css-display.html (307B)


      1 <!DOCTYPE html>
      2 <html>
      3  <link rel='stylesheet' type='text/css' href='style.css'>
      4  <style>
      5    textarea::-moz-placeholder,
      6    textarea::placeholder {
      7      display: inline;
      8    }
      9  </style>
     10  <body>
     11    <textarea placeholder='foo'></textarea>
     12    <textarea placeholder='bar'></textarea>
     13  </body>
     14 </html>