зеркало из https://github.com/mozilla/pjs.git
Bug 499438, focus window so that test_close_download_manager.xul doesn't fail on Linux, r=sdwlish
This commit is contained in:
Родитель
63f468ff93
Коммит
3f96c351ea
|
@ -108,6 +108,7 @@ function runTest()
|
|||
let testObs = {
|
||||
observe: function(aSubject, aTopic, aData) {
|
||||
let win = aSubject.QueryInterface(Ci.nsIDOMWindow);
|
||||
win.focus();
|
||||
switch(testPhase++) {
|
||||
case 0:
|
||||
testCloseDMWithEscKey(win);
|
||||
|
|
Загрузка…
Ссылка в новой задаче