Bug 1393813 - Re-enable browser_bug537013.js. r=mikedeboer

MozReview-Commit-ID: KBR1fDwYwLU

--HG--
extra : rebase_source : b12fa8e454c797feb38f9249dbb4fcae7ee38624
This commit is contained in:
Dão Gottwald 2017-08-26 14:27:58 +02:00
parent 64ca35fefe
commit 8678adfd35
2 changed files with 1 additions and 3 deletions

View File

@ -175,8 +175,6 @@ skip-if = toolkit == "cocoa"
# DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD.
[browser_bug537013.js]
subsuite = clipboard
skip-if = true # bug 1393813
# skip-if = e10s # Bug 1134458 - Find bar doesn't work correctly in a detached tab
# DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD.
[browser_bug537474.js]
# DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD.

View File

@ -117,7 +117,7 @@ function continueTests3() {
}
newWindow = gBrowser.replaceTabWithWindow(tabs.pop());
whenDelayedStartupFinished(newWindow, checkNewWindow);
whenDelayedStartupFinished(newWindow, () => { executeSoon(checkNewWindow); });
}
// Test that findbar gets restored when a tab is moved to a new window.