tor-browser

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

file_suppressed_events_inner.html (232B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <title>Test event suppression</title>
      5 </head>
      6 <body>
      7 <div>Inner</div>
      8 <script type="application/javascript">
      9 
     10 window.onload = function() {
     11  top.postMessage("ready", "*");
     12 };
     13 
     14 </script>
     15 </body>
     16 </html>