tor-browser

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

file_iframe_sandbox_a_if3.html (717B)


      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/EventUtils.js"></script>
      8 </head>
      9 
     10 <script type="text/javascript">
     11  function ok_wrapper(condition, msg) {
     12    window.parent.ok_wrapper(condition, msg);
     13  }
     14 </script>
     15 
     16 <body>
     17  I am sandboxed but with "allow-scripts"
     18 
     19  <iframe id='if_4' src='file_iframe_sandbox_a_if4.html' height="10" width="10"></iframe>
     20  <iframe id='if_7' src='file_iframe_sandbox_a_if7.html' height="10" width="10"></iframe>
     21  <iframe id='if_2' sandbox='' src='file_iframe_sandbox_a_if2.html' height="10" width="10"></iframe>
     22 </body>
     23 </html>