Bug 1121515 - Update test results to match new expected behaviour, r=roc

This commit is contained in:
Mark Capella 2015-07-13 20:15:47 -04:00
parent 3cb075732e
commit 827df72009

View File

@ -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" });