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

--HG--
extra : rebase_source : cf13b1c120930194e98d12c190a68654518f3f56
This commit is contained in:
Dão Gottwald 2010-08-16 22:10:32 +02:00
Родитель 2adef1252c
Коммит e9e89c69a6
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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) {