зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
2adef1252c
Коммит
e9e89c69a6
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче