blob: 4e33c0bcb47b34cd4e2bcbfe4585bddb730de124 [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.py?credentials=false").then(
function() { done("PASS");},
function() { done("FAIL"); });