tor-browser

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

1021564-ref.html (495B)


      1 <!--
      2     Any copyright is dedicated to the Public Domain.
      3     http://creativecommons.org/publicdomain/zero/1.0/
      4 -->
      5 <!DOCTYPE html>
      6 <html lang="en">
      7 <meta charset="utf-8">
      8 <title>When the filtered element's BBox relative to the page changes, the filtered element needs to be invalidated</title>
      9 
     10 <style>
     11 
     12 #spacer {
     13  height: 50px;
     14 }
     15 
     16 #filtered {
     17  width: 100px;
     18  height: 100px;
     19  background-color: lime;
     20 }
     21 
     22 </style>
     23 
     24 <svg height="0"></svg>
     25 
     26 <div id="spacer"></div>
     27 
     28 <div id="filtered"></div>