diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /dom/security/test/general/mochitest.ini | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/security/test/general/mochitest.ini')
-rw-r--r-- | dom/security/test/general/mochitest.ini | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/dom/security/test/general/mochitest.ini b/dom/security/test/general/mochitest.ini new file mode 100644 index 0000000000..b6ebeae148 --- /dev/null +++ b/dom/security/test/general/mochitest.ini @@ -0,0 +1,66 @@ +[DEFAULT] +support-files = + file_contentpolicytype_targeted_link_iframe.sjs + file_nosniff_testserver.sjs + file_nosniff_navigation.sjs + file_nosniff_navigation_mismatch.sjs + file_nosniff_navigation_garbage.sjs + file_block_script_wrong_mime_server.sjs + file_block_toplevel_data_navigation.html + file_block_toplevel_data_navigation2.html + file_block_toplevel_data_navigation3.html + file_block_toplevel_data_redirect.sjs + file_block_subresource_redir_to_data.sjs + file_same_site_cookies_subrequest.sjs + file_same_site_cookies_toplevel_nav.sjs + file_same_site_cookies_cross_origin_context.sjs + file_same_site_cookies_from_script.sjs + file_same_site_cookies_redirect.sjs + file_same_site_cookies_toplevel_set_cookie.sjs + file_same_site_cookies_blob_iframe_navigation.html + file_same_site_cookies_blob_iframe_inclusion.html + file_same_site_cookies_iframe.sjs + file_same_site_cookies_about.sjs + file_cache_splitting_server.sjs + file_cache_splitting_isloaded.sjs + file_cache_splitting_window.html + window_nosniff_navigation.html + + +[test_contentpolicytype_targeted_link_iframe.html] +[test_nosniff.html] +[test_cache_split.html] +[test_nosniff_navigation.html] +[test_block_script_wrong_mime.html] +[test_block_toplevel_data_navigation.html] +[test_block_toplevel_data_img_navigation.html] +[test_allow_opening_data_pdf.html] +skip-if = toolkit == 'android' # no pdf reader on Android +[test_allow_opening_data_json.html] +[test_block_subresource_redir_to_data.html] +[test_same_site_cookies_subrequest.html] +fail-if = xorigin # Cookies set incorrectly +[test_same_site_cookies_toplevel_nav.html] +fail-if = xorigin +[test_same_site_cookies_cross_origin_context.html] +[test_same_site_cookies_from_script.html] +fail-if = xorigin +[test_same_site_cookies_redirect.html] +fail-if = xorigin +[test_same_site_cookies_toplevel_set_cookie.html] +fail-if = xorigin # Cookies not set +[test_same_site_cookies_iframe.html] +fail-if = xorigin +[test_same_site_cookies_about.html] +fail-if = xorigin +[test_assert_about_page_no_csp.html] +skip-if = !debug +[test_same_site_cookies_laxByDefault.html] +skip-if = debug +support-files = closeWindow.sjs +[test_xfo_error_page.html] +support-files = file_xfo_error_page.sjs +[test_sec_fetch_websocket.html] +skip-if = toolkit == 'android' # no websocket support Bug 982828 +support-files = file_sec_fetch_websocket_wsh.py +[test_bug1450853.html]
\ No newline at end of file |