bug 842384 - speculative fix: maybe browser_bug839193.js needs a window.focus() r=bent

This commit is contained in:
David Keeler 2013-07-02 14:09:10 -07:00
parent 6ddae6f331
commit a462fa93db

View File

@ -12,6 +12,7 @@ function onLoad() {
function onUnload() {
if (!gIterations) {
window.focus();
finish();
} else {
gBugWindow = window.openDialog(gTestRoot + "bug839193.xul");