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

Unified Diff: LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html

Issue 11548050: Merge 137152 (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/month-multiple-fields/month-multiple-fields-keyboard-events.html
===================================================================
--- LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html (revision 137542)
+++ LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html (working copy)
@@ -180,8 +180,8 @@
keyDown('leftArrow'); // -> [2012] M10
keyDown('2'); // -> [0002] M10
shouldBeEqualToString('input.value', '0002-10');
-keyDown('rightArrow'); // -> 0002 [M10]
-keyDown('upArrow'); // -> 0002 [M11]
+keyDown('\t', ['shiftKey']); // -> 0002 [M10]
+keyDown('upArrow'); // -> 0002 [M11]
shouldBeEqualToString('input.value', '0002-11');
input.removeAttribute("lang");
</script>

Powered by Google App Engine
This is Rietveld 408576698