summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/bad-module-specifier.js
blob: a53a3bebe71c3ecf6dde791ea9e62f7f8ee82a2e (plain)
1
2
3
import "string-without-dot-slash-prefix";
import "./this.js";
log.push("bad-module-specifier");