blob: 4fca7e97fa849c7f5e9059769573a66ffba9619f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
[DEFAULT]
support-files =
external_importMap.js
insert_a_base_element.js
module_simpleImportMap.js
module_simpleImportMap_dir.js
module_simpleImportMap_remap.js
module_simpleImportMap_remap_https.js
module_simpleExport.js
module_sortedImportMap.js
scope1/module_simpleExport.js
scope1/module_simpleImportMap.js
scope1/scope2/module_simpleExport.js
scope1/scope2/module_simpleImportMap.js
prefs =
dom.importMaps.enabled=true
[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]
|