tor-browser

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

table-cell-background-local-ref.html (369B)


      1 <!DOCTYPE html>
      2 Passes if there is a brown square.
      3 <div id="target"
      4     style="overflow: hidden; width: 100px; height: 100px;
      5            background: linear-gradient(to bottom right, green, red);
      6            background-attachment: local">
      7  <div style="width: 3000px; height: 3000px"></div>
      8 </div>
      9 <script>
     10 target.scrollTop = 1500;
     11 target.scrollLeft = 1500;
     12 </script>