blob: 653491e05c0ecbbd9496706231b5d33e7c5c2b1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[DEFAULT]
support-files = [
"moduleA-depends.js",
"moduleB-dependency.js",
"moduleC-circular.js",
"moduleD-circular.js",
"moduleE-throws-during-require.js",
"moduleF-syntax-error.js",
"moduleG-throws-later.js",
"moduleH-module-dot-exports.js",
"moduleI-depends.js",
"moduleJ-dependency.js",
"utils_mainthread.js",
"utils_worker.js",
"worker_test_loading.js",
]
["test_loading.xhtml"]
|