Bug 1685822 [wpt PR 27117] - [Import Maps] Add tests for rejecting multiple import...
[gecko.git] / dom / security / test / csp / file_sandbox_pass.js
blobc06341a08210eec9dc595bae51c1e7cbe1bc334c
1 function ok(result, desc) {
2   window.parent.postMessage({ ok: result, desc }, "*");
4 ok(
5   true,
6   "documents sandboxed with allow-scripts should be able to run <script src=...>"
7 );