tor-browser

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

iframe_sandbox_bug1022229.html (350B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5  // First send an origin-restricted message, and then send a non-restricted
      6  // message to end the test promptly even in a failure mode.
      7  parent.postMessage('targeted', 'http://mochi.test:8888');
      8  setTimeout(function() { parent.postMessage('broadcast', '*'); }, 0);
      9 </script>
     10 </head>
     11 <body>
     12 </body>
     13 </html>