зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1693429 - Fix some typos in a11y mochitests. r=Jamie
Differential Revision: https://phabricator.services.mozilla.com/D105549
This commit is contained in:
Родитель
06bd6484d8
Коммит
5d7295db79
|
@ -566,7 +566,7 @@ function eventQueue(aEventType) {
|
|||
continue;
|
||||
}
|
||||
|
||||
// Report an error if we hanlded not expected event of unique type
|
||||
// Report an error if we handled not expected event of unique type
|
||||
// (i.e. event types are matched, targets differs).
|
||||
if (
|
||||
!checker.unexpected &&
|
||||
|
@ -1454,7 +1454,7 @@ function synthOpenComboboxKey(aID, aCheckerOrEventSeq) {
|
|||
this.__proto__ = new synthDownKey(aID, aCheckerOrEventSeq, { altKey: true });
|
||||
|
||||
this.getID = function synthOpenComboboxKey_getID() {
|
||||
return "open combobox (atl + down arrow) " + prettyName(aID);
|
||||
return "open combobox (alt + down arrow) " + prettyName(aID);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче