Bug 499438, focus window so that test_close_download_manager.xul doesn't fail on Linux, r=sdwlish

This commit is contained in:
Neil Deakin 2009-06-26 07:29:44 -04:00
Родитель 63f468ff93
Коммит 3f96c351ea
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);