From 827df72009595f72c54026c4839cb73ae540f76e Mon Sep 17 00:00:00 2001 From: Mark Capella Date: Mon, 13 Jul 2015 20:15:47 -0400 Subject: [PATCH] Bug 1121515 - Update test results to match new expected behaviour, r=roc --- toolkit/content/tests/chrome/test_mousecapture.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/content/tests/chrome/test_mousecapture.xul b/toolkit/content/tests/chrome/test_mousecapture.xul index c7d1f6d4df3..351c38475b4 100644 --- a/toolkit/content/tests/chrome/test_mousecapture.xul +++ b/toolkit/content/tests/chrome/test_mousecapture.xul @@ -189,7 +189,7 @@ function runTests() synthesizeMouse(document.getElementById("option3"), 2, 2, { type: "mousedown" }); synthesizeMouse(document.getElementById("option3"), 2, 1000, { type: "mousemove" }); var select = document.getElementById("select"); - is(select.selectedIndex, 9, "scroll select"); + is(select.selectedIndex, 2, "scroll select"); synthesizeMouse(document.getElementById("select"), 2, 2, { type: "mouseup" }); synthesizeMouse(custom, 2, 2, { type: "mousedown" });