Bug 405284 ��� Confusing error reports from timepicker tests, r=enndeakin

This commit is contained in:
philringnalda%gmail.com 2007-12-02 05:22:33 +00:00
Родитель f23ec354ef
Коммит 869fb608a2
1 изменённых файлов: 2 добавлений и 2 удалений

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

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