tor-browser

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

slotted-placeholder-ref.html (160B)


      1 <!doctype html>
      2 <style>
      3  ::placeholder { color: green }
      4 </style>
      5 <input placeholder="I should be green">
      6 <textarea placeholder="I should be green"></textarea>