summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_script_module_frames_import_save.mjs
blob: 96353ac0e1d168e7d24163057cacb1ce045a3152 (plain)
1
2
3
4
5
import { f } from "./file_script_module_frames_import_shared.mjs";

f();

window.dispatchEvent(new Event("test_evaluated"));