diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /dom/manifest/test/browser.toml | |
parent | Initial commit. (diff) | |
download | firefox-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/manifest/test/browser.toml')
-rw-r--r-- | dom/manifest/test/browser.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dom/manifest/test/browser.toml b/dom/manifest/test/browser.toml new file mode 100644 index 0000000000..f5c28fcfb3 --- /dev/null +++ b/dom/manifest/test/browser.toml @@ -0,0 +1,23 @@ +[DEFAULT] +support-files = [ + "cookie_setter_with_credentials_cross_origin.html", + "cookie_setter_with_credentials.html", + "blue-150.png", + "cookie_checker.sjs", + "cookie_setter.html", + "file_testserver.sjs", + "manifestLoader.html", + "red-50.png", + "resource.sjs", +] + +["browser_ManifestFinder_browserHasManifestLink.js"] + +["browser_ManifestIcons_browserFetchIcon.js"] + +["browser_ManifestObtainer_credentials.js"] + +["browser_ManifestObtainer_obtain.js"] + +["browser_Manifest_install.js"] +skip-if = ["verify"] |