fune/browser/base/content/test/forms
Anna Yeddi 8b33a08d4f Bug 1872903 - Add an exception from a11y_checks for clicks on a web content in Desktop UI mochitests. r=mconley
The `browser/base/content/test/forms/browser_selectpopup_large.js` sends [a click outside on a web content](https://searchfox.org/mozilla-central/rev/762f24e00a9548d80ebba1b985c871ba6d9b829d/browser/base/content/test/forms/browser_selectpopup_large.js#177-182). We do not want to test arbitrary web content, since we do not support remote documents like in-content elements with a11y_checks of browser mochitests at the moment, thus we add an exception from the a11y_checks for this tests via `setEnv` and remove the `fail-if` notation from its test manifest.

The same exception is needed for the following Desktop UI test that is also failing [the `labelRule` of a11y_checks](https://searchfox.org/mozilla-central/rev/0f39860036f9b6339e65d485aeb6b6be73d9dbda/testing/mochitest/tests/SimpleTest/AccessibilityUtils.js#106-107):
- `browser/base/content/test/forms/browser_selectpopup_toplevel.js` - `<select>` element

Differential Revision: https://phabricator.services.mozilla.com/D197606
2024-01-04 19:43:16 +00:00
..
browser.toml Bug 1872903 - Add an exception from a11y_checks for clicks on a web content in Desktop UI mochitests. r=mconley 2024-01-04 19:43:16 +00:00
browser_selectpopup.js
browser_selectpopup_colors.js Bug 1856104 - Remove useless version checks from JavaScript code. r=Gijs,webcompat-reviewers,settings-reviewers,search-reviewers,Standard8,twisniewski 2023-10-02 19:00:07 +00:00
browser_selectpopup_dir.js
browser_selectpopup_hr.js Bug 1830909 - Implement <hr> in <select> r=hsivonen,emilio,geckoview-reviewers,desktop-theme-reviewers,Jamie,owlish 2023-11-29 14:15:36 +00:00
browser_selectpopup_large.js Bug 1872903 - Add an exception from a11y_checks for clicks on a web content in Desktop UI mochitests. r=mconley 2024-01-04 19:43:16 +00:00
browser_selectpopup_searchfocus.js
browser_selectpopup_showPicker.js Bug 1854112 - Add showPicker method to <select> elements. r=emilio 2023-10-31 09:36:16 +00:00
browser_selectpopup_text_transform.js
browser_selectpopup_toplevel.js Bug 1872903 - Add an exception from a11y_checks for clicks on a web content in Desktop UI mochitests. r=mconley 2024-01-04 19:43:16 +00:00
browser_selectpopup_user_input.js
browser_selectpopup_width.js
browser_selectpopup_xhtml.js
head.js