Chromium Code Reviews

Unified Diff: LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html

Issue 12082066: Merge 140778 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html
===================================================================
--- LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html (revision 141208)
+++ LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html (working copy)
@@ -106,7 +106,7 @@
eventSender.keyDown('\t');
shouldBe('focusedElement()', '".clear-button[value=<<CalendarClear>>]"');
eventSender.keyDown('\t');
- shouldBe('focusedElement()', '".year-month-button[value=<<]"');
+ shouldBe('focusedElement()', '".year-month-button"');
eventSender.keyDown('\t', ['shiftKey']);
shouldBe('focusedElement()', '".clear-button[value=<<CalendarClear>>]"');

Powered by Google App Engine