Bug 691925 - Replaced content.focus() with gBrowser.selectedBrowser.focus() and/or window.focus(). r=dao
This commit is contained in:
@@ -38,7 +38,7 @@ var asyncTests = [
|
||||
function (tab) {
|
||||
info("closing tab with accel+w");
|
||||
gBrowser.selectedTab = tab;
|
||||
content.focus();
|
||||
gBrowser.selectedBrowser.focus();
|
||||
EventUtils.synthesizeKey("w", { accelKey: true });
|
||||
},
|
||||
function (tab) {
|
||||
|
||||
Reference in New Issue
Block a user