summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/imports-self.js
blob: 05fa60e2dce3b4b432479b346753dd5b4836f9b8 (plain)
1
2
3
4
5
6
import { SelfInner } from "./imports-self-inner.js";

test_importSelf.step(function () {
    assert_equals(SelfInner, "SelfInner");
    test_importSelf.done();
});