forked from mirrors/gecko-dev
Bug 1867378 - [devtools] Pt.4. Update the test manifest for DevTools tabpanel cases that are passing a11y-checks. r=devtools-reviewers,ochameau
When the D195198 would be ready to land, there are a few tests that are going to be passing all or most of a11y-checks since the AccessibilityUtils would be able to automatically check focusable tabs in tablists (that were previously failing these tests), thus we need to update the manifest to remove `fail-if` notations when appropriate and update the comments in the remaining tests. Depends on D197025 Differential Revision: https://phabricator.services.mozilla.com/D197090
This commit is contained in:
parent
f81f68dc30
commit
3d4bcb176e
4 changed files with 1 additions and 9 deletions
|
|
@ -167,7 +167,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
|
|||
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
|
||||
|
|
|
|||
|
|
@ -135,7 +135,6 @@ 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 = [
|
||||
|
|
@ -192,14 +191,12 @@ 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"]
|
||||
|
||||
|
|
@ -462,7 +459,6 @@ 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
|
||||
|
|
@ -517,7 +513,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
|
|||
["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"]
|
||||
|
||||
|
|
|
|||
|
|
@ -123,7 +123,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
|
||||
fail-if = ["a11y_checks"] # Bug 1849028 clicked button#device-pixel-ratio-menu element may not be focusable
|
||||
|
||||
["browser_tab_remoteness_change.js"]
|
||||
|
||||
|
|
|
|||
|
|
@ -540,14 +540,12 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue