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