зеркало из https://github.com/mozilla/gecko-dev.git
Bustage fix for bug 629418. a=bustage
This commit is contained in:
Родитель
c5b8ef5d99
Коммит
ae33a61341
|
@ -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);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче