tor-browser

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

chrome-bug-333487749.html (367B)


      1 <!doctype html>
      2 <body style="mask: url(#marker)">
      3  <svg>
      4    <marker id="marker">
      5      <rect width="10" height="10" fill="yellow"/>
      6    </marker>
      7    <path d="M50,50h100" marker-start="url(#marker1)"/>
      8  </svg>
      9 </body>
     10 <script>
     11  document.documentElement.offsetTop;
     12  document.documentElement.style.display = 'none';
     13  document.documentElement.offsetTop;
     14 </script>