diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /browser/base/content/test/siteIdentity/browser.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-upstream.tar.xz firefox-esr-upstream.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/base/content/test/siteIdentity/browser.ini')
-rw-r--r-- | browser/base/content/test/siteIdentity/browser.ini | 152 |
1 files changed, 152 insertions, 0 deletions
diff --git a/browser/base/content/test/siteIdentity/browser.ini b/browser/base/content/test/siteIdentity/browser.ini new file mode 100644 index 0000000000..724669f18a --- /dev/null +++ b/browser/base/content/test/siteIdentity/browser.ini @@ -0,0 +1,152 @@ +[DEFAULT] +support-files = + head.js + dummy_page.html + !/image/test/mochitest/blue.png + +[browser_about_blank_same_document_tabswitch.js] +https_first_disabled = true +support-files = + open-self-from-frame.html +[browser_bug1045809.js] +tags = mcb +support-files = + file_bug1045809_1.html + file_bug1045809_2.html +[browser_bug822367.js] +tags = mcb +support-files = + file_bug822367_1.html + file_bug822367_1.js + file_bug822367_2.html + file_bug822367_3.html + file_bug822367_4.html + file_bug822367_4.js + file_bug822367_4B.html + file_bug822367_5.html + file_bug822367_6.html +[browser_bug902156.js] +tags = mcb +support-files = + file_bug902156.js + file_bug902156_1.html + file_bug902156_2.html + file_bug902156_3.html +[browser_bug906190.js] +tags = mcb +support-files = + file_bug906190_1.html + file_bug906190_2.html + file_bug906190_3_4.html + file_bug906190_redirected.html + file_bug906190.js + file_bug906190.sjs +[browser_check_identity_state.js] +https_first_disabled = true +skip-if = + os == "win" && os_version == "6.1" # Skip on Azure - frequent failure +[browser_check_identity_state_pdf.js] +https_first_disabled = true +support-files = + file_pdf.pdf + file_pdf_blob.html +[browser_csp_block_all_mixedcontent.js] +tags = mcb +support-files = + file_csp_block_all_mixedcontent.html + file_csp_block_all_mixedcontent.js +[browser_deprecatedTLSVersions.js] +[browser_geolocation_indicator.js] +[browser_getSecurityInfo.js] +https_first_disabled = true +support-files = + dummy_iframe_page.html +[browser_identityBlock_flicker.js] +[browser_identityBlock_focus.js] +support-files = ../permissions/permissions.html +[browser_identityIcon_img_url.js] +https_first_disabled = true +support-files = + file_mixedPassiveContent.html + file_csp_block_all_mixedcontent.html +[browser_identityPopup_HttpsOnlyMode.js] +[browser_identityPopup_clearSiteData.js] +skip-if = (os == "linux" && bits == 64) # Bug 1577395 +[browser_identityPopup_clearSiteData_extensions.js] +[browser_identityPopup_custom_roots.js] +https_first_disabled = true +[browser_identityPopup_focus.js] +skip-if = + verify + os == "linux" && (asan || tsan) # Bug 1723899 +[browser_identity_UI.js] +https_first_disabled = true +[browser_iframe_navigation.js] +https_first_disabled = true +support-files = + iframe_navigation.html +[browser_ignore_same_page_navigation.js] +[browser_mcb_redirect.js] +https_first_disabled = true +tags = mcb +support-files = + test_mcb_redirect.html + test_mcb_redirect_image.html + test_mcb_double_redirect_image.html + test_mcb_redirect.js + test_mcb_redirect.sjs +[browser_mixedContentFramesOnHttp.js] +https_first_disabled = true +tags = mcb +support-files = + file_mixedContentFramesOnHttp.html + file_mixedPassiveContent.html +[browser_mixedContentFromOnunload.js] +https_first_disabled = true +tags = mcb +support-files = + file_mixedContentFromOnunload.html + file_mixedContentFromOnunload_test1.html + file_mixedContentFromOnunload_test2.html +[browser_mixed_content_cert_override.js] +skip-if = verify +tags = mcb +support-files = + test-mixedcontent-securityerrors.html +[browser_mixed_content_with_navigation.js] +tags = mcb +support-files = + file_mixedPassiveContent.html + file_bug1045809_1.html +[browser_mixed_passive_content_indicator.js] +tags = mcb +support-files = + simple_mixed_passive.html +[browser_mixedcontent_securityflags.js] +tags = mcb +support-files = + test-mixedcontent-securityerrors.html +[browser_navigation_failures.js] +[browser_no_mcb_for_loopback.js] +tags = mcb +support-files = + ../general/moz.png + test_no_mcb_for_loopback.html +[browser_no_mcb_for_onions.js] +tags = mcb +support-files = + test_no_mcb_for_onions.html +[browser_no_mcb_on_http_site.js] +https_first_disabled = true +tags = mcb +support-files = + test_no_mcb_on_http_site_img.html + test_no_mcb_on_http_site_img.css + test_no_mcb_on_http_site_font.html + test_no_mcb_on_http_site_font.css + test_no_mcb_on_http_site_font2.html + test_no_mcb_on_http_site_font2.css +[browser_secure_transport_insecure_scheme.js] +https_first_disabled = true +[browser_session_store_pageproxystate.js] +[browser_tab_sharing_state.js] |