зеркало из https://github.com/mozilla/pjs.git
Bug 405284 ��� Confusing error reports from timepicker tests, r=enndeakin
This commit is contained in:
Родитель
f23ec354ef
Коммит
869fb608a2
|
@ -160,9 +160,9 @@ function testtag_timepicker_UI_key(tp, testid, value, field,
|
|||
|
||||
var eventTarget = tp.readOnly ? null : tp;
|
||||
|
||||
var testname = testid + " " + value + " key down";
|
||||
var testname = testid + " " + value + " key up";
|
||||
synthesizeKeyExpectEvent("VK_UP", { }, eventTarget, "change", testname);
|
||||
testtag_comparetime(tp, testid + " " + value + " key up", uhour, uminute, usecond);
|
||||
testtag_comparetime(tp, testname, uhour, uminute, usecond);
|
||||
|
||||
testname = testid + " " + value + " key down";
|
||||
synthesizeKeyExpectEvent("VK_DOWN", { }, eventTarget, "change", testname);
|
||||
|
|
Загрузка…
Ссылка в новой задаче