Bug 1079617 - Increase the timeout of browser_test_new_window_from_content.js

This commit is contained in:
Ehsan Akhgari 2015-04-26 11:50:06 -04:00
Родитель 6953137bf2
Коммит 1b1c836446
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -49,6 +49,8 @@ const kSameTab = "same tab";
const kNewWin = "new window";
const kNewTab = "new tab";
requestLongerTimeout(2);
// The following "matrices" represent the result of content attempting to
// open a window with window.open with the default feature set. The key of
// the kWinOpenDefault object represents the value of browser.link.open_newwindow.