tor-browser

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

file_iframe_sandbox_k_if6.html (572B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Test for Bug 766282</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 type="application/javascript">
     11  function doTest() {
     12    sendMouseEvent({type:'click'}, 'anchor');
     13  }
     14 </script>
     15 
     16 <body onload="doTest()">
     17  I am sandboxed with at least 'allow-scripts allow-popups allow-top-navigation'
     18 
     19  <a href="file_iframe_sandbox_window_top_navigation_pass.html" target='_top' id='anchor'>
     20 </body>
     21 </html>