tor-browser

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

fixed-pos-scrolled-clip-5.html (567B)


      1 <!DOCTYPE html>
      2 <html lang="en-US"><head>
      3 <meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>The scrolled clip on the fixed element is not respected</title>
      4 
      5 </head><body><div style="
      6    position: absolute;
      7    top: 0;
      8    left: 0;
      9    clip: rect(auto auto auto auto);
     10    width: 100%;
     11    height: 200px;">
     12 
     13    <div style="background-image: linear-gradient(lime, lime);
     14        position: fixed;
     15        top: 0;
     16        left: 0;
     17        height: 100%;
     18        width: 100%;
     19        transform: translateZ(0px)">
     20    </div>
     21 
     22 </div>
     23 </body></html>