browser.toml (2689B)
1 [DEFAULT] 2 support-files = [ 3 "file_referrer_policyserver.sjs", 4 "file_referrer_policyserver_attr.sjs", 5 "file_referrer_testserver.sjs", 6 "head.js", 7 ] 8 9 ["browser_referrer_click_pinned_tab.js"] 10 https_first_disabled = true 11 12 ["browser_referrer_middle_click.js"] 13 https_first_disabled = true 14 skip-if = [ 15 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt && socketprocess_networking", # Bug 1972455 16 ] 17 18 19 ["browser_referrer_middle_click_in_container.js"] 20 https_first_disabled = true 21 skip-if = [ 22 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt && socketprocess_networking", # Bug 1972455 23 ] 24 25 ["browser_referrer_open_link_in_container_tab.js"] 26 skip-if = [ 27 "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1144816 28 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1144816 29 ] 30 31 ["browser_referrer_open_link_in_container_tab2.js"] 32 https_first_disabled = true 33 skip-if = [ 34 "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1144816 35 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1144816 36 ] 37 38 ["browser_referrer_open_link_in_container_tab3.js"] 39 skip-if = [ 40 "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1144816 41 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1144816 42 ] 43 44 ["browser_referrer_open_link_in_private.js"] 45 skip-if = [ 46 "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1145199 47 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1145199 48 ] 49 50 ["browser_referrer_open_link_in_tab.js"] 51 https_first_disabled = true 52 skip-if = [ 53 "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1144816 54 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1144816 55 ] 56 57 ["browser_referrer_open_link_in_window.js"] 58 https_first_disabled = true 59 skip-if = [ 60 "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1145199 61 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1145199 62 ] 63 64 ["browser_referrer_open_link_in_window_in_container.js"] 65 https_first_disabled = true 66 skip-if = [ 67 "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1145199 68 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1145199 69 ] 70 71 ["browser_referrer_simple_click.js"] 72 https_first_disabled = true