tor-browser

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

iframe-contentwindow-focus-with-different-site-intermediate-frame-inner.html (256B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>iframe.contentWindow.focus() with different-site intermediate frame inner</title>
      5 </head>
      6 <body>
      7 <script>
      8 document.body.onfocus = function() {
      9    parent.postMessage("innerfocus;", "*");
     10 }
     11 </script>
     12 </body>
     13 </html>