browser.toml (6454B)
1 [DEFAULT] 2 tags = "devtools" 3 subsuite = "devtools" 4 prefs = [ 5 # The appearance of this notification causes intermittent behavior in some 6 # tests that send mouse events, since it causes the content to shift when it 7 # appears. 8 "devtools.responsive.reloadNotification.enabled=false", 9 # Don't show the setting onboarding tooltip in the test suites. 10 "devtools.responsive.show-setting-tooltip=false", 11 ] 12 support-files = [ 13 "contextual_identity.html", 14 "doc_contextmenu_inspect.html", 15 "doc_page_state.html", 16 "doc_picker_link.html", 17 "doc_toolbox_rule_view.css", 18 "doc_toolbox_rule_view.html", 19 "doc_with_remote_iframe_and_isolated_cross_origin_capabilities.sjs", 20 "favicon.html", 21 "favicon.ico", 22 "geolocation.html", 23 "head.js", 24 "hover.html", 25 "page_style.html", 26 "sjs_redirection.sjs", 27 "touch_event_bubbles.html", 28 "touch_event_target.html", 29 "touch_iframe_child.html", 30 "touch_iframe_parent.html", 31 "touch_iframe_parent_desktop.html", 32 "touch.html", 33 "!/devtools/client/inspector/test/shared-head.js", 34 "!/devtools/client/shared/test/shared-head.js", 35 "!/devtools/client/shared/test/telemetry-test-helpers.js", 36 "!/devtools/client/shared/test/highlighter-test-actor.js", 37 "!/gfx/layers/apz/test/mochitest/apz_test_utils.js", 38 "!/testing/mochitest/tests/SimpleTest/paint_listener.js", 39 ] 40 41 42 ["browser_cmd_click.js"] 43 https_first_disabled = true 44 45 ["browser_container_tab.js"] 46 47 ["browser_contextmenu_inspect.js"] 48 49 ["browser_device_change.js"] 50 fail-if = [ 51 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 52 ] 53 54 ["browser_device_custom.js"] 55 skip-if = [ 56 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland) 57 ] 58 59 ["browser_device_custom_edit.js"] 60 fail-if = [ 61 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 62 ] 63 64 ["browser_device_custom_remove.js"] 65 skip-if = [ 66 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland) 67 ] 68 69 ["browser_device_modal_exit.js"] 70 71 ["browser_device_modal_items.js"] 72 73 ["browser_device_modal_submit.js"] 74 skip-if = [ 75 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Autoland, passes on Try) 76 ] 77 78 ["browser_device_pixel_ratio_change.js"] 79 fail-if = [ 80 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 81 ] 82 83 ["browser_device_selector_items.js"] 84 85 ["browser_device_state_restore.js"] 86 87 ["browser_device_width.js"] 88 89 ["browser_exit_button.js"] 90 91 ["browser_ext_messaging.js"] 92 https_first_disabled = true 93 tags = "devtools webextensions" 94 95 ["browser_eyedropper.js"] 96 97 ["browser_eyedropper_update.js"] 98 skip-if = [ 99 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", 100 ] 101 102 ["browser_in_rdm_pane.js"] 103 104 ["browser_many_toggles.js"] 105 106 ["browser_max_touchpoints.js"] 107 108 ["browser_menu_item_01.js"] 109 110 ["browser_menu_item_02.js"] 111 112 ["browser_mouse_resize.js"] 113 fail-if = [ 114 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 115 ] 116 117 ["browser_navigation.js"] 118 https_first_disabled = true 119 120 ["browser_network_throttling.js"] 121 122 ["browser_offline_mode.js"] 123 124 ["browser_orientationchange_event.js"] 125 126 ["browser_page_redirection.js"] 127 128 ["browser_page_state.js"] 129 https_first_disabled = true 130 131 ["browser_page_style.js"] 132 133 ["browser_permission_doorhanger.js"] 134 tags = "devtools geolocation" 135 skip-if = [ 136 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 137 ] 138 139 ["browser_picker_link.js"] 140 141 ["browser_preloaded_newtab.js"] 142 143 ["browser_resize_cancel.js"] 144 145 ["browser_screenshot_button.js"] 146 147 ["browser_screenshot_button_warning.js"] 148 https_first_disabled = true 149 150 ["browser_scroll.js"] 151 152 ["browser_state_restore.js"] 153 154 ["browser_tab_close.js"] 155 156 ["browser_tab_not_selected.js"] 157 158 ["browser_tab_remoteness_change.js"] 159 160 ["browser_tab_remoteness_change_fission_switch_target.js"] 161 162 ["browser_target_blank.js"] 163 164 ["browser_telemetry_activate_rdm.js"] 165 166 ["browser_toolbox_computed_view.js"] 167 168 ["browser_toolbox_rule_view.js"] 169 170 ["browser_toolbox_rule_view_reload.js"] 171 172 ["browser_toolbox_swap_browsers.js"] 173 174 ["browser_toolbox_swap_inspector.js"] 175 176 ["browser_tooltip.js"] 177 178 ["browser_touch_all_events.js"] 179 skip-if = [ 180 "a11y_checks", 181 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # Bug 1980013 182 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug", # Bug 1980013 183 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # Bug 1980013 184 "os == 'mac' && os_version == '14.70' && arch == 'x86_64' && debug", # Bug 1980013 185 "os == 'mac' && os_version == '14.70' && arch == 'x86_64' && verify", # can be too slow in chaos mode to trigger dblclick events 186 "os == 'win'", # Bug 1977557 and Bug 1977558 187 ] 188 189 ["browser_touch_device.js"] 190 fail-if = [ 191 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 192 ] 193 194 ["browser_touch_does_not_trigger_hover_states.js"] 195 196 ["browser_touch_event_iframes.js"] 197 fail-if = [ 198 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 199 ] 200 skip-if = [ 201 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && asan", # Bug 1767692 202 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && opt", # Bug 1767692 203 ] 204 205 ["browser_touch_event_should_bubble.js"] 206 207 ["browser_touch_pointerevents.js"] 208 209 ["browser_touch_simulation.js"] 210 https_first_disabled = true 211 212 ["browser_typeahead_find.js"] 213 214 ["browser_user_agent_input.js"] 215 216 ["browser_viewport_basics.js"] 217 https_first_disabled = true 218 219 ["browser_viewport_changed_meta.js"] 220 221 ["browser_viewport_fallback_width.js"] 222 223 ["browser_viewport_resizing_after_reload.js"] 224 225 ["browser_viewport_resizing_fixed_width.js"] 226 227 ["browser_viewport_resizing_fixed_width_and_zoom.js"] 228 229 ["browser_viewport_resizing_minimum_scale.js"] 230 231 ["browser_viewport_resizing_scrollbar.js"] 232 233 ["browser_viewport_resolution_restore.js"] 234 235 ["browser_viewport_state_after_close.js"] 236 237 ["browser_viewport_zoom_resolution_invariant.js"] 238 239 ["browser_viewport_zoom_toggle.js"] 240 241 ["browser_window_close.js"] 242 243 ["browser_window_sizing.js"] 244 245 ["browser_zoom.js"]