зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1428153 - clear prefs that the beforeaccept test sets; r=enndeakin
MozReview-Commit-ID: JnFmdXuqt1s
This commit is contained in:
Родитель
ea1a751cdb
Коммит
f5844bccd4
|
@ -13,6 +13,11 @@
|
|||
SimpleTest.waitForExplicitFinish();
|
||||
SpecialPowers.pushPrefEnv({"set":[["browser.preferences.instantApply", false]]}, function() {
|
||||
|
||||
SimpleTest.registerCleanupFunction(() => {
|
||||
SpecialPowers.clearUserPref("tests.beforeaccept.dialogShown");
|
||||
SpecialPowers.clearUserPref("tests.beforeaccept.called");
|
||||
});
|
||||
|
||||
// No instant-apply for this test
|
||||
var prefWindow = openDialog("window_preferences_beforeaccept.xul", "", "", windowOnload);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче