Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html

Issue 112513002: Remove keyboard input timeout for date, datetime-local, month, time, and week input types on non-An… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html
diff --git a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html b/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html
index 2293e1158009af09a21dc269db5a79da707d5e1a..28ad1418036e2aeb6931d0a0c1443ef17a379b27 100644
--- a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html
+++ b/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html
@@ -85,19 +85,6 @@ keyDown('\b'); // -> 05:06 [--]
keyDown('P'); // -> 05:06 [PM]
shouldBeEqualToString('input.value', '17:06');
-// FIXME: We should test type ahead time out. When event.leapForward() affects
-// keyboard event time stamp, we can uncomment this fragment.
-/*
-beginTest('Digit keys with type ahead timeout');
-keyDown('1');
-leapForward(1100);
-keyDown('1');
-keyDown('5');
-keyDown('6');
-keyDown('A');
-shouldBeEqualToString('input.value', '01:56');
-*/
-
beginTest('Left/Right keys', '01:24');
keyDown('rightArrow');
keyDown('5');

Powered by Google App Engine
This is Rietveld 408576698