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

Unified Diff: LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt

Issue 11665021: Merge 138365 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 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/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt
===================================================================
--- LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt (revision 138416)
+++ LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt (working copy)
@@ -14,6 +14,10 @@
== Digit keys ==
PASS input.value is "0012-09-20"
+== Digit keys starting with zero ==
+PASS input.value is "0044-02-03"
+== Digit keys and backspace key ==
+PASS input.value is "0008-05-06"
== Left/Right keys ==
PASS input.value is "2012-09-06"
PASS document.activeElement.id is "input"

Powered by Google App Engine
This is Rietveld 408576698