Bug 584995 follow-up: Make waitForFocus output appear in browser-chrome test logs again. r=enn

This commit is contained in:
Dão Gottwald
2010-08-16 22:10:32 +02:00
parent a477582a86
commit c7ab862553

View File

@@ -301,6 +301,8 @@ SimpleTest.waitForFocus = function (callback, targetWindow, expectBlankPage) {
function info(msg) {
if (SimpleTest._logEnabled)
SimpleTest._logResult({result: true, name: msg}, "TEST-INFO");
else
dump("TEST-INFO | " + msg + "\n");
}
function debugFocusLog(prefix) {