tor-browser

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

file_iframe_sandbox_e_if1.html (585B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Test for Bug 341604</title>
      6  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
      7  <script src="/tests/SimpleTest/SimpleTest.js"></script>
      8 </head>
      9 
     10 <script>
     11  function doTest() {
     12    var testContext = location.search == "" ? "?Test 10: Navigate _top:%20" : location.search;
     13    document.getElementById("if_6").src = "file_iframe_sandbox_e_if6.html" + testContext;
     14  }
     15 </script>
     16 
     17 <body onload="doTest()">
     18  <iframe sandbox='allow-scripts' id='if_6' height="10" width="10"></iframe>
     19 </body>
     20 </html>