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

Side by Side Diff: LayoutTests/platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-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 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 selectedDate() is "2000-01-02" 10 PASS selectedDate() is "2000-01-02"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 press shift + d 42 press shift + d
43 PASS selectedDate() is "1999-12-26" 43 PASS selectedDate() is "1999-12-26"
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("date").value is "1999-12-26" 46 PASS document.getElementById("date").value is "1999-12-26"
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=<<CalendarToday>>]" 50 PASS focusedElement() is ".today-button[value=<<CalendarToday>>]"
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 FAIL document.getElementById("mock-page-popup") should be null. Was [object HTML IFrameElement]. 54 FAIL document.getElementById("mock-page-popup") should be null. Was [object HTML IFrameElement].
55 PASS document.getElementById("date").value is "1999-12-26" 55 PASS document.getElementById("date").value is "1999-12-26"
56 PASS F4 opened picker. 56 PASS F4 opened picker.
57 PASS successfullyParsed is true 57 PASS successfullyParsed is true
58 58
59 TEST COMPLETE 59 TEST COMPLETE
60 60
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698