Backout bug 1157276 because it broke the test on all platforms

This commit is contained in:
Ehsan Akhgari 2015-04-26 17:25:56 -04:00
parent 694742248e
commit 44b45b95aa

View File

@ -17,9 +17,9 @@ add_task(function* () {
document.addEventListener("popupshown", onPopupShown, true);
// Send a mousemove at a known position to start the test.
yield BrowserTestUtils.synthesizeMouseAtCenter("#p1", { type: "mousemove" },
BrowserTestUtils.synthesizeMouseAtCenter("#p1", { type: "mousemove" },
gBrowser.selectedBrowser);
yield BrowserTestUtils.synthesizeMouseAtCenter("#p1", { }, gBrowser.selectedBrowser);
BrowserTestUtils.synthesizeMouseAtCenter("#p1", { }, gBrowser.selectedBrowser);
yield new Promise(resolve => {
setTimeout(function() {