Bug 1491417 - Fix typo in browser_popup_mouseover.js r=adw

Differential Revision: https://phabricator.services.mozilla.com/D5896

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andrew McCreight 2018-09-14 20:12:13 +00:00
Родитель 6bb72e3c1c
Коммит 13f93a2390
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -35,7 +35,7 @@ add_task(async function test() {
is(listItemElems.length, mockHistory.length, "ensure result length");
is(itemsBox.mousedOverIndex, -1, "mousedOverIndex should be -1");
// navigate to the firt item
// navigate to the first item
await BrowserTestUtils.synthesizeKey("VK_DOWN", {}, browser);
is(autoCompletePopup.selectedIndex, 0, "selectedIndex should be 0");