Bug 825902 - TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/inspector/test/browser_inspector_bug_566084_location_changed.js; r=paul

This commit is contained in:
Girish Sharma 2013-01-02 21:18:15 +05:30
parent b5ebbd8449
commit ac124a0505

View File

@ -25,7 +25,7 @@ function test() {
let target = TargetFactory.forTab(gBrowser.selectedTab);
let toolbox = gDevTools.getToolbox(target);
notificationBox = toolbox.getNotificationBox();
notificationBox = gBrowser.getNotificationBox();
notificationBox.addEventListener("AlertActive", alertActive1, false);
ok(toolbox, "We have access to the notificationBox");