tor-browser

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

color-transparent-001.html (174B)


      1 <!doctype html>
      2 <title>color: transparent should be honored in high contrast mode</title>
      3 <style>
      4  p {
      5    color: transparent;
      6  }
      7 </style>
      8 <p>
      9  I should not show up.
     10 </p>