mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout bug 1157276 because it broke the test on all platforms
This commit is contained in:
parent
694742248e
commit
44b45b95aa
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user