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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt

Issue 2045603002: Handle the "key" field as opposed to keyIdentifier field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove initialization of the view Created 4 years, 6 months 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: third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt
index 024e41acbfdc7a56ec4c7516c5e01043685d3735..6f218e303f1db52cffe9c4a6c2670d14b973f888 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt
@@ -44,8 +44,8 @@ PASS document.activeElement.id is "another"
== Tab navigation should not skip readonly inputs, but editing operations should be ignored. ==
PASS document.activeElement.id is "input"
PASS shadowPseudoIdOfFocusedSubField(input) is "-webkit-datetime-edit-hour-field"
-PASS keyDown("upArrow"); input.value is "01:01"
-PASS keyDown("downArrow"); input.value is "01:01"
+PASS keyDown("ArrowUp"); input.value is "01:01"
+PASS keyDown("ArrowDown"); input.value is "01:01"
PASS shadowPseudoIdOfFocusedSubField(input) is "-webkit-datetime-edit-minute-field"
PASS keyDown("3"); input.value is "01:01"
PASS shadowPseudoIdOfFocusedSubField(input) is "-webkit-datetime-edit-ampm-field"

Powered by Google App Engine
This is Rietveld 408576698