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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/calendar-picker/calendar-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, 5 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 unified diff | Download patch
OLDNEW
1 Tests if calendar picker key bindings work as expected. 1 Tests if calendar picker key bindings work as expected.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Check that page popup doesn't exist at first. 6 Check that page popup doesn't exist at first.
7 PASS document.getElementById("mock-page-popup") is null 7 PASS document.getElementById("mock-page-popup") is null
8 Check that page popup exists. 8 Check that page popup exists.
9 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController] " 9 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController] "
10 PASS isCalendarTableScrollingWithAnimation() is false 10 PASS isCalendarTableScrollingWithAnimation() is false
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 PASS selectedValue() is "2000-01-02" 52 PASS selectedValue() is "2000-01-02"
53 PASS selectedDayCells() is "" 53 PASS selectedDayCells() is ""
54 PASS highlightedValue() is "1999-12-25" 54 PASS highlightedValue() is "1999-12-25"
55 PASS highlightedDayCells() is "1999-12-25" 55 PASS highlightedDayCells() is "1999-12-25"
56 press right 56 press right
57 PASS currentMonth() is "1999-12" 57 PASS currentMonth() is "1999-12"
58 PASS selectedValue() is "2000-01-02" 58 PASS selectedValue() is "2000-01-02"
59 PASS selectedDayCells() is "" 59 PASS selectedDayCells() is ""
60 PASS highlightedValue() is "1999-12-26" 60 PASS highlightedValue() is "1999-12-26"
61 PASS highlightedDayCells() is "1999-12-26" 61 PASS highlightedDayCells() is "1999-12-26"
62 press pageDown 62 press PageDown
63 PASS currentMonth() is "2000-01" 63 PASS currentMonth() is "2000-01"
64 PASS selectedValue() is "2000-01-02" 64 PASS selectedValue() is "2000-01-02"
65 PASS selectedDayCells() is "2000-01-02" 65 PASS selectedDayCells() is "2000-01-02"
66 PASS highlightedValue() is "1999-12-26" 66 PASS highlightedValue() is "1999-12-26"
67 PASS highlightedDayCells() is "1999-12-26" 67 PASS highlightedDayCells() is "1999-12-26"
68 press pageUp 68 press PageUp
69 PASS currentMonth() is "1999-12" 69 PASS currentMonth() is "1999-12"
70 PASS selectedValue() is "2000-01-02" 70 PASS selectedValue() is "2000-01-02"
71 PASS selectedDayCells() is "" 71 PASS selectedDayCells() is ""
72 PASS highlightedValue() is "1999-12-26" 72 PASS highlightedValue() is "1999-12-26"
73 PASS highlightedDayCells() is "1999-12-26" 73 PASS highlightedDayCells() is "1999-12-26"
74 press m 74 press m
75 PASS isCalendarTableScrollingWithAnimation() is true 75 PASS isCalendarTableScrollingWithAnimation() is true
76 PASS currentMonth() is "2000-01" 76 PASS currentMonth() is "2000-01"
77 PASS selectedValue() is "2000-01-02" 77 PASS selectedValue() is "2000-01-02"
78 PASS selectedDayCells() is "2000-01-02" 78 PASS selectedDayCells() is "2000-01-02"
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 press right 138 press right
139 PASS highlightedMonthButton() is "2000-07" 139 PASS highlightedMonthButton() is "2000-07"
140 press right 140 press right
141 PASS highlightedMonthButton() is "2000-08" 141 PASS highlightedMonthButton() is "2000-08"
142 press right 142 press right
143 PASS highlightedMonthButton() is "2000-09" 143 PASS highlightedMonthButton() is "2000-09"
144 press left 144 press left
145 PASS highlightedMonthButton() is "2000-08" 145 PASS highlightedMonthButton() is "2000-08"
146 press up 146 press up
147 PASS highlightedMonthButton() is "2000-04" 147 PASS highlightedMonthButton() is "2000-04"
148 press pageDown 148 press PageDown
149 PASS highlightedMonthButton() is "2001-04" 149 PASS highlightedMonthButton() is "2001-04"
150 press pageUp 150 press PageUp
151 PASS highlightedMonthButton() is "2000-04" 151 PASS highlightedMonthButton() is "2000-04"
152 select month in the month popup 152 select month in the month popup
153 PASS popupWindow.global.picker.monthPopupView.isVisible is false 153 PASS popupWindow.global.picker.monthPopupView.isVisible is false
154 PASS currentMonth() is "2000-04" 154 PASS currentMonth() is "2000-04"
155 PASS selectedValue() is "1999-12-26" 155 PASS selectedValue() is "1999-12-26"
156 PASS selectedDayCells() is "" 156 PASS selectedDayCells() is ""
157 PASS highlightedValue() is "1999-12-26" 157 PASS highlightedValue() is "1999-12-26"
158 PASS highlightedDayCells() is "" 158 PASS highlightedDayCells() is ""
159 focus calendar table 159 focus calendar table
160 press t 160 press t
161 PASS testToday() || testToday() is true 161 PASS testToday() || testToday() is true
162 press esc 162 press esc
163 PASS document.getElementById("mock-page-popup") is null 163 PASS document.getElementById("mock-page-popup") is null
164 PASS successfullyParsed is true 164 PASS successfullyParsed is true
165 165
166 TEST COMPLETE 166 TEST COMPLETE
167 167
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698