tor-browser

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

test_csp_worker_inheritance.html (510B)


      1 /**
      2 * Any copyright is dedicated to the Public Domain.
      3 * http://creativecommons.org/publicdomain/zero/1.0/
      4 */
      5 
      6 <html>
      7  <head>
      8    <title>Test for Bug 1475849</title>
      9  </head>
     10  <body>
     11    <p id="display"></p>
     12    <div id="content" style="display: none">
     13    </div>
     14    <iframe style="width:200px;height:200px;" id='cspframe'></iframe>
     15        <script class="testbody" type="text/javascript">
     16          document.getElementById('cspframe').src = 'main_csp_worker.html';
     17        </script>
     18 
     19  </body>
     20 </html>