Bug 1803984 - Add tests for the interaction between speculative preloading and module...
commit9b2bcaa21a579f7817968bed85880c73105f6cea
authorJon Coppeard <jcoppeard@mozilla.com>
Fri, 26 May 2023 12:22:54 +0000 (26 12:22 +0000)
committerJon Coppeard <jcoppeard@mozilla.com>
Fri, 26 May 2023 12:22:54 +0000 (26 12:22 +0000)
tree49441a202e51a38f453888e2cda97a5c24be3cee
parentc4161d1f6c3e1f87ce158d9f13c0041e034ab2d7
Bug 1803984 - Add tests for the interaction between speculative preloading and module import maps r=allstarschh

Differential Revision: https://phabricator.services.mozilla.com/D178775
13 files changed:
dom/base/test/jsmodules/importmaps/bad/module_2.js [new file with mode: 0644]
dom/base/test/jsmodules/importmaps/bad/module_3.js [new file with mode: 0644]
dom/base/test/jsmodules/importmaps/chrome.ini
dom/base/test/jsmodules/importmaps/circular_dependency.js [new file with mode: 0644]
dom/base/test/jsmodules/importmaps/good/module_0.js [new file with mode: 0644]
dom/base/test/jsmodules/importmaps/good/module_1.js [new file with mode: 0644]
dom/base/test/jsmodules/importmaps/good/module_2.js [new file with mode: 0644]
dom/base/test/jsmodules/importmaps/good/module_3.js [new file with mode: 0644]
dom/base/test/jsmodules/importmaps/module_importMap_with_external_script_0.js [new file with mode: 0644]
dom/base/test/jsmodules/importmaps/module_importMap_with_external_script_1.js [new file with mode: 0644]
dom/base/test/jsmodules/importmaps/module_importMap_with_external_script_2.js [new file with mode: 0644]
dom/base/test/jsmodules/importmaps/module_importMap_with_external_script_3.js [new file with mode: 0644]
dom/base/test/jsmodules/importmaps/test_importMap_with_external_script.html [new file with mode: 0644]