blob: 6876f91f4ae25652a04c116776b274fcde3108ee [file] [log] [blame]
// Executed with "omit".
// https://github.com/tc39/proposal-dynamic-import/blob/master/HTML%20Integration.md
import("http://localhost:8000/security/resources/cors-script.php?credentials=false").then(
function() { done("PASS");},
function() { done("FAIL"); });