summaryrefslogtreecommitdiffstats
path: root/dom/security/test/sri/iframe_require-sri-for_no_csp.html
blob: 435b32ea3b980ce28ac40a58bfcc21a1a5a44c55 (plain)
1
2
3
4
5
<script>
  w = new Worker("rsf_csp_worker.js");
  // use the handler function in the parent frame (test_require-sri-for_csp_directive.html)
  w.onmessage = parent.handler;
</script>