fix bad interaction with browser_tab_dragdrop.js

This commit is contained in:
Dão Gottwald 2011-01-11 09:34:57 +01:00
parent 59c286ea47
commit 37d57a3b88

View File

@ -16,6 +16,8 @@ function runTests() {
duplicate(1, "went forward", function () {
gBrowser.removeCurrentTab();
gBrowser.removeCurrentTab();
gBrowser.addTab();
gBrowser.removeCurrentTab();
finish();
});
});