summaryrefslogtreecommitdiffstats
path: root/dom/base/test/jsmodules/importmaps/chrome.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /dom/base/test/jsmodules/importmaps/chrome.toml
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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"]