1
0
Fork 0
firefox/dom/tests/mochitest/script/subdir/bug1656248_script.mjs
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
1.1 KiB
JavaScript

// Import a module which should be resolved relative to this script's URL.
import("./bug1656248_import.mjs")
.then(ns => window.parent.checkResult(ns.default))
.catch(e => window.parent.checkResult(`error: ${e}`));
// To trigger the bytecode cache, this script needs to be at least 1KB.
// To trigger the bytecode cache, this script needs to be at least 1KB.
// To trigger the bytecode cache, this script needs to be at least 1KB.
// To trigger the bytecode cache, this script needs to be at least 1KB.
// To trigger the bytecode cache, this script needs to be at least 1KB.
// To trigger the bytecode cache, this script needs to be at least 1KB.
// To trigger the bytecode cache, this script needs to be at least 1KB.
// To trigger the bytecode cache, this script needs to be at least 1KB.
// To trigger the bytecode cache, this script needs to be at least 1KB.
// To trigger the bytecode cache, this script needs to be at least 1KB.
// To trigger the bytecode cache, this script needs to be at least 1KB.
// To trigger the bytecode cache, this script needs to be at least 1KB.
// To trigger the bytecode cache, this script needs to be at least 1KB.