// META: script=/common/get-host-info.sub.js // Load about:srcdoc in a sandboxed iframe. Check the document.baseURI is // correct. const runTest = (description, iframe_sandbox) => { promise_test(async test => { const iframe = document.createElement("iframe"); iframe.sandbox = iframe_sandbox; iframe.srcdoc = `