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

Unified Diff: LayoutTests/fast/forms/month-multiple-fields/month-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/month-multiple-fields/month-multiple-fields-keyboard-events.html
diff --git a/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html b/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html
index c0c102ecaa6074dc0fa1d36e9b70c8a3fb7de4cf..2828b779ff21be4d970f8b40e5adfb00efc02134 100644
--- a/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html
+++ b/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html
@@ -54,19 +54,6 @@ keyDown('2');
keyDown('A');
shouldBeEqualToString('input.value', '0012-09');
-// 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', '0056-01');
-*/
-
beginTest('Left/Right keys', '2012-09');
keyDown('rightArrow');
keyDown('5');

Powered by Google App Engine
This is Rietveld 408576698