blob: 25cd8c241f1da95812c5ee56815ca5f0f71587eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// Import a module which should be resolved relative to this script's URL.
import("./bug1656248_import.js")
.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.
|