gecko-dev/accessible/tests
James Teh 816d5e833d Bug 1930322 part 4: Use LocalAccessible::RelativeBounds to calculate the coordinates in LocalAccessible::DispatchClickEvent. r=morgan
Previously, we used the primary frame.
This was problematic for image map areas because they don't have a frame, so we were always using the top left of the entire image.
RelativeBounds has been overridden for image map areas to correctly calculate coordinates.
Therefore, rather than special casing image map areas again, use RelativeBounds in DispatchClickEvent.

Differential Revision: https://phabricator.services.mozilla.com/D229300
2024-11-20 04:13:49 +00:00
..
browser Bug 1930322 part 4: Use LocalAccessible::RelativeBounds to calculate the coordinates in LocalAccessible::DispatchClickEvent. r=morgan 2024-11-20 04:13:49 +00:00
crashtests Bug 1879538 - cleanup unnecessary and redundant reftest conditions. r=aryx,jgilbert 2024-02-22 23:04:45 +00:00
mochitest Bug 1694789 - Map accessible value for input type color and password. r=dom-core,sefeng,Jamie,bolsson 2024-10-22 13:23:18 +00:00