tor-browser

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

bg-image-root-001.html (151B)


      1 <!doctype html>
      2 <title>background-image on canvas is ignored if in high-contrast</title>
      3 <style>
      4 body {
      5  background-image: url("red.png");
      6 }
      7 </style>