1 2 3 4 5 6 7
function ok(result, desc) { window.parent.postMessage({ ok: result, desc }, "*"); } ok( true, "documents sandboxed with allow-scripts should be able to run <script src=...>" );