tor-browser

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

appearance-transition-002-ref.html (164B)


      1 <!DOCTYPE html>
      2 <style>
      3  input { background-color: rgb(128, 228, 128); }
      4 </style>
      5 <input value="text">
      6 <p>PASS if the input field has a light green background</p>