Bug 1360559 - Adjust mouse position in test_bug348236.html. r?jmaher draft
authorGreg Mierzwinski <gmierz2@outlook.com>
Mon, 22 May 2017 12:56:51 -0400
changeset 583151 203e28ed234305d5bbbfda3bf1222f4159153481
parent 582730 5bc1c758ab57c1885dceab4e7837e58af27b998c
child 629972 b96641ce330eb01141072ee4e88ae272a0c795e5
push id60302
push userbmo:gmierz2@outlook.com
push dateTue, 23 May 2017 18:07:32 +0000
reviewersjmaher
bugs1360559, 348236
milestone55.0a1
Bug 1360559 - Adjust mouse position in test_bug348236.html. r?jmaher Adjusted by moving mouse 2 pixels down. This is done in preparation for Ubuntu 16.04. MozReview-Commit-ID: Jrt4wAsiOfh
layout/forms/test/test_bug348236.html
--- a/layout/forms/test/test_bug348236.html
+++ b/layout/forms/test/test_bug348236.html
@@ -59,17 +59,17 @@ addLoadEvent(function test() {
         eSelect.onchangeCount = 0
 
         // Drop the SELECT down.
         keypressOnSelect(key, modifiers)
         // This timeout and the following are necessary to let the sent events take effect.
         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() {
             // Close the select.
             keypressOnSelect(key, modifiers)
             setTimeout(cont3, timeout)
         }
         function cont3() {