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

Side by Side Diff: LayoutTests/platform/chromium/fast/forms/calendar-picker/week-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 selectedWeek() is "2000-W01" 10 PASS selectedWeek() is "2000-W01"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 press shift + d 42 press shift + d
43 PASS selectedWeek() is "2000-W02" 43 PASS selectedWeek() is "2000-W02"
44 PASS currentMonth() is "2000-01" 44 PASS currentMonth() is "2000-01"
45 PASS document.getElementById("mock-page-popup") is null 45 PASS document.getElementById("mock-page-popup") is null
46 PASS document.getElementById("week").value is "2000-W02" 46 PASS document.getElementById("week").value is "2000-W02"
47 PASS testToday() || testToday() is true 47 PASS testToday() || testToday() is true
48 Check if tabbing works. 48 Check if tabbing works.
49 PASS focusedElement() is ".days-area-container" 49 PASS focusedElement() is ".days-area-container"
50 PASS focusedElement() is ".today-button[value=<<ThisWeekLabel>>]" 50 PASS focusedElement() is ".today-button[value=<<ThisWeekLabel>>]"
51 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]" 51 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]"
52 PASS focusedElement() is ".year-month-button[value=<<]" 52 PASS focusedElement() is ".year-month-button"
53 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]" 53 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]"
54 PASS document.getElementById("mock-page-popup") is null 54 PASS document.getElementById("mock-page-popup") is null
55 PASS document.getElementById("week").value is "2000-W02" 55 PASS document.getElementById("week").value is "2000-W02"
56 PASS successfullyParsed is true 56 PASS successfullyParsed is true
57 57
58 TEST COMPLETE 58 TEST COMPLETE
59 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698