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
parent 597051782e
commit b4eb2b3ac6

View File

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