зеркало из https://github.com/mozilla/pjs.git
Bug 457634: browser_autocomplete.js test doesn't clean up after itself. r=gavin
This commit is contained in:
Родитель
2a9580cc93
Коммит
cd44910b63
|
@ -122,6 +122,10 @@ function runMultipleEnginesTestAndFinalize() {
|
|||
is(browser.engines[0].uri, "http://first.mozilla.com/search.xml", "first engine wins");
|
||||
|
||||
gTestPage.close();
|
||||
|
||||
// Reset the default link handler
|
||||
DOMLinkHandler.handleEvent = gBrowserHandler;
|
||||
|
||||
finish();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче