mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 405284 - Confusing error reports from timepicker tests, r=enndeakin
This commit is contained in:
parent
fc213130b6
commit
da3ad2d743
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user