tor-browser

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

appearance-transition-001-ref.html (182B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <style>
      4  input { background-color: rgb(0, 100, 0); }
      5 </style>
      6 <input value="text">
      7 <p>PASS if the input field has a dark green background</p>