Nathan LaPre 5a50289b91 Bug 1878354: Expose empty string to WebDriver for getComputedLabel if no accessible found, r=webdriver-reviewers,Jamie,whimboo
This revision changes Gecko's WebDriver implementation of getComputedLabel such
that, in the event there's no accessible found, Gecko returns the empty string.
This isn't strictly necessary according to the spec, but implementations have
aligned on returning an empty string rather than null here. This revision also
removes the expected failure from the relevant WPT meta file.

Differential Revision: https://phabricator.services.mozilla.com/D204725
2024-03-22 02:29:46 +00:00
..

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