зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1005593 - Test keypress event for numbers on a number control input. r=ehsan
This commit is contained in:
Родитель
051aea6e89
Коммит
e017b754d7
|
@ -232,6 +232,12 @@ function test() {
|
|||
// Reset 'required' attribute:
|
||||
elem.removeAttribute("required");
|
||||
}
|
||||
|
||||
// Test that key events are correctly dispatched
|
||||
elem.max = "";
|
||||
elem.value = "";
|
||||
sendString("7837281");
|
||||
is(elem.value, "7837281", "Test keypress event dispatch for number control");
|
||||
}
|
||||
|
||||
</script>
|
||||
|
|
Загрузка…
Ссылка в новой задаче