summaryrefslogtreecommitdiffstats
path: root/dom/base/test/jsmodules/importmaps/chrome.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/jsmodules/importmaps/chrome.toml')
-rw-r--r--dom/base/test/jsmodules/importmaps/chrome.toml37
1 files changed, 37 insertions, 0 deletions
diff --git a/dom/base/test/jsmodules/importmaps/chrome.toml b/dom/base/test/jsmodules/importmaps/chrome.toml
new file mode 100644
index 0000000000..0b8afe0f25
--- /dev/null
+++ b/dom/base/test/jsmodules/importmaps/chrome.toml
@@ -0,0 +1,37 @@
+[DEFAULT]
+support-files = [
+ "external_importMap.js",
+ "insert_a_base_element.js",
+ "module_simpleImportMap.mjs",
+ "module_simpleImportMap_dir.mjs",
+ "module_simpleImportMap_remap.mjs",
+ "module_simpleImportMap_remap_https.mjs",
+ "module_simpleExport.mjs",
+ "module_sortedImportMap.mjs",
+ "scope1/module_simpleExport.mjs",
+ "scope1/module_simpleImportMap.mjs",
+ "scope1/scope2/module_simpleExport.mjs",
+ "scope1/scope2/module_simpleImportMap.mjs",
+]
+
+["test_dynamic_import_reject_importMap.html"]
+
+["test_externalImportMap.html"]
+
+["test_import_meta_resolve_importMap.html"]
+
+["test_inline_module_reject_importMap.html"]
+
+["test_load_importMap_with_base.html"]
+
+["test_load_importMap_with_base2.html"]
+
+["test_module_script_reject_importMap.html"]
+
+["test_parse_importMap_failed.html"]
+
+["test_reject_multiple_importMaps.html"]
+
+["test_simpleImportMap.html"]
+
+["test_sortedImportMap.html"]