summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/test_csp_worker_inheritance.html
blob: ebf6bea8a68b44f52acc0a506125865a1abd3ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/
 */

<html>
  <head>
    <title>Test for Bug 1475849</title>
  </head>
  <body>
    <p id="display"></p>
    <div id="content" style="display: none">
    </div>
    <iframe style="width:200px;height:200px;" id='cspframe'></iframe>
        <script class="testbody" type="text/javascript">
          document.getElementById('cspframe').src = 'main_csp_worker.html';
        </script>

  </body>
</html>