More browser-chrome test debugging output [r=me]

This commit is contained in:
Mark Finkle 2010-11-17 16:29:05 -05:00
Родитель a93efe8631
Коммит a2892c4573
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -205,6 +205,8 @@ gTests.push({
desc: "Test opening the awesome panel and checking the urlbar selection",
run: function() {
info("is nav panel open: " + BrowserUI.isAutoCompleteOpen())
BrowserUI.closeAutoComplete(true);
info("opening new tab")
this._currentTab = BrowserUI.newTab(testURL_01);

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

@ -82,6 +82,8 @@ gTests.push({
_currentTab: null,
run: function() {
info("is nav panel open: " + BrowserUI.isAutoCompleteOpen())
BrowserUI.closeAutoComplete(true);
info("opening new tab")
this._currentTab = Browser.addTab(testURL_02, true);