gecko-dev/accessible/tests/browser/bounds
Eitan Isaacson bbb5780267 Bug 1798037 - Notify of bounds change if root doc element is given. r=morgan
DocAccessible::GetAccessible() won't return the document if a root element
like body is passed. We need to check for that in NotifyOfPossibleBoundsChange
and use the document accessible in that case.

We can't modify GetAccessible() because that is not that method is used
extensively and that is not the expected behavior.

Differential Revision: https://phabricator.services.mozilla.com/D160677
2022-11-02 19:08:10 +00:00
..
browser_accessible_moved.js
browser_test_display_contents.js
browser_test_iframe_transform.js Bug 1798037 - Notify of bounds change if root doc element is given. r=morgan 2022-11-02 19:08:10 +00:00
browser_test_resolution.js Bug 1794894 - Convert JSMs under accessible/ to ESMs. r=Jamie 2022-10-13 15:05:56 +00:00
browser_test_simple_transform.js
browser_test_zoom_text.js Bug 1794894 - Convert JSMs under accessible/ to ESMs. r=Jamie 2022-10-13 15:05:56 +00:00
browser_test_zoom.js Bug 1794894 - Convert JSMs under accessible/ to ESMs. r=Jamie 2022-10-13 15:05:56 +00:00
browser_zero_area.js
browser.ini
head.js