summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_sandbox_pass.js
blob: 2fd0350dcd4d8ad8d767eeead3b9b7b3818fdd8e (plain)
1
2
3
4
function ok(result, desc) {
  window.parent.postMessage({ok: result, desc: desc}, "*");
}
ok(true, "documents sandboxed with allow-scripts should be able to run <script src=...>");