fune/testing
Anna Yeddi 0e7394a77c Bug 1882207 - Handle the datepicker cells that are failing a11y_checks when clicked in tests for UI Widgets. r=emilio,Jamie
The gridcells are not expected to be interactive and focusable individually, but it is allowed to manually manage focus within the grid per ARIA Grid pattern (https://www.w3.org/WAI/ARIA/apg/patterns/grid/).

Example of a such grid would be a datepicker where one gridcell can be selected and the focus is moved with arrow keys once the user tabbed into the grid.

In grids like a calendar grid, only one element would be included in the focus order and the rest of grid cells may not have an interactive accessible created. We need to special case the check for these gridcells.

Differential Revision: https://phabricator.services.mozilla.com/D202854
2024-02-28 16:40:04 +00:00
..
awsy Bug 1881413 - Create tooltool-cache in state directory. r=perftest-reviewers,sparky 2024-02-22 13:06:50 +00:00
condprofile
config
crashtest
docs Bug 1878429 - Add a11y-checks flag to the Mochitest FAQ on testing/mochitest-plain/faq documentation. r=Jamie 2024-02-15 17:48:09 +00:00
extensions
firefox-ui Bug 1879120 - Remove all python deprecation warning: invalid escape sequence r=ahochheiden,webdriver-reviewers,perftest-reviewers,afinder UPGRADE_NSPR_RELEASE 2024-02-26 08:26:38 +00:00
geckodriver
gtest
jsshell Bug 1879120 - Remove all python deprecation warning: invalid escape sequence r=ahochheiden,webdriver-reviewers,perftest-reviewers,afinder UPGRADE_NSPR_RELEASE 2024-02-26 08:26:38 +00:00
marionette Bug 1879120 - Remove all python deprecation warning: invalid escape sequence r=ahochheiden,webdriver-reviewers,perftest-reviewers,afinder UPGRADE_NSPR_RELEASE 2024-02-26 08:26:38 +00:00
mochitest Bug 1882207 - Handle the datepicker cells that are failing a11y_checks when clicked in tests for UI Widgets. r=emilio,Jamie 2024-02-28 16:40:04 +00:00
modules
mozbase Bug 1879120 - Remove all python deprecation warning: invalid escape sequence r=ahochheiden,webdriver-reviewers,perftest-reviewers,afinder UPGRADE_NSPR_RELEASE 2024-02-26 08:26:38 +00:00
mozharness Bug 1876841 - Allow overriding all post-startup-delay settings with a CLI option. r=aglavic,perftest-reviewers 2024-02-27 16:27:29 +00:00
perfdocs Bug 1881862 - Re-record sina pageload test. r=perftest-reviewers,aglavic 2024-02-27 16:27:29 +00:00
performance Bug 1881862 - Re-record sina pageload test. r=perftest-reviewers,aglavic 2024-02-27 16:27:29 +00:00
profiles
raptor Bug 1881862 - Re-record sina pageload test. r=perftest-reviewers,aglavic 2024-02-27 16:27:29 +00:00
runtimes
specialpowers Backed out 8 changesets (bug 1878401, bug 1879041) for causing build bustages on widget/nsBaseFilePicker.cpp CLOSED TREE 2024-02-28 17:56:48 +02:00
talos Bug 1879120 - Remove all python deprecation warning: invalid escape sequence r=ahochheiden,webdriver-reviewers,perftest-reviewers,afinder UPGRADE_NSPR_RELEASE 2024-02-26 08:26:38 +00:00
test
tools
tps Bug 1879120 - Remove all python deprecation warning: invalid escape sequence r=ahochheiden,webdriver-reviewers,perftest-reviewers,afinder UPGRADE_NSPR_RELEASE 2024-02-26 08:26:38 +00:00
web-platform Bug 1882285 - Update some touch event related test manifests r=edgar,dom-core 2024-02-28 13:24:00 +00:00
webcompat Bug 1879120 - Remove all python deprecation warning: invalid escape sequence r=ahochheiden,webdriver-reviewers,perftest-reviewers,afinder UPGRADE_NSPR_RELEASE 2024-02-26 08:26:38 +00:00
webdriver
xpcshell Bug 1879120 - Remove all python deprecation warning: invalid escape sequence r=ahochheiden,webdriver-reviewers,perftest-reviewers,afinder UPGRADE_NSPR_RELEASE 2024-02-26 08:26:38 +00:00
addtest.py
cppunittest.toml
mach_commands.py
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
runcppunittests.py
skipfails.py
testinfo.py
testsuite-targets.mk

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff