From e6c44e929852201b967dfdf034d6eeba72db76e3 Mon Sep 17 00:00:00 2001 From: Greg Mierzwinski Date: Tue, 30 May 2017 16:13:01 -0400 Subject: [PATCH] Bug 1360559 - Adjust mouse position in test_bug348236.html. r=jmaher MozReview-Commit-ID: 5yAZj0i07DA --- layout/forms/test/test_bug348236.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/forms/test/test_bug348236.html b/layout/forms/test/test_bug348236.html index 97a8559fdfe3..ba5c1d662c2d 100644 --- a/layout/forms/test/test_bug348236.html +++ b/layout/forms/test/test_bug348236.html @@ -64,7 +64,7 @@ addLoadEvent(function test() { setTimeout(cont1, timeout) function cont1() { // Move the mouse over option 3 (90 = 3 (rows) * 24 (row height) + 18). - WinUtils.sendMouseEvent("mousemove", 355, 90, 0, 0, 0, true) + WinUtils.sendMouseEvent("mousemove", 355, 92, 0, 0, 0, true) setTimeout(cont2, timeout) } function cont2() {