forked from mirrors/gecko-dev
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 |
||
|---|---|---|
| .. | ||
| browser.toml | ||
| browser_selectpopup.js | ||
| browser_selectpopup_colors.js | ||
| browser_selectpopup_dir.js | ||
| browser_selectpopup_hr.js | ||
| browser_selectpopup_large.js | ||
| browser_selectpopup_searchfocus.js | ||
| browser_selectpopup_showPicker.js | ||
| browser_selectpopup_text_transform.js | ||
| browser_selectpopup_toplevel.js | ||
| browser_selectpopup_user_input.js | ||
| browser_selectpopup_width.js | ||
| browser_selectpopup_xhtml.js | ||
| head.js | ||