You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug 1878350: Expose empty string to WebDriver to represent "no accessible name", r=Jamie,webdriver-reviewers,whimboo
This revision modifies the WebDriver implementation to return an empty string,
rather than null, for the value of an accessible name, in the event that the
accessible name calculation produces no accessible name. This does not change
what we actually think the accessible name is (null), nor does it change how we
expose it to platforms, but it does bring us in line with other browsers for the
purpose of passing web platform name tests. This revision also removes the 16
expected failures in html "no name" tests.
Differential Revision: https://phabricator.services.mozilla.com/D201633
0 commit comments