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

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

Issue 2100243002: Remove non-standardize key code names from event_sender. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix inspector tests that were missed by sed 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/calendar-picker/month-picker-key-operations-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/month-picker-key-operations-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/month-picker-key-operations-expected.txt
index 764de3d1240602d301583b943775fc66faeac9af..1f8a9be73b3ed784ac045e5a95b029e978fbbba5 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/month-picker-key-operations-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/month-picker-key-operations-expected.txt
@@ -49,13 +49,13 @@ PASS selectedValue() is "2000-01"
PASS selectedDayCells() is "2000-01-30,2000-01-31"
PASS highlightedValue() is "2000-02"
PASS highlightedDayCells() is "2000-02-01,2000-02-02,2000-02-03,2000-02-04,2000-02-05,2000-02-06,2000-02-07,2000-02-08,2000-02-09,2000-02-10,2000-02-11,2000-02-12,2000-02-13,2000-02-14,2000-02-15,2000-02-16,2000-02-17,2000-02-18,2000-02-19,2000-02-20,2000-02-21,2000-02-22,2000-02-23,2000-02-24,2000-02-25,2000-02-26,2000-02-27,2000-02-28,2000-02-29"
-press pageDown
+press PageDown
PASS currentMonth() is "2000-03"
PASS selectedValue() is "2000-01"
PASS selectedDayCells() is ""
PASS highlightedValue() is "2000-02"
PASS highlightedDayCells() is "2000-02-27,2000-02-28,2000-02-29"
-press pageUp
+press PageUp
PASS currentMonth() is "2000-02"
PASS selectedValue() is "2000-01"
PASS selectedDayCells() is "2000-01-30,2000-01-31"
@@ -135,9 +135,9 @@ press left
PASS highlightedMonthButton() is "2000-10"
press up
PASS highlightedMonthButton() is "2000-06"
-press pageDown
+press PageDown
PASS highlightedMonthButton() is "2001-06"
-press pageUp
+press PageUp
PASS highlightedMonthButton() is "2000-06"
select month in the month popup
PASS popupWindow.global.picker.monthPopupView.isVisible is false

Powered by Google App Engine
This is Rietveld 408576698