Follow-up to bug 810180 - Reset the homepage to about:blank when opening new windows in the test; r=jdm

DONTBUILD because this is NPOTB in global PB builds
This commit is contained in:
Ehsan Akhgari 2012-12-02 23:22:45 -05:00
Родитель 004363949a
Коммит 40c40a477b
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -3,6 +3,10 @@
// whether there is an autocomplete entry for the private search.
function test() {
// Don't use about:home as the homepage for new windows
Services.prefs.setIntPref("browser.startup.page", 0);
registerCleanupFunction(function() Services.prefs.clearUserPref("browser.startup.page"));
waitForExplicitFinish();
let engineURL =