mochitest.toml (685B)
1 [DEFAULT] 2 support-files = [ 3 "file_no_cache.sjs", 4 "file_redirect.sjs", 5 ] 6 7 ["test_iframe_history_manipulation.html"] 8 9 ["test_iframe_src_metaRedirect.html"] 10 11 ["test_iframe_srcdoc_metaRedirect.html"] 12 13 ["test_iframe_window_open_metaRedirect.html"] 14 15 ["test_trustworthy_loopback.html"] 16 skip-if = [ 17 "http2", 18 "http3", 19 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && !fission", # Bug 1805760 20 ] 21 support-files = ["file_trustworthy_loopback.html"] 22 23 ["test_websocket.html"] 24 skip-if = [ 25 "http2", 26 "http3", 27 "os == 'android'", # no websocket support Bug 982828 28 ] 29 support-files = ["file_websocket_wsh.py"] 30 31 ["test_window_open_popupBlockerEnabled.html"]