зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1871385: Set pref to enable popover in related a11y test. r=ayeddi
Differential Revision: https://phabricator.services.mozilla.com/D197126
This commit is contained in:
Родитель
660b2bfb8d
Коммит
a09e359b77
|
@ -493,6 +493,10 @@ addAccessibleTask(
|
|||
<div id="mypopover" popover>Popover content</div>
|
||||
`,
|
||||
async function (browser, docAcc) {
|
||||
await SpecialPowers.pushPrefEnv({
|
||||
set: [["dom.element.popover.enabled", true]],
|
||||
});
|
||||
|
||||
const show = findAccessibleChildByID(docAcc, "show-popover-btn");
|
||||
const hide = findAccessibleChildByID(docAcc, "hide-popover-btn");
|
||||
testStates(show, STATE_COLLAPSED, 0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче