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
Родитель 84709d90d5
Коммит 86564eb5cd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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