blob: eaf98f3807feffcc5d8ebf50eeef8093b0a7c1f6 [file] [log] [blame]
// import()s in an event handler are resolved relative to the document base.
window.dummyDiv.setAttribute("onclick", `import('../imports-a.js?label=' + window.label).then(window.continueTest, window.errorTest)`);
window.dummyDiv.click(); // different from **on**click()