tor-browser

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

background-blend-mode-1-ref.html (502B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Reference: Bug 1248913 - Keep background-attachment:fixed image fixed under APZ scrolling even when a background-blend-mode is applied.</title>
      4 
      5 <style>
      6 
      7 html {
      8  background: radial-gradient(circle 200px at 400px 400px, lime 100px, transparent 0) scroll,
      9              radial-gradient(circle 200px at 400px 300px, blue 100px, transparent 0) scroll
     10               white no-repeat;
     11  background-blend-mode: multiply;
     12  height: 100%;
     13 }
     14 
     15 </style>
     16 
     17 <div></div>