mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 457634: browser_autocomplete.js test doesn't clean up after itself. r=gavin
This commit is contained in:
parent
e3904c9f2a
commit
37fc04f628
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user