tor-browser

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

backplate-force-color-adjust-ref.html (270B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>Reference: Text with forced-color-adjust set to none should not be backplated.</title>
      5  <style>
      6    div {
      7      background-image: url("blue.png");
      8      color: yellow;
      9    }
     10    </style>
     11 </head>
     12 <div>
     13  Yellow Text
     14 </div>
     15 </html>