Bustage fix for bug 629418. a=bustage

This commit is contained in:
Dave Townsend 2011-02-01 14:40:00 -08:00
Родитель c5b8ef5d99
Коммит ae33a61341
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -632,8 +632,10 @@ add_test(function() {
// Tests that when displaying in-content and opened in the background the back // Tests that when displaying in-content and opened in the background the back
// and forward buttons still appear when switching tabs // and forward buttons still appear when switching tabs
add_test(function() { add_test(function() {
if (!gUseInContentUI) if (!gUseInContentUI) {
run_next_text(); run_next_test();
return;
}
var tab = gBrowser.addTab("about:addons"); var tab = gBrowser.addTab("about:addons");
var browser = gBrowser.getBrowserForTab(tab); var browser = gBrowser.getBrowserForTab(tab);