browser.toml (719B)
1 [DEFAULT] 2 support-files = [ 3 "cookie_setter_with_credentials_cross_origin.html", 4 "cookie_setter_with_credentials.html", 5 "blue-150.png", 6 "cookie_checker.sjs", 7 "cookie_setter.html", 8 "file_testserver.sjs", 9 "manifestLoader.html", 10 "red-50.png", 11 "resource.sjs", 12 ] 13 14 ["browser_ManifestFinder_browserHasManifestLink.js"] 15 skip-if = [ 16 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && asan", # Bug 1904224 17 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && ccov", # Bug 1904224 18 ] 19 20 ["browser_ManifestIcons_browserFetchIcon.js"] 21 22 ["browser_ManifestObtainer_credentials.js"] 23 24 ["browser_ManifestObtainer_obtain.js"] 25 26 ["browser_Manifest_install.js"] 27 skip-if = [ 28 "verify-standalone", 29 ]