зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1516340 - Properly clean up prefs in browser_contentblocking.js. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D16030 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
4926387aa4
Коммит
5bdbbb1dce
|
@ -252,6 +252,10 @@ add_task(async function testContentBlockingCustomCategory() {
|
|||
await TestUtils.waitForCondition(() => Services.prefs.prefHasUserValue(NCB_PREF));
|
||||
is(Services.prefs.getStringPref(CAT_PREF), "custom", `${CAT_PREF} has been set to custom`);
|
||||
|
||||
for (let pref of prefs) {
|
||||
SpecialPowers.clearUserPref(pref);
|
||||
}
|
||||
|
||||
gBrowser.removeCurrentTab();
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче