tor-browser

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

file_iframe_sandbox_a_if19.html (519B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Test for Bug 886262</title>
      6  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
      7  <script src="/tests/SimpleTest/EventUtils.js"></script>
      8 </head>
      9 
     10 <script>
     11  window.addEventListener("message", function(e){
     12     window.open("file_iframe_sandbox_a_if18.html", "_self");
     13  });
     14 </script>
     15 
     16 <body>
     17  I'm just here to navigate to file_iframe_sandbox_a_if18.html after my owning
     18  iframe has had allow-same-origin added.
     19 </body>
     20 </html>