Bug 746178 - test timeout in events/test_focus_browserui.xul, disalb eoffending tests on OS X for now

This commit is contained in:
Marco Zehe 2012-04-26 10:58:48 +02:00
Родитель 82a90f2a57
Коммит 95a0d4a348
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -96,6 +96,7 @@
// back one page in history, moves moves on input of tab document
gQueue.push(new goBack());
if (!MAC) {
// open new tab, focus moves to urlbar
gQueue.push(new synthKey(tabDocument, "t", { ctrlKey: true, window: browserWindow() },
new focusChecker(urlbarInput)));
@ -103,6 +104,9 @@
// close open tab, focus goes on input of tab document
gQueue.push(new synthKey(tabDocument, "w", { ctrlKey: true, window: browserWindow() },
new focusChecker(inputInDocument)));
} else {
todo(false, "Reenable on Mac after fixing bug 746178!");
}
gQueue.onFinish = function()
{