mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 05:45:33 +00:00
![Nathan LaPre](/assets/img/avatar_default.png)
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
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