mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1849021 - Temporarily disable some Tier 2 a11y_checks for DevTools while the larger a11y improvement work is in progress. r=Jamie,devtools-reviewers,nchevobbe,profiler-reviewers,julienw
Some Tier 2 accessibility checks for click events fired on controls that should be keyboard accessible were failing for this component. They were captured by testing/mochitest/tests/SimpleTest/AccessibilityUtils.js via bug 1692110. These failing tests were temporarily skipped in the directory's browser.ini file. After the ongoing accessibility improvements work is completed, we'll need to re-run a11y-checks, investigate new failures, and for confirmed bugs individual defects should be filed. When the individual test failures are resolved and the individual bugs are closed, remove the fail-if condition for a11y_checks from the appropriate files/sections to ensure better test coverage and to avoid regressions in a11y of these components. Differential Revision: https://phabricator.services.mozilla.com/D186405
This commit is contained in:
parent
fa036f164a
commit
ac05a5e6e2
@ -90,8 +90,10 @@ skip-if = ["os == 'win'"] # On windows the AddonManager locks the XPI file loade
|
||||
["browser_aboutdebugging_connection_prompt_setting.js"]
|
||||
|
||||
["browser_aboutdebugging_debug-target-pane_collapsibilities_interaction.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_aboutdebugging_debug-target-pane_collapsibilities_preference.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_aboutdebugging_debug-target-pane_empty.js"]
|
||||
|
||||
@ -137,6 +139,7 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_aboutdebugging_devtoolstoolbox_tooltip_markupview.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_aboutdebugging_devtoolstoolbox_zoom.js"]
|
||||
|
||||
@ -161,6 +164,7 @@ skip-if = ["debug"]
|
||||
|
||||
["browser_aboutdebugging_profiler_dialog.js"]
|
||||
support-files = ["!/devtools/client/performance-new/test/browser/helpers.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_aboutdebugging_real_usb_runtime_page_runtime_info.js"]
|
||||
|
||||
|
@ -28,6 +28,7 @@ support-files = [
|
||||
]
|
||||
|
||||
["browser_application_panel_debug-service-worker.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = [
|
||||
"debug", # Bug 1559591
|
||||
"asan", # Bug 1575578
|
||||
@ -36,41 +37,53 @@ skip-if = [
|
||||
|
||||
["browser_application_panel_list-domain-workers.js"]
|
||||
https_first_disabled = true
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["debug"] # Bug 1559591
|
||||
|
||||
["browser_application_panel_list-multiple-workers-same-registration.js"]
|
||||
https_first_disabled = true
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["debug"] # Bug 1559591
|
||||
|
||||
["browser_application_panel_list-several-workers.js"]
|
||||
https_first_disabled = true
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["debug"] # Bug 1559591
|
||||
|
||||
["browser_application_panel_list-single-worker.js"]
|
||||
https_first_disabled = true
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["debug"] # Bug 1559591
|
||||
|
||||
["browser_application_panel_list-unicode.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["debug"] # Bug 1559591
|
||||
|
||||
["browser_application_panel_list-workers-empty.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_application_panel_manifest-display.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_application_panel_manifest-load.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_application_panel_manifest-open-json.js"]
|
||||
https_first_disabled = true
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_application_panel_manifest-reload.js"]
|
||||
https_first_disabled = true
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_application_panel_open-links.js"]
|
||||
skip-if = ["true"] # Bug 1467256, 1559591
|
||||
|
||||
["browser_application_panel_sidebar.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_application_panel_start-service-worker.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = [
|
||||
"asan", # Bug 1559487
|
||||
"debug", # Bug 1559591
|
||||
@ -95,8 +108,10 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_application_panel_telemetry-select-page.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_application_panel_telemetry-start-worker.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = [
|
||||
"ccov",
|
||||
"asan", # Bug 1559487
|
||||
@ -106,6 +121,7 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_application_panel_telemetry-unregister-worker.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = [
|
||||
"asan", # Bug 1559487
|
||||
"debug", # Bug 1559591
|
||||
@ -113,10 +129,12 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_application_panel_unregister-worker.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["debug"] # Bug 1559591
|
||||
|
||||
["browser_application_panel_viewsource-service-worker.js"]
|
||||
https_first_disabled = true
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = [
|
||||
"debug", # Bug 1559591
|
||||
"asan", # Bug 1575578
|
||||
@ -124,6 +142,7 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_application_panel_worker-states.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = [
|
||||
"asan", # Bug 1559487
|
||||
"debug", # Bug 1559591
|
||||
|
@ -39,6 +39,7 @@ skip-if = ["asan"] # Bug 1591064
|
||||
["browser_dbg-blackbox-original.js"]
|
||||
|
||||
["browser_dbg-blackbox.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-breaking-from-console.js"]
|
||||
skip-if = ["debug"] # Window leaks: bug 1575332
|
||||
@ -52,22 +53,27 @@ skip-if = ["debug"] # Window leaks: bug 1575332
|
||||
["browser_dbg-breakpoints-actions.js"]
|
||||
|
||||
["browser_dbg-breakpoints-columns.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-breakpoints-cond-functional.js"]
|
||||
|
||||
["browser_dbg-breakpoints-cond-shortcut.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-breakpoints-cond-source-maps.js"]
|
||||
|
||||
["browser_dbg-breakpoints-cond-ui-state.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-breakpoints-debugger-statement.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-breakpoints-duplicate-functions.js"]
|
||||
|
||||
["browser_dbg-breakpoints-in-evaled-sources.js"]
|
||||
|
||||
["browser_dbg-breakpoints-list.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-breakpoints-popup.js"]
|
||||
skip-if = [
|
||||
@ -79,6 +85,7 @@ skip-if = [
|
||||
["browser_dbg-breakpoints-reloading-with-source-changes.js"]
|
||||
|
||||
["browser_dbg-breakpoints-reloading.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-breakpoints-same-file-per-target.js"]
|
||||
|
||||
@ -87,6 +94,7 @@ skip-if = [
|
||||
["browser_dbg-breakpoints-sourcemap-with-sections.js"]
|
||||
|
||||
["browser_dbg-breakpoints.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-browser-toolbox-unselected-pause.js"]
|
||||
skip-if = [
|
||||
@ -115,40 +123,49 @@ skip-if = ["verify && !debug && os == 'linux'"]
|
||||
["browser_dbg-console-map-bindings.js"]
|
||||
|
||||
["browser_dbg-console.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-content-script-sources.js"]
|
||||
skip-if = ["os == 'win' && ccov"] # Bug 1424154
|
||||
|
||||
["browser_dbg-continue-to-here-click.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["os == 'win'"]
|
||||
|
||||
["browser_dbg-continue-to-here.js"]
|
||||
|
||||
["browser_dbg-custom-formatters.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-debug-line.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-debugger-buttons.js"]
|
||||
|
||||
["browser_dbg-dom-mutation-breakpoints-fission.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-dom-mutation-breakpoints.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-eager-eval-skip-pause.js"]
|
||||
|
||||
["browser_dbg-editor-exception.js"]
|
||||
|
||||
["browser_dbg-editor-gutter.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-editor-highlight.js"]
|
||||
|
||||
["browser_dbg-editor-mode.js"]
|
||||
|
||||
["browser_dbg-editor-scroll.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-editor-select.js"]
|
||||
|
||||
["browser_dbg-ember-quickstart.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["debug"] # Window leaks: bug 1575332
|
||||
|
||||
["browser_dbg-es-module-worker.js"]
|
||||
@ -158,19 +175,24 @@ skip-if = ["debug"] # Window leaks: bug 1575332
|
||||
["browser_dbg-event-breakpoints-fission.js"]
|
||||
|
||||
["browser_dbg-event-breakpoints.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-event-handler.js"]
|
||||
|
||||
["browser_dbg-expressions-error.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-expressions-focus.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-expressions-thread.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["!fission"] # threads panel only shows remote frame when fission is enabled.
|
||||
|
||||
["browser_dbg-expressions-watch.js"]
|
||||
|
||||
["browser_dbg-expressions.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-extension-inspectedWindow-debugger-statement.js"]
|
||||
|
||||
@ -179,6 +201,7 @@ skip-if = ["!fission"] # threads panel only shows remote frame when fission is e
|
||||
["browser_dbg-features-breakable-lines.js"]
|
||||
|
||||
["browser_dbg-features-breakable-positions.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["win11_2009"] # Bug 1798331
|
||||
|
||||
["browser_dbg-features-breakpoints.js"]
|
||||
@ -191,8 +214,10 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_dbg-features-source-text-content.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-features-source-tree.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-features-tabs.js"]
|
||||
|
||||
@ -240,6 +265,7 @@ skip-if = ["true"] # bug 1607636
|
||||
["browser_dbg-inline-script-offset.js"]
|
||||
|
||||
["browser_dbg-inspector-integration.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-integration-reloading-compressed-sourcemaps.js"]
|
||||
|
||||
@ -266,12 +292,15 @@ skip-if = [
|
||||
["browser_dbg-log-point-mapping.js"]
|
||||
|
||||
["browser_dbg-log-points-workers.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-log-points.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-many-breakpoints-same-line.js"]
|
||||
|
||||
["browser_dbg-merge-scopes.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-message-run-to-completion.js"]
|
||||
|
||||
@ -295,15 +324,20 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_dbg-outline-filter.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-outline-focus.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["verify"]
|
||||
|
||||
["browser_dbg-outline-pretty.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-outline.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-overrides.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-pause-exceptions.js"]
|
||||
|
||||
@ -323,6 +357,7 @@ skip-if = ["os == 'win'"]
|
||||
["browser_dbg-paused-overlay.js"]
|
||||
|
||||
["browser_dbg-pretty-print-breakpoints-columns.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-pretty-print-breakpoints-delete.js"]
|
||||
|
||||
@ -331,8 +366,10 @@ skip-if = ["os == 'win'"]
|
||||
["browser_dbg-pretty-print-console.js"]
|
||||
|
||||
["browser_dbg-pretty-print-flow.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-pretty-print-inline-scripts.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-pretty-print-paused-anonymous.js"]
|
||||
|
||||
@ -343,9 +380,11 @@ skip-if = ["os == 'win'"]
|
||||
["browser_dbg-pretty-print.js"]
|
||||
|
||||
["browser_dbg-preview-frame.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["os == 'win'"]
|
||||
|
||||
["browser_dbg-preview-getter.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-preview-module.js"]
|
||||
skip-if = ["os == 'win'"]
|
||||
@ -363,6 +402,7 @@ skip-if = [
|
||||
["browser_dbg-project-root.js"]
|
||||
|
||||
["browser_dbg-project-search.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-quick-open.js"]
|
||||
skip-if = [
|
||||
@ -385,18 +425,23 @@ skip-if = ["os == 'linux' && (debug || tsan)"] # Bug 1835255
|
||||
skip-if = ["true"]
|
||||
|
||||
["browser_dbg-remember-expanded-scopes.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-restart-frame.js"]
|
||||
|
||||
["browser_dbg-returnvalues.js"]
|
||||
|
||||
["browser_dbg-scopes-duplicated.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-scopes-mutations.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-scopes-xrays.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-scopes.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-scroll-run-to-completion.js"]
|
||||
|
||||
@ -407,6 +452,7 @@ skip-if = ["os == 'win'"] # Bug 1393121
|
||||
skip-if = ["os == 'win'"] # Bug 1393121
|
||||
|
||||
["browser_dbg-search-file.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["os == 'win'"] # Bug 1393121
|
||||
|
||||
["browser_dbg-settings-disable-javascript.js"]
|
||||
@ -424,6 +470,7 @@ skip-if = ["os == 'win' && ccov"] # Bug 1453549
|
||||
skip-if = ["os == 'win'"] # Bug 1448523, Bug 1448450
|
||||
|
||||
["browser_dbg-sourcemapped-scopes.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
# Bug 1441545, 1536253 - very slow on debug
|
||||
skip-if = [
|
||||
"ccov",
|
||||
@ -441,6 +488,7 @@ skip-if = ["true"] # original stepping is currently disabled
|
||||
skip-if = ["os == 'linux' && !asan"] # bug 1447118
|
||||
|
||||
["browser_dbg-sourcemaps-breakpoints.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-sourcemaps-disabled.js"]
|
||||
|
||||
@ -459,14 +507,17 @@ skip-if = [
|
||||
["browser_dbg-sourcemaps-reloading.js"]
|
||||
|
||||
["browser_dbg-sourcemaps.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-sourcemaps2.js"]
|
||||
|
||||
["browser_dbg-sourcemaps3.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-sources-project-search.js"]
|
||||
|
||||
["browser_dbg-state-based-panels.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-step-in-navigate.js"]
|
||||
|
||||
@ -484,6 +535,7 @@ skip-if = ["os == 'win'"]
|
||||
["browser_dbg-tabs-pretty-print.js"]
|
||||
|
||||
["browser_dbg-tabs-without-urls-selected.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-tabs-without-urls.js"]
|
||||
|
||||
@ -519,9 +571,11 @@ skip-if = [
|
||||
["browser_dbg-worker-nested.js"]
|
||||
|
||||
["browser_dbg-worker-scopes.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-wrong-fetch.js"]
|
||||
|
||||
["browser_dbg-xhr-breakpoints.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_dbg-xhr-run-to-completion.js"]
|
||||
|
@ -28,6 +28,7 @@ skip-if = ["os == 'linux' && bits == 64 && debug"] # Bug 1756616
|
||||
skip-if = ["os == 'linux' && bits == 64 && debug"] # Bug 1604751
|
||||
|
||||
["browser_browser_toolbox_fission_inspector.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_browser_toolbox_fission_inspector_webextension.js"]
|
||||
|
||||
|
@ -172,6 +172,7 @@ skip-if = [
|
||||
["browser_toolbox_hosts.js"]
|
||||
|
||||
["browser_toolbox_hosts_size.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_toolbox_hosts_telemetry.js"]
|
||||
|
||||
@ -259,19 +260,25 @@ disabled = "Bug 962258"
|
||||
["browser_toolbox_tool_remote_reopen.js"]
|
||||
|
||||
["browser_toolbox_toolbar_minimum_width.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["os == 'win' && !debug"] # Bug 1709840
|
||||
|
||||
["browser_toolbox_toolbar_overflow.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_toolbox_toolbar_overflow_button_visibility.js"]
|
||||
|
||||
["browser_toolbox_toolbar_reorder_by_dnd.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_toolbox_toolbar_reorder_by_width.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_toolbox_toolbar_reorder_with_extension.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_toolbox_toolbar_reorder_with_hidden_extension.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_toolbox_tools_per_toolbox_registration.js"]
|
||||
|
||||
@ -299,7 +306,6 @@ skip-if = ["os == 'win' && !debug"] # Bug 1709840
|
||||
skip-if = ["os == 'win' && !debug"] # bug 1683265
|
||||
|
||||
["browser_toolbox_zoom_popup.js"]
|
||||
fail-if = ["a11y_checks"] # bug 1687737 tools-chevron-menu-button is not accessible
|
||||
|
||||
["browser_webextension_descriptor.js"]
|
||||
|
||||
|
@ -33,27 +33,34 @@ support-files = [
|
||||
]
|
||||
|
||||
["browser_animation_animated-property-list.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_animated-property-list_unchanged-items.js"]
|
||||
|
||||
["browser_animation_animated-property-name.js"]
|
||||
|
||||
["browser_animation_animation-detail_close-button.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_animation-detail_title.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_animation-detail_visibility.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_animation-list.js"]
|
||||
|
||||
["browser_animation_animation-list_one-animation-select.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_animation-list_select.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_animation-target.js"]
|
||||
skip-if = ["win10_2004"] # Bug 1723573
|
||||
|
||||
["browser_animation_animation-target_highlight.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = [
|
||||
"apple_catalina && !debug", # Disabled in Bug 1713158. Intemittent bug: Bug 1665011
|
||||
"os == 'linux' && !debug && !asan && !swgl && !ccov", # Bug 1665011
|
||||
@ -62,59 +69,78 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_animation_animation-target_select.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_animation-timeline-tick.js"]
|
||||
|
||||
["browser_animation_css-transition-with-playstate-idle.js"]
|
||||
|
||||
["browser_animation_current-time-label.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_current-time-scrubber-rtl.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["os == 'linux' && debug"] # Bug 1721716
|
||||
|
||||
["browser_animation_current-time-scrubber-with-negative-delay.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_current-time-scrubber.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_current-time-scrubber_each-different-creation-time-animations.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_empty_on_invalid_nodes.js"]
|
||||
|
||||
["browser_animation_fission_switch-target.js"]
|
||||
|
||||
["browser_animation_indication-bar.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_infinity-duration_current-time-scrubber.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_infinity-duration_summary-graph.js"]
|
||||
|
||||
["browser_animation_infinity-duration_tick-label.js"]
|
||||
|
||||
["browser_animation_keyframes-graph_computed-value-path-01.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_keyframes-graph_computed-value-path-02.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_keyframes-graph_computed-value-path-03.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_keyframes-graph_computed-value-path_easing-hint.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["verify && !debug"]
|
||||
|
||||
["browser_animation_keyframes-graph_keyframe-marker-rtl.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_keyframes-graph_keyframe-marker.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_keyframes-graph_special-colors.js"]
|
||||
|
||||
["browser_animation_keyframes-progress-bar.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["os == 'win' && ccov"] # Bug 1490981
|
||||
|
||||
["browser_animation_keyframes-progress-bar_after-resuming.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_logic_adjust-time-with-playback-rate.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_logic_adjust-time.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_logic_auto-stop.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_logic_avoid-updating-during-hiding.js"]
|
||||
|
||||
@ -137,27 +163,33 @@ skip-if = [
|
||||
skip-if = ["debug"] #bug 1480027
|
||||
|
||||
["browser_animation_logic_scroll-amount.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_pause-resume-button.js"]
|
||||
|
||||
["browser_animation_pause-resume-button_end-time.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["os == 'linux' && bits == 64 && debug"] # Bug 1767699
|
||||
|
||||
["browser_animation_pause-resume-button_respectively.js"]
|
||||
|
||||
["browser_animation_pause-resume-button_spacebar.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_playback-rate-selector.js"]
|
||||
|
||||
["browser_animation_pseudo-element.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_rewind-button.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_short-duration.js"]
|
||||
|
||||
["browser_animation_summary-graph_animation-name.js"]
|
||||
|
||||
["browser_animation_summary-graph_compositor.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_summary-graph_computed-timing-path_1.js"]
|
||||
|
||||
@ -176,6 +208,7 @@ skip-if = ["os == 'linux' && bits == 64 && debug"] # Bug 1767699
|
||||
["browser_animation_summary-graph_end-delay-sign.js"]
|
||||
|
||||
["browser_animation_summary-graph_layout-by-seek.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_summary-graph_negative-delay-path.js"]
|
||||
|
||||
@ -184,5 +217,6 @@ skip-if = ["os == 'linux' && bits == 64 && debug"] # Bug 1767699
|
||||
["browser_animation_summary-graph_tooltip.js"]
|
||||
|
||||
["browser_animation_timing_negative-playback-rate_current-time-scrubber.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_animation_timing_negative-playback-rate_summary-graph.js"]
|
||||
|
@ -15,27 +15,35 @@ support-files = [
|
||||
["browser_boxmodel.js"]
|
||||
|
||||
["browser_boxmodel_edit-position-visible-position-change.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_boxmodel_editablemodel.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_boxmodel_editablemodel_allproperties.js"]
|
||||
disabled = "too many intermittent failures (bug 1009322)"
|
||||
|
||||
["browser_boxmodel_editablemodel_bluronclick.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_boxmodel_editablemodel_border.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_boxmodel_editablemodel_pseudo.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_boxmodel_editablemodel_stylerules.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_boxmodel_guides.js"]
|
||||
|
||||
["browser_boxmodel_jump-to-rule-on-hover.js"]
|
||||
|
||||
["browser_boxmodel_layout-accordion-state.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_boxmodel_navigation.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_boxmodel_offsetparent.js"]
|
||||
|
||||
@ -50,6 +58,7 @@ disabled = "too many intermittent failures (bug 1009322)"
|
||||
["browser_boxmodel_show-tooltip-for-unassociated-rule.js"]
|
||||
|
||||
["browser_boxmodel_sync.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_boxmodel_tooltips.js"]
|
||||
skip-if = ["true"] # Bug 1336198
|
||||
|
@ -22,18 +22,21 @@ support-files = [
|
||||
["browser_changes_declaration_add_special_character.js"]
|
||||
|
||||
["browser_changes_declaration_disable.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_changes_declaration_duplicate.js"]
|
||||
|
||||
["browser_changes_declaration_edit_value.js"]
|
||||
|
||||
["browser_changes_declaration_identical_rules.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_changes_declaration_remove.js"]
|
||||
|
||||
["browser_changes_declaration_remove_ahead.js"]
|
||||
|
||||
["browser_changes_declaration_remove_disabled.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_changes_declaration_rename.js"]
|
||||
|
||||
|
@ -19,12 +19,15 @@ support-files = [
|
||||
["browser_compatibility_dynamic_markup-dom-change.js"]
|
||||
|
||||
["browser_compatibility_dynamic_ruleview-attribute-change.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_compatibility_event_document-reload.js"]
|
||||
|
||||
["browser_compatibility_event_panel-select.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_compatibility_event_rule-change.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_compatibility_event_selected-node-change.js"]
|
||||
|
||||
|
@ -28,19 +28,23 @@ support-files = [
|
||||
["browser_computed_custom_properties.js"]
|
||||
|
||||
["browser_computed_cycle_color.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_computed_default_tab.js"]
|
||||
|
||||
["browser_computed_getNodeInfo.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["!debug && os == 'mac'"] #Bug 1559033
|
||||
|
||||
["browser_computed_keybindings_01.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_computed_keybindings_02.js"]
|
||||
|
||||
["browser_computed_matched-selectors-order.js"]
|
||||
|
||||
["browser_computed_matched-selectors-toggle.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_computed_matched-selectors_01.js"]
|
||||
|
||||
@ -51,6 +55,7 @@ skip-if = ["!debug && os == 'mac'"] #Bug 1559033
|
||||
["browser_computed_no-results-placeholder.js"]
|
||||
|
||||
["browser_computed_original-source-link.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_computed_pseudo-element_01.js"]
|
||||
|
||||
@ -71,6 +76,7 @@ skip-if = ["!debug && os == 'mac'"] #Bug 1559033
|
||||
["browser_computed_select-and-copy-styles-01.js"]
|
||||
|
||||
["browser_computed_select-and-copy-styles-02.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_computed_shadow_host.js"]
|
||||
|
||||
|
@ -12,3 +12,4 @@ support-files = [
|
||||
]
|
||||
|
||||
["browser_inspector_extension_sidebar.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
@ -18,6 +18,7 @@ support-files = [
|
||||
]
|
||||
|
||||
["browser_flexbox_accordion_state.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_flexbox_container_and_item.js"]
|
||||
|
||||
@ -36,6 +37,7 @@ support-files = [
|
||||
["browser_flexbox_highlighter_color_picker_on_ESC.js"]
|
||||
|
||||
["browser_flexbox_highlighter_color_picker_on_RETURN.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_flexbox_highlighter_opened_telemetry.js"]
|
||||
|
||||
|
@ -18,10 +18,13 @@ support-files = [
|
||||
["browser_fontinspector.js"]
|
||||
|
||||
["browser_fontinspector_all-fonts.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_fontinspector_copy-URL.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_fontinspector_edit-previews.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_fontinspector_editor-font-size-conversion.js"]
|
||||
|
||||
@ -32,6 +35,7 @@ support-files = [
|
||||
["browser_fontinspector_editor-values.js"]
|
||||
|
||||
["browser_fontinspector_expand-css-code.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_fontinspector_font-type-telemetry.js"]
|
||||
|
||||
@ -48,3 +52,4 @@ skip-if = [
|
||||
["browser_fontinspector_text-node.js"]
|
||||
|
||||
["browser_fontinspector_theme-change.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
@ -13,8 +13,10 @@ support-files = [
|
||||
]
|
||||
|
||||
["browser_grids_accordion-state.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_grids_color-in-rules-grid-toggle.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_grids_display-setting-extend-grid-lines.js"]
|
||||
|
||||
@ -23,8 +25,10 @@ support-files = [
|
||||
["browser_grids_display-setting-show-grid-line-numbers.js"]
|
||||
|
||||
["browser_grids_grid-list-color-picker-on-ESC.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_grids_grid-list-color-picker-on-RETURN.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_grids_grid-list-element-rep.js"]
|
||||
|
||||
@ -79,6 +83,7 @@ skip-if = ["verify && os == 'win'"]
|
||||
["browser_grids_number-of-css-grids-telemetry.js"]
|
||||
|
||||
["browser_grids_persist-color-palette.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_grids_restored-after-reload.js"]
|
||||
|
||||
|
@ -111,6 +111,7 @@ skip-if = ["os == 'mac'"] # Full keyboard navigation on OSX only works if Full K
|
||||
["browser_markup_copy_image_data.js"]
|
||||
|
||||
["browser_markup_css_completion_style_attribute_01.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_css_completion_style_attribute_02.js"]
|
||||
|
||||
@ -121,6 +122,7 @@ skip-if = ["os == 'mac'"] # Full keyboard navigation on OSX only works if Full K
|
||||
["browser_markup_display_node_02.js"]
|
||||
|
||||
["browser_markup_dom_mutation_breakpoints.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_dragdrop_autoscroll_01.js"]
|
||||
|
||||
@ -148,56 +150,80 @@ skip-if = ["true"] # Bug 1177550
|
||||
["browser_markup_events-windowed-host.js"]
|
||||
|
||||
["browser_markup_events_01.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_02.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_03.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_04.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_chrome_blocked.js"]
|
||||
|
||||
["browser_markup_events_chrome_not_blocked.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_click_to_close.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_jquery_1.0.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_jquery_1.1.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_jquery_1.11.1.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_jquery_1.2.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_jquery_1.3.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_jquery_1.4.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_jquery_1.6.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_jquery_1.7.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_jquery_2.1.1.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_keyboard_navigation.js"]
|
||||
|
||||
["browser_markup_events_object_listener.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_react_development_15.4.1.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_react_development_15.4.1_jsx.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_react_production_15.3.1.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_react_production_15.3.1_jsx.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_react_production_16.2.0.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_react_production_16.2.0_jsx.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_source_map.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_events_toggle.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_flex_display_badge.js"]
|
||||
|
||||
@ -397,8 +423,10 @@ skip-if = ["true"] # Bug 1706833, times out waiting for context menu to open
|
||||
["browser_markup_update-on-navigtion.js"]
|
||||
|
||||
["browser_markup_view-original-source.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_view-source.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_markup_void_elements_html.js"]
|
||||
|
||||
|
@ -46,6 +46,7 @@ skip-if = ["verify && debug && os == 'win'"]
|
||||
["browser_rules_add-property_01.js"]
|
||||
|
||||
["browser_rules_add-property_02.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_add-rule-and-property.js"]
|
||||
|
||||
@ -144,17 +145,22 @@ skip-if = ["win10_2004"] # Bug 1723573
|
||||
["browser_rules_completion-existing-property_01.js"]
|
||||
|
||||
["browser_rules_completion-existing-property_02.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_completion-new-property_01.js"]
|
||||
|
||||
["browser_rules_completion-new-property_02.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["verify && !debug && os == 'win'"]
|
||||
|
||||
["browser_rules_completion-new-property_03.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_completion-new-property_04.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_completion-new-property_multiline.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_completion-on-empty.js"]
|
||||
|
||||
@ -171,12 +177,14 @@ skip-if = ["verify && !debug && os == 'win'"]
|
||||
["browser_rules_conditional_import.js"]
|
||||
|
||||
["browser_rules_container-queries.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_content_01.js"]
|
||||
|
||||
["browser_rules_content_02.js"]
|
||||
|
||||
["browser_rules_copy_styles.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_cssom.js"]
|
||||
|
||||
@ -197,43 +205,55 @@ skip-if = ["verify && !debug && os == 'win'"]
|
||||
["browser_rules_edit-property-cancel.js"]
|
||||
|
||||
["browser_rules_edit-property-click.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-property-commit.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-property-computed.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-property-increments.js"]
|
||||
|
||||
["browser_rules_edit-property-nested-rules.js"]
|
||||
|
||||
["browser_rules_edit-property-order.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-property-remove_01.js"]
|
||||
skip-if = ["verify && debug && os == 'win'"]
|
||||
|
||||
["browser_rules_edit-property-remove_02.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-property-remove_03.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-property-remove_04.js"]
|
||||
|
||||
["browser_rules_edit-property_01.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-property_02.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-property_03.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-property_04.js"]
|
||||
|
||||
["browser_rules_edit-property_05.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-property_06.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-property_07.js"]
|
||||
|
||||
["browser_rules_edit-property_08.js"]
|
||||
|
||||
["browser_rules_edit-property_09.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-property_10.js"]
|
||||
|
||||
@ -241,6 +261,7 @@ skip-if = ["verify && debug && os == 'win'"]
|
||||
skip-if = ["os == 'mac'"] # Bug 1245996 : click on scrollbar not working on OSX
|
||||
|
||||
["browser_rules_edit-selector-click.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-selector-commit.js"]
|
||||
|
||||
@ -253,6 +274,7 @@ skip-if = ["os == 'mac'"] # Bug 1245996 : click on scrollbar not working on OSX
|
||||
["browser_rules_edit-selector_03.js"]
|
||||
|
||||
["browser_rules_edit-selector_04.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-selector_05.js"]
|
||||
|
||||
@ -271,6 +293,7 @@ skip-if = ["os == 'mac'"] # Bug 1245996 : click on scrollbar not working on OSX
|
||||
["browser_rules_edit-selector_12.js"]
|
||||
|
||||
["browser_rules_edit-size-property-dragging.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_edit-value-after-name_01.js"]
|
||||
|
||||
@ -287,8 +310,10 @@ skip-if = ["os == 'mac'"] # Bug 1245996 : click on scrollbar not working on OSX
|
||||
["browser_rules_edit-variable.js"]
|
||||
|
||||
["browser_rules_editable-field-focus_01.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_editable-field-focus_02.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_eyedropper.js"]
|
||||
|
||||
|
@ -65,10 +65,12 @@ skip-if = [
|
||||
["browser_rules_css-compatibility-learn-more-link.js"]
|
||||
|
||||
["browser_rules_css-compatibility-toggle-rules.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_css-compatibility-tooltip-telemetry.js"]
|
||||
|
||||
["browser_rules_filtereditor-appears-on-swatch-click.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_filtereditor-commit-on-ENTER.js"]
|
||||
|
||||
@ -145,10 +147,13 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_rules_inactive_css_display-justify.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_inactive_css_flexbox.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_inactive_css_grid.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_inactive_css_inline.js"]
|
||||
|
||||
@ -191,6 +196,7 @@ skip-if = [
|
||||
["browser_rules_lineNumbers.js"]
|
||||
|
||||
["browser_rules_linear-easing-swatch.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_livepreview.js"]
|
||||
|
||||
@ -239,6 +245,7 @@ skip-if = ["ccov && os == 'win'"] # Bug 1516686
|
||||
["browser_rules_non_ascii.js"]
|
||||
|
||||
["browser_rules_original-source-link.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = [
|
||||
"ccov", #Bug 1432176
|
||||
"http3", # Bug 1829298
|
||||
@ -246,6 +253,7 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_rules_original-source-link2.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = [
|
||||
"ccov", # Bug 1432176
|
||||
"http3", # Bug 1829298
|
||||
@ -257,6 +265,7 @@ skip-if = [
|
||||
["browser_rules_print_media_simulation.js"]
|
||||
|
||||
["browser_rules_pseudo-element_01.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeledv
|
||||
|
||||
["browser_rules_pseudo-element_02.js"]
|
||||
|
||||
@ -275,6 +284,7 @@ skip-if = [
|
||||
["browser_rules_refresh-on-style-change.js"]
|
||||
|
||||
["browser_rules_refresh-on-stylesheet-change.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_search-filter-computed-list_01.js"]
|
||||
|
||||
@ -317,20 +327,28 @@ skip-if = [
|
||||
["browser_rules_select-and-copy-styles.js"]
|
||||
|
||||
["browser_rules_selector-highlighter-iframe-picker.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_selector-highlighter-nested-rules.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_selector-highlighter-on-navigate.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_selector-highlighter_01.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_selector-highlighter_02.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_selector-highlighter_03.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_selector-highlighter_04.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_selector-highlighter_05.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_selector-highlighter_order.js"]
|
||||
|
||||
@ -339,6 +357,7 @@ skip-if = [
|
||||
["browser_rules_shadowdom_slot_rules.js"]
|
||||
|
||||
["browser_rules_shapes-toggle_01.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_shapes-toggle_02.js"]
|
||||
|
||||
@ -354,6 +373,7 @@ skip-if = [
|
||||
fail-if = ["a11y_checks"] # bug 1687723 ruleview-shapeswatch is not accessible
|
||||
|
||||
["browser_rules_shapes-toggle_basic-shapes-default.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_shorthand-overridden-lists.js"]
|
||||
|
||||
@ -368,6 +388,7 @@ fail-if = ["a11y_checks"] # bug 1687723 ruleview-shapeswatch is not accessible
|
||||
["browser_rules_strict-search-filter_03.js"]
|
||||
|
||||
["browser_rules_style-editor-link.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_rules_update_mask_image_cors.js"]
|
||||
|
||||
|
@ -411,6 +411,7 @@ skip-if = [
|
||||
["browser_inspector_search-filter_context-menu.js"]
|
||||
|
||||
["browser_inspector_search-label.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_inspector_search-navigation.js"]
|
||||
|
||||
@ -419,6 +420,7 @@ skip-if = [
|
||||
["browser_inspector_search-selection.js"]
|
||||
|
||||
["browser_inspector_search-sidebar.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_inspector_search-suggests-ids-and-classes.js"]
|
||||
|
||||
|
@ -19,13 +19,16 @@ skip-if = ["debug"] # bug 1219554
|
||||
["browser_memory_clear_snapshots.js"]
|
||||
|
||||
["browser_memory_diff_01.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_memory_displays_01.js"]
|
||||
|
||||
["browser_memory_dominator_trees_01.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["ccov"] # bug 1347244
|
||||
|
||||
["browser_memory_dominator_trees_02.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["ccov"] # bug 1347244
|
||||
|
||||
["browser_memory_filter_01.js"]
|
||||
@ -34,10 +37,13 @@ skip-if = ["ccov"] # bug 1347244
|
||||
["browser_memory_fission_switch_target.js"]
|
||||
|
||||
["browser_memory_individuals_01.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_memory_keyboard-snapshot-list.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_memory_keyboard.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_memory_no_allocation_stacks.js"]
|
||||
|
||||
|
@ -116,6 +116,7 @@ support-files = [
|
||||
["browser_net_block-context.js"]
|
||||
|
||||
["browser_net_block-csp.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_block-draganddrop.js"]
|
||||
|
||||
@ -134,6 +135,7 @@ skip-if = [
|
||||
["browser_net_brotli.js"]
|
||||
|
||||
["browser_net_cache_details.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_cached-status.js"]
|
||||
skip-if = [
|
||||
@ -190,12 +192,14 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_net_content-type.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["!debug && os == 'mac'"]
|
||||
|
||||
["browser_net_cookies_sorted.js"]
|
||||
skip-if = ["verify && debug && os == 'win'"]
|
||||
|
||||
["browser_net_copy_as_curl.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_copy_as_fetch.js"]
|
||||
|
||||
@ -232,6 +236,7 @@ skip-if = ["win10_2004"] # Bug 1723573
|
||||
["browser_net_decode-url.js"]
|
||||
|
||||
["browser_net_details_copy.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_domain-not-found.js"]
|
||||
|
||||
@ -265,6 +270,7 @@ skip-if = ["win10_2004"] # Bug 1723573
|
||||
skip-if = ["verify"] # Bug 1607678
|
||||
|
||||
["browser_net_fonts.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = ["win10_2004"] # Bug 1723573
|
||||
|
||||
["browser_net_footer-summary.js"]
|
||||
@ -273,6 +279,7 @@ skip-if = ["win10_2004"] # Bug 1723573
|
||||
skip-if = ["true"] # Bug 1479782
|
||||
|
||||
["browser_net_header-docs.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_header-ref-policy.js"]
|
||||
|
||||
@ -281,16 +288,20 @@ skip-if = ["true"] # Bug 1479782
|
||||
["browser_net_headers-alignment.js"]
|
||||
|
||||
["browser_net_headers-link_clickable.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_headers-proxy.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_headers-resize.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_headers_filter.js"]
|
||||
|
||||
["browser_net_headers_sorted.js"]
|
||||
|
||||
["browser_net_html-preview.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_image-tooltip.js"]
|
||||
|
||||
@ -331,12 +342,14 @@ skip-if = ["true"] # Bug 1479782
|
||||
["browser_net_new_request_panel_content-length.js"]
|
||||
|
||||
["browser_net_new_request_panel_context_menu.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_new_request_panel_persisted_content.js"]
|
||||
|
||||
["browser_net_new_request_panel_send_request.js"]
|
||||
|
||||
["browser_net_new_request_panel_sync_url_params.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_open_in_debugger.js"]
|
||||
|
||||
@ -395,6 +408,7 @@ skip-if = ["os == 'win'"] # bug 1391264
|
||||
skip-if = ["a11y_checks && os == 'linux' && !debug"] # bug 1732635
|
||||
|
||||
["browser_net_response_node-expanded.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_search-results.js"]
|
||||
skip-if = ["os == 'linux' && a11y_checks"] # Bug 1721160
|
||||
@ -404,6 +418,7 @@ skip-if = ["os == 'linux' && a11y_checks"] # Bug 1721160
|
||||
["browser_net_security-error.js"]
|
||||
|
||||
["browser_net_security-icon-click.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_security-redirect.js"]
|
||||
|
||||
@ -420,6 +435,7 @@ skip-if = ["os == 'linux' && a11y_checks"] # Bug 1721160
|
||||
["browser_net_send-beacon.js"]
|
||||
|
||||
["browser_net_server_timings.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_service-worker-status.js"]
|
||||
skip-if = ["verify && !debug && os == 'linux'"]
|
||||
@ -442,6 +458,7 @@ skip-if = ["true"] #Bug 1667115
|
||||
["browser_net_sse-basic.js"]
|
||||
|
||||
["browser_net_stacktraces-visibility.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_statistics-01.js"]
|
||||
skip-if = ["true"] # Bug 1373558
|
||||
@ -460,6 +477,7 @@ skip-if = ["win10_2004"] # Bug 1723573
|
||||
["browser_net_streaming-response.js"]
|
||||
|
||||
["browser_net_tabbar_focus.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_telemetry_edit_resend.js"]
|
||||
|
||||
@ -490,10 +508,12 @@ skip-if = ["socketprocess_networking"] # Bug 1772211
|
||||
["browser_net_truncate.js"]
|
||||
|
||||
["browser_net_url-preview.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_use_as_fetch.js"]
|
||||
|
||||
["browser_net_view-source-debugger.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_net_waterfall-click.js"]
|
||||
|
||||
|
@ -48,20 +48,25 @@ https_first_disabled = true
|
||||
["browser_devtools-record-discard.js"]
|
||||
|
||||
["browser_interaction-between-interfaces.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_popup-profiler-states.js"]
|
||||
https_first_disabled = true
|
||||
|
||||
["browser_popup-record-capture-view.js"]
|
||||
https_first_disabled = true
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_popup-record-capture.js"]
|
||||
https_first_disabled = true
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_popup-record-discard.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_split-toolbar-button.js"]
|
||||
https_first_disabled = true
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webchannel-enable-menu-button-preset.js"]
|
||||
https_first_disabled = true
|
||||
|
@ -38,12 +38,16 @@ skip-if = ["os == 'linux'"] # Bug 1625501, bug 1629729
|
||||
["browser_contextmenu_inspect.js"]
|
||||
|
||||
["browser_device_change.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_device_custom.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_device_custom_edit.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_device_custom_remove.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_device_modal_exit.js"]
|
||||
|
||||
@ -52,6 +56,7 @@ skip-if = ["os == 'linux'"] # Bug 1625501, bug 1629729
|
||||
["browser_device_modal_submit.js"]
|
||||
|
||||
["browser_device_pixel_ratio_change.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_device_selector_items.js"]
|
||||
|
||||
@ -74,6 +79,7 @@ tags = "devtools webextensions"
|
||||
["browser_menu_item_02.js"]
|
||||
|
||||
["browser_mouse_resize.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_navigation.js"]
|
||||
https_first_disabled = true
|
||||
@ -116,6 +122,7 @@ skip-if = [
|
||||
["browser_tab_close.js"]
|
||||
|
||||
["browser_tab_not_selected.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_tab_remoteness_change.js"]
|
||||
|
||||
@ -139,10 +146,12 @@ https_first_disabled = true
|
||||
["browser_tooltip.js"]
|
||||
|
||||
["browser_touch_device.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_touch_does_not_trigger_hover_states.js"]
|
||||
|
||||
["browser_touch_event_iframes.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = [
|
||||
"http3", # Bug 1829298
|
||||
"http2",
|
||||
|
@ -121,6 +121,7 @@ skip-if = ["verify"]
|
||||
["browser_filter-editor-06.js"]
|
||||
|
||||
["browser_filter-editor-07.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_filter-editor-08.js"]
|
||||
|
||||
@ -312,5 +313,7 @@ skip-if = ["os == 'win'"] # Win: bug 1404197
|
||||
["browser_treeWidget_basic.js"]
|
||||
|
||||
["browser_treeWidget_keyboard_interaction.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_treeWidget_mouse_interaction.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
@ -85,6 +85,7 @@ skip-if = [
|
||||
skip-if = ["true"] # Bug 1448484 - sameSite1 is "Unset" - Got undefined, expected Unset
|
||||
|
||||
["browser_storage_cookies_sort.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_storage_cookies_tab_navigation.js"]
|
||||
|
||||
@ -106,6 +107,7 @@ tags = "usercontextid"
|
||||
["browser_storage_dynamic_updates_localStorage.js"]
|
||||
|
||||
["browser_storage_dynamic_updates_sessionStorage.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_storage_empty_objectstores.js"]
|
||||
|
||||
@ -147,6 +149,7 @@ skip-if = [
|
||||
["browser_storage_indexeddb_overflow.js"]
|
||||
|
||||
["browser_storage_keys.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_storage_localstorage_add.js"]
|
||||
|
||||
@ -159,6 +162,7 @@ skip-if = [
|
||||
["browser_storage_localstorage_rapid_add_remove.js"]
|
||||
|
||||
["browser_storage_overflow.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_storage_search.js"]
|
||||
|
||||
@ -171,17 +175,22 @@ skip-if = [
|
||||
["browser_storage_sessionstorage_navigation.js"]
|
||||
|
||||
["browser_storage_sidebar.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_storage_sidebar_filter.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_storage_sidebar_parsetree.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_storage_sidebar_toggle.js"]
|
||||
|
||||
["browser_storage_sidebar_update.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_storage_type_descriptions.js"]
|
||||
|
||||
["browser_storage_values.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_storage_webext_storage_local.js"]
|
||||
|
@ -82,6 +82,7 @@ support-files = [
|
||||
["browser_styleeditor_add_stylesheet.js"]
|
||||
|
||||
["browser_styleeditor_at_rules_sidebar.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_autocomplete-disabled.js"]
|
||||
|
||||
@ -90,6 +91,7 @@ support-files = [
|
||||
["browser_styleeditor_bom.js"]
|
||||
|
||||
["browser_styleeditor_bug_1247083_inline_stylesheet_numbering.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_bug_1405342_serviceworker_iframes.js"]
|
||||
skip-if = [
|
||||
@ -100,12 +102,14 @@ skip-if = [
|
||||
["browser_styleeditor_bug_740541_iframes.js"]
|
||||
|
||||
["browser_styleeditor_bug_851132_middle_click.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_bug_870339.js"]
|
||||
|
||||
["browser_styleeditor_copyurl.js"]
|
||||
|
||||
["browser_styleeditor_enabled.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_fetch-from-netmonitor.js"]
|
||||
skip-if = [
|
||||
@ -120,12 +124,14 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_styleeditor_filter.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_fission_switch_target.js"]
|
||||
|
||||
["browser_styleeditor_highlight-selector.js"]
|
||||
|
||||
["browser_styleeditor_import.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_import_rule.js"]
|
||||
|
||||
@ -142,14 +148,17 @@ skip-if = [
|
||||
["browser_styleeditor_loading_with_containers.js"]
|
||||
|
||||
["browser_styleeditor_media_sidebar_links.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_media_sidebar_sourcemaps.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_missing_stylesheet.js"]
|
||||
|
||||
["browser_styleeditor_navigate.js"]
|
||||
|
||||
["browser_styleeditor_new.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_nostyle.js"]
|
||||
|
||||
@ -166,14 +175,17 @@ skip-if = [
|
||||
["browser_styleeditor_resize_performance.js"]
|
||||
|
||||
["browser_styleeditor_scroll.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_selectstylesheet.js"]
|
||||
|
||||
["browser_styleeditor_sidebars.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_sourcemap_chrome.js"]
|
||||
|
||||
["browser_styleeditor_sourcemap_large.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_sourcemap_watching.js"]
|
||||
skip-if = [
|
||||
@ -182,10 +194,13 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_styleeditor_sourcemaps.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_sourcemaps_inline.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_sv_keynav.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_sv_resize.js"]
|
||||
|
||||
@ -196,12 +211,14 @@ skip-if = [
|
||||
["browser_styleeditor_syncAddRule.js"]
|
||||
|
||||
["browser_styleeditor_syncAlreadyOpen.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_syncEditSelector.js"]
|
||||
|
||||
["browser_styleeditor_syncIntoRuleView.js"]
|
||||
|
||||
["browser_styleeditor_transition_rule.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_styleeditor_xul.js"]
|
||||
|
||||
|
@ -51,6 +51,7 @@ skip-if = debug && (os == "win" && bits == 32) #bug 1620638
|
||||
[browser_jsterm_autocomplete_getters_cancel.js]
|
||||
[browser_jsterm_autocomplete_getters_confirm.js]
|
||||
[browser_jsterm_autocomplete_getters_learn_more_link.js]
|
||||
fail-if = a11y_checks # Bug 1849028
|
||||
[browser_jsterm_autocomplete_helpers.js]
|
||||
[browser_jsterm_autocomplete_in_chrome_tab.js]
|
||||
[browser_jsterm_autocomplete_in_debugger_stackframe.js]
|
||||
@ -114,6 +115,7 @@ skip-if = os != 'mac' # The tested ctrl+key shortcuts are OSX only
|
||||
[browser_jsterm_editor_onboarding.js]
|
||||
[browser_jsterm_editor_toggle_keyboard_shortcut.js]
|
||||
[browser_jsterm_editor_resize.js]
|
||||
fail-if = a11y_checks # Bug 1849028
|
||||
[browser_jsterm_editor_reverse_search_button.js]
|
||||
[browser_jsterm_editor_reverse_search_keyboard_navigation.js]
|
||||
[browser_jsterm_editor_toolbar.js]
|
||||
@ -137,6 +139,7 @@ skip-if =
|
||||
[browser_jsterm_helper_keys_values.js]
|
||||
[browser_jsterm_helpers_no_override.js]
|
||||
[browser_jsterm_hide_when_devtools_chrome_enabled_false.js]
|
||||
fail-if = a11y_checks # Bug 1849028
|
||||
[browser_jsterm_history.js]
|
||||
[browser_jsterm_history_command.js]
|
||||
[browser_jsterm_history_arrow_keys.js]
|
||||
@ -147,6 +150,7 @@ skip-if =
|
||||
[browser_jsterm_inspect_panels.js]
|
||||
[browser_jsterm_instance_of.js]
|
||||
[browser_jsterm_middle_click_paste.js]
|
||||
fail-if = a11y_checks # Bug 1849028
|
||||
[browser_jsterm_multiline.js]
|
||||
[browser_jsterm_no_input_and_tab_key_pressed.js]
|
||||
skip-if = (os == "win" && processor == "aarch64") # disabled on aarch64 due to 1531573
|
||||
|
@ -192,6 +192,7 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_webconsole_async_stack.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_batching.js"]
|
||||
|
||||
@ -229,6 +230,7 @@ skip-if = [
|
||||
|
||||
["browser_webconsole_click_function_to_mapped_source.js"]
|
||||
https_first_disabled = true
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = [
|
||||
"http3", # Bug 1829298
|
||||
"http2",
|
||||
@ -236,6 +238,7 @@ skip-if = [
|
||||
|
||||
["browser_webconsole_click_function_to_prettyprinted_source.js"]
|
||||
https_first_disabled = true
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = [
|
||||
"http3", # Bug 1829298
|
||||
"http2",
|
||||
@ -243,6 +246,7 @@ skip-if = [
|
||||
|
||||
["browser_webconsole_click_function_to_source.js"]
|
||||
https_first_disabled = true
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = [
|
||||
"http3", # Bug 1829298
|
||||
"http2",
|
||||
@ -271,6 +275,7 @@ skip-if = ["true"] # Bug 1405250
|
||||
["browser_webconsole_console_dir_uninspectable.js"]
|
||||
|
||||
["browser_webconsole_console_error_expand_object.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_console_group.js"]
|
||||
|
||||
@ -283,6 +288,7 @@ skip-if = ["tsan"] # Bug 1767724
|
||||
|
||||
["browser_webconsole_console_table.js"]
|
||||
https_first_disabled = true
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
skip-if = [
|
||||
"http3", # Bug 1829298
|
||||
"http2",
|
||||
@ -316,6 +322,7 @@ skip-if = [
|
||||
["browser_webconsole_context_menu_copy_message_with_async_stacktrace.js"]
|
||||
|
||||
["browser_webconsole_context_menu_copy_message_with_framework_stacktrace.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_context_menu_copy_object.js"]
|
||||
skip-if = ["apple_catalina"] # Bug 1713158
|
||||
@ -362,12 +369,16 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_webconsole_css_error_impacted_elements.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_custom_formatters.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_custom_formatters_errors.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_deprecation_warning.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_document_focus.js"]
|
||||
|
||||
@ -376,6 +387,7 @@ skip-if = [
|
||||
["browser_webconsole_enable_network_monitoring.js"]
|
||||
|
||||
["browser_webconsole_error_with_grouped_stack.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_error_with_longstring_stack.js"]
|
||||
|
||||
@ -386,6 +398,7 @@ skip-if = [
|
||||
["browser_webconsole_errors_after_page_reload.js"]
|
||||
|
||||
["browser_webconsole_eval_error.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_eval_in_debugger_stackframe.js"]
|
||||
|
||||
@ -396,7 +409,6 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_webconsole_eval_sources.js"]
|
||||
fail-if = ["a11y_checks"] # bug 1687728 frame-link-filename is not accessible
|
||||
|
||||
["browser_webconsole_execution_scope.js"]
|
||||
https_first_disabled = true
|
||||
@ -446,6 +458,7 @@ skip-if = [
|
||||
["browser_webconsole_input_field_focus_on_panel_select.js"]
|
||||
|
||||
["browser_webconsole_input_focus.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_insecure_passwords_about_blank_web_console_warning.js"]
|
||||
skip-if = [
|
||||
@ -460,6 +473,7 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_webconsole_inspect_cross_domain_object.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_keyboard_accessibility.js"]
|
||||
|
||||
@ -468,28 +482,28 @@ skip-if = [
|
||||
["browser_webconsole_limit_multiline.js"]
|
||||
|
||||
["browser_webconsole_location_debugger_link.js"]
|
||||
fail-if = ["a11y_checks"] # bug 1687728 frame-link-filename is not accessible
|
||||
|
||||
["browser_webconsole_location_logpoint_debugger_link.js"]
|
||||
skip-if = ["ccov"] #Bug 1594897
|
||||
fail-if = ["a11y_checks"] # bug 1687728 frame-link-filename is not accessible
|
||||
|
||||
["browser_webconsole_location_styleeditor_link.js"]
|
||||
fail-if = ["a11y_checks"] # bug 1687728 frame-link-filename is not accessible
|
||||
|
||||
["browser_webconsole_logErrorInPage.js"]
|
||||
|
||||
["browser_webconsole_logWarningInPage.js"]
|
||||
|
||||
["browser_webconsole_logging_exceptions.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_loglimit.js"]
|
||||
|
||||
["browser_webconsole_logs_exceptions_order.js"]
|
||||
|
||||
["browser_webconsole_longstring.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_longstring_getter.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_message_categories.js"]
|
||||
|
||||
@ -511,6 +525,7 @@ skip-if = ["win11_2009"] # Bug 1798331
|
||||
["browser_webconsole_network_messages_after_target_switching.js"]
|
||||
|
||||
["browser_webconsole_network_messages_expand.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_network_messages_expand_before_updates.js"]
|
||||
skip-if = [
|
||||
@ -519,14 +534,17 @@ skip-if = [
|
||||
]
|
||||
|
||||
["browser_webconsole_network_messages_html_preview.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_network_messages_openinnet.js"]
|
||||
|
||||
["browser_webconsole_network_messages_resend_request.js"]
|
||||
|
||||
["browser_webconsole_network_messages_stacktrace_console_initiated_request.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_network_messages_status_code.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_network_requests_from_chrome.js"]
|
||||
skip-if = [
|
||||
@ -541,6 +559,7 @@ skip-if = [
|
||||
["browser_webconsole_nodes_highlight.js"]
|
||||
|
||||
["browser_webconsole_nodes_select.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_non_javascript_mime_warning.js"]
|
||||
|
||||
@ -554,12 +573,16 @@ skip-if = ["apple_catalina"] # Bug 1713158
|
||||
["browser_webconsole_object_in_sidebar_keyboard_nav.js"]
|
||||
|
||||
["browser_webconsole_object_inspector.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_object_inspector__proto__.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_object_inspector_array_getters.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_object_inspector_entries.js"]
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
|
||||
|
||||
["browser_webconsole_object_inspector_getters.js"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user