mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
Bug 1854520 - Temporarily fail-if one Tier 2 a11y_checks for Core Layout Engine. r=dholbert
We are working on [enabling Tier 2 a11y-checks to ensure our products have basic accessibility built-in (bug 1692110)](https://bugzilla.mozilla.org/show_bug.cgi?id=1692110) and before that, we need to prepare the existing code base. While we triage and investigate existent tests that would fail once the a11y-checks are enabled in the CI, we are going to fail-if the failing tests altogether and then handle each one of them individually. This task is to add `fail-if` condition of the failing tests while we continue investigation into the reasons these tests failed and to be able to backtrack these tests once they're resolved. Related bugs: - Disabling tests: meta bug 1848402 - Investigation and remediation for components with disabled tests: meta bugs 1848394 and 1854227, component-specific bug 1854521 - Explore capturing click events for a11y_checks: bug 1692110 Depends on D188919 Differential Revision: https://phabricator.services.mozilla.com/D188920
This commit is contained in:
parent
8c4e22e46b
commit
54f6e43836
@ -2,6 +2,7 @@
|
||||
|
||||
["browser_bug1701027-1.js"]
|
||||
support-files = ["helper_bug1701027-1.html"]
|
||||
fail-if = ["a11y_checks"] # Bug 1854521 clicked div#fd may not be accessible
|
||||
|
||||
["browser_bug1701027-2.js"]
|
||||
support-files = ["helper_bug1701027-2.html"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user