mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
fix bad interaction with browser_tab_dragdrop.js
This commit is contained in:
parent
59c286ea47
commit
37d57a3b88
@ -16,6 +16,8 @@ function runTests() {
|
||||
duplicate(1, "went forward", function () {
|
||||
gBrowser.removeCurrentTab();
|
||||
gBrowser.removeCurrentTab();
|
||||
gBrowser.addTab();
|
||||
gBrowser.removeCurrentTab();
|
||||
finish();
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user