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