From 44b45b95aa767fa9a5efda5b0e446e4c81e4011d Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Sun, 26 Apr 2015 17:25:56 -0400 Subject: [PATCH] Backout bug 1157276 because it broke the test on all platforms --- layout/xul/test/browser_bug685470.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/xul/test/browser_bug685470.js b/layout/xul/test/browser_bug685470.js index e67eac07d47..8bd3ba21ad2 100644 --- a/layout/xul/test/browser_bug685470.js +++ b/layout/xul/test/browser_bug685470.js @@ -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() {