Bug 967873 - Test changes for async removeTab (r=Gijs)

This commit is contained in:
Bill McCloskey
2015-09-24 13:32:09 -07:00
parent c8d6320dee
commit c093571649
17 changed files with 37 additions and 27 deletions

View File

@@ -311,5 +311,5 @@ add_task(function* test() {
isShuttingDown = true;
// Cleanup
gBrowser.removeTab(newTab);
gBrowser.removeTab(newTab, {skipPermitUnload: true});
});