зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1274042 - Remove unnecessary edge case handling for E10S mode in prompt tests. r=Dolske
MozReview-Commit-ID: FKocwybNyib --HG-- extra : rebase_source : 72dd4d72458439e0f4f370f4494f2172a96bfac1
This commit is contained in:
Родитель
aceda0fc23
Коммит
59c7de4563
|
@ -1,3 +1,10 @@
|
|||
/**
|
||||
* NOTE:
|
||||
* This file is currently only being used for tests which haven't been
|
||||
* fixed to work with e10s. Favor using the `prompt_common.js` file that
|
||||
* is in `toolkit/components/prompts/test/` instead.
|
||||
*/
|
||||
|
||||
var Ci = SpecialPowers.Ci;
|
||||
ok(Ci != null, "Access Ci");
|
||||
var Cc = SpecialPowers.Cc;
|
||||
|
|
|
@ -134,11 +134,6 @@ add_task(function* runTestAuth()
|
|||
defButton : "button0",
|
||||
};
|
||||
|
||||
if (isE10S) {
|
||||
state.checkHidden = false;
|
||||
state.checkMsg = "Use Password Manager to remember this password."
|
||||
}
|
||||
|
||||
action = {
|
||||
buttonClick : "ok",
|
||||
setCheckbox : false,
|
||||
|
@ -176,11 +171,6 @@ add_task(function* runTestAuth()
|
|||
defButton : "button0",
|
||||
};
|
||||
|
||||
if (isE10S) {
|
||||
state.checkHidden = false;
|
||||
state.checkMsg = "Use Password Manager to remember this password."
|
||||
}
|
||||
|
||||
action = {
|
||||
buttonClick : "ok",
|
||||
setCheckbox : false,
|
||||
|
|
Загрузка…
Ссылка в новой задаче