tor-browser

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

1461313.html (176B)


      1 <!doctype html>
      2 <style>
      3 body {
      4  clip-path: url(non-existent-resource);
      5 }
      6 </style>
      7 <body>
      8    <div style="background-color: green; width: 100px; height: 100px;"></div>
      9 </body>