Bug 584995 follow-up: Make waitForFocus output appear in browser-chrome test logs again. r=enn
This commit is contained in:
@@ -301,6 +301,8 @@ SimpleTest.waitForFocus = function (callback, targetWindow, expectBlankPage) {
|
|||||||
function info(msg) {
|
function info(msg) {
|
||||||
if (SimpleTest._logEnabled)
|
if (SimpleTest._logEnabled)
|
||||||
SimpleTest._logResult({result: true, name: msg}, "TEST-INFO");
|
SimpleTest._logResult({result: true, name: msg}, "TEST-INFO");
|
||||||
|
else
|
||||||
|
dump("TEST-INFO | " + msg + "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
function debugFocusLog(prefix) {
|
function debugFocusLog(prefix) {
|
||||||
|
|||||||
Reference in New Issue
Block a user