Backed out changeset ef6b8a211ed5

This commit is contained in:
Dão Gottwald 2010-10-17 21:03:53 +02:00
parent aa432dde73
commit 5b9c5f8701

View File

@ -8,7 +8,7 @@
*
* ***** END LICENSE BLOCK ***** */
const TEST_URI = "data:text/html,Web Console test for bug 588342";
const TEST_URI = "http://example.com/browser/toolkit/components/console/hudservice/tests/browser/test-console.html";
let fm, notificationBox, input;
function test()
@ -60,11 +60,13 @@ function runTest() {
is(fm.focusedWindow, browser.contentWindow.wrappedJSObject,
"content document has focus");
input = notificationBox = fm = null;
finishTest();
}
finishTest();
});
}
document.addEventListener("DOMNodeRemoved", domNodeRemoved , false);
HUDService.deactivateHUDForContext(tab);
fm = notificationBox = input = null;
finishTest();
}