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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt

Issue 2430183002: Move arrow scrolling into KeyboardEventManager. (Closed)
Patch Set: Add keyEvent() null check to fix test Created 4 years, 2 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/calendar-picker/calendar-picker-key-operations-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt
index 40783858012237fa4578dbf363e0f7522820d83d..4deefd9b1fe79095af75f5f6dcd1433f40ab2f49 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt
@@ -113,8 +113,6 @@ PASS selectedValue() is "2000-01-02"
PASS selectedDayCells() is ""
PASS highlightedValue() is "1999-12-26"
PASS highlightedDayCells() is "1999-12-26"
-press enter
-PASS document.getElementById("date").value is "1999-12-26"
Check if tabbing works.
PASS focusedElement() is ".list-view calendar-table-view"
PASS focusedElement() is ".calendar-navigation-button"
@@ -152,7 +150,7 @@ PASS highlightedMonthButton() is "2000-04"
select month in the month popup
PASS popupWindow.global.picker.monthPopupView.isVisible is false
PASS currentMonth() is "2000-04"
-PASS selectedValue() is "1999-12-26"
+PASS selectedValue() is "2000-01-02"
PASS selectedDayCells() is ""
PASS highlightedValue() is "1999-12-26"
PASS highlightedDayCells() is ""

Powered by Google App Engine
This is Rietveld 408576698