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

Unified Diff: LayoutTests/fast/forms/date-multiple-fields/date-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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html
diff --git a/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html b/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html
index 9157e2415def7306a6e4af24610c676ba8e63b18..508d94c2fb8abed61c669e7fe3dfecac4c03e530 100644
--- a/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html
+++ b/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html
@@ -78,18 +78,6 @@ keyDown("\b"); // -> 05/06/[yyyy]
keyDown('8'); // -> 05/06/[0008]
shouldBeEqualToString('input.value', '0008-05-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'); // -> [01]/dd/yyyy
-leapForward(1100); // -> 01/[dd]/yyyy
-keyDown('1'); // -> 01/[01]/yyyy
-keyDown('5'); // -> 01/15/[yyyy]
-keyDown('6'); // -> 01/15/[0006]
-shouldBeEqualToString('input.value', '0006-01-15');
-*/
-
beginTest('Digit keys with maximum value', null, null, '2013-01-01');
keyDown('5'); // -> 05/[dd]/yyyy
keyDown('6'); // -> 05/06/[yyyy]
« no previous file with comments | « no previous file | LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698