mochitest.toml (3137B)
1 [DEFAULT] 2 support-files = [ 3 "file_contentpolicytype_targeted_link_iframe.sjs", 4 "file_nosniff_testserver.sjs", 5 "file_nosniff_navigation.sjs", 6 "file_block_script_wrong_mime_server.sjs", 7 "file_block_toplevel_data_navigation.html", 8 "file_block_toplevel_data_navigation2.html", 9 "file_block_toplevel_data_navigation3.html", 10 "file_block_toplevel_data_redirect.sjs", 11 "file_block_script_wrong_mime_sw.js", 12 "file_block_subresource_redir_to_data.sjs", 13 "file_same_site_cookies_subrequest.sjs", 14 "file_same_site_cookies_toplevel_nav.sjs", 15 "file_same_site_cookies_cross_origin_context.sjs", 16 "file_same_site_cookies_from_script.sjs", 17 "file_same_site_cookies_redirect.sjs", 18 "file_same_site_cookies_toplevel_set_cookie.sjs", 19 "file_same_site_cookies_blob_iframe_navigation.html", 20 "file_same_site_cookies_blob_iframe_inclusion.html", 21 "file_same_site_cookies_iframe.sjs", 22 "file_same_site_cookies_about.sjs", 23 "file_cache_splitting_server.sjs", 24 "file_cache_splitting_isloaded.sjs", 25 "file_cache_splitting_window.html", 26 "window_nosniff_navigation.html", 27 ] 28 29 ["test_allow_opening_data_json.html"] 30 31 ["test_allow_opening_data_pdf.html"] 32 skip-if = [ 33 "os == 'android'", # no pdf reader on Android 34 ] 35 36 ["test_assert_about_page_no_csp.html"] 37 skip-if = [ 38 "opt", 39 ] 40 41 ["test_block_script_wrong_mime.html"] 42 43 ["test_block_subresource_redir_to_data.html"] 44 45 ["test_block_toplevel_data_img_navigation.html"] 46 47 ["test_block_toplevel_data_navigation.html"] 48 49 ["test_bug1450853.html"] 50 skip-if = [ 51 "http2", 52 "http3", 53 ] 54 55 ["test_bug1660452_http.html"] 56 skip-if = [ 57 "http2", 58 "http3", 59 ] 60 61 ["test_bug1660452_https.html"] 62 scheme = "https" 63 64 ["test_cache_split.html"] 65 skip-if = [ 66 "http2", 67 "http3", 68 ] 69 70 ["test_contentpolicytype_targeted_link_iframe.html"] 71 skip-if = [ 72 "http2", 73 "http3", 74 ] 75 76 ["test_gpc.html"] 77 support-files = ["file_gpc_server.sjs"] 78 79 ["test_meta_referrer.html"] 80 support-files = [ 81 "file_meta_referrer_in_head.html", 82 "file_meta_referrer_notin_head.html", 83 ] 84 85 ["test_nosniff.html"] 86 87 ["test_nosniff_navigation.html"] 88 89 ["test_same_site_cookies_about.html"] 90 fail-if = [ 91 "xorigin", 92 ] 93 skip-if = [ 94 "http2", 95 "http3", 96 ] 97 98 ["test_same_site_cookies_cross_origin_context.html"] 99 skip-if = [ 100 "http2", 101 "http3", 102 ] 103 104 ["test_same_site_cookies_from_script.html"] 105 fail-if = [ 106 "xorigin", 107 ] 108 skip-if = [ 109 "http2", 110 "http3", 111 ] 112 113 ["test_same_site_cookies_iframe.html"] 114 fail-if = [ 115 "xorigin", 116 ] 117 skip-if = [ 118 "http2", 119 "http3", 120 ] 121 122 ["test_same_site_cookies_laxByDefault.html"] 123 skip-if = [ 124 "debug", 125 ] 126 support-files = ["closeWindow.sjs"] 127 128 ["test_same_site_cookies_redirect.html"] 129 fail-if = [ 130 "xorigin", 131 ] 132 skip-if = [ 133 "http2", 134 "http3", 135 ] 136 137 ["test_same_site_cookies_subrequest.html"] 138 fail-if = [ 139 "xorigin", # Cookies set incorrectly 140 ] 141 skip-if = [ 142 "http2", 143 "http3", 144 ] 145 146 ["test_same_site_cookies_toplevel_nav.html"] 147 fail-if = [ 148 "xorigin", 149 ] 150 skip-if = [ 151 "http2", 152 "http3", 153 ] 154 155 ["test_same_site_cookies_toplevel_set_cookie.html"] 156 fail-if = [ 157 "xorigin", # Cookies not set 158 ] 159 skip-if = [ 160 "http2", 161 "http3", 162 ] 163 164 ["test_xfo_error_page.html"] 165 support-files = ["file_xfo_error_page.sjs"] 166 skip-if = [ 167 "http2", 168 "http3", 169 ]