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

Side by Side Diff: LayoutTests/platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt

Issue 12082066: Merge 140778 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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 month picker key bindings work as expected. 1 Tests if month 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 selectedMonth() is "2000-01" 10 PASS selectedMonth() is "2000-01"
(...skipping 27 matching lines...) Expand all
38 press shift + d 38 press shift + d
39 PASS selectedMonth() is "2000-02" 39 PASS selectedMonth() is "2000-02"
40 PASS currentMonth() is "2000-02" 40 PASS currentMonth() is "2000-02"
41 PASS document.getElementById("mock-page-popup") is null 41 PASS document.getElementById("mock-page-popup") is null
42 PASS document.getElementById("month").value is "2000-02" 42 PASS document.getElementById("month").value is "2000-02"
43 PASS testToday() || testToday() is true 43 PASS testToday() || testToday() is true
44 Check if tabbing works. 44 Check if tabbing works.
45 PASS focusedElement() is ".days-area-container" 45 PASS focusedElement() is ".days-area-container"
46 PASS focusedElement() is ".today-button[value=<<ThisMonthLabel>>]" 46 PASS focusedElement() is ".today-button[value=<<ThisMonthLabel>>]"
47 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]" 47 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]"
48 PASS focusedElement() is ".year-month-button[value=<<]" 48 PASS focusedElement() is ".year-month-button"
49 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]" 49 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]"
50 PASS document.getElementById("mock-page-popup") is null 50 PASS document.getElementById("mock-page-popup") is null
51 PASS document.getElementById("month").value is "2000-02" 51 PASS document.getElementById("month").value is "2000-02"
52 PASS F4 opened picker. 52 PASS F4 opened picker.
53 PASS successfullyParsed is true 53 PASS successfullyParsed is true
54 54
55 TEST COMPLETE 55 TEST COMPLETE
56 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698