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

Side by Side Diff: LayoutTests/fast/forms/date/calendar-picker-key-operations-expected.txt

Issue 10968055: Merge 129106 - REGRESSION(r127727): Can't navigate between months with arrow keys in calendar picker (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 2 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 pickerWindow.pagePopupController.toString() is "[object PagePopupController ]" 9 PASS pickerWindow.pagePopupController.toString() is "[object PagePopupController ]"
10 PASS selectedDate() is "2000-01-02" 10 PASS selectedDate() is "2000-01-02"
(...skipping 10 matching lines...) Expand all
21 PASS selectedDate() is "1999-12-26" 21 PASS selectedDate() is "1999-12-26"
22 PASS selectedMonthYear() is "2000-0" 22 PASS selectedMonthYear() is "2000-0"
23 PASS selectedDate() is "2000-01-08" 23 PASS selectedDate() is "2000-01-08"
24 PASS selectedMonthYear() is "1999-11" 24 PASS selectedMonthYear() is "1999-11"
25 PASS selectedDate() is "1999-12-26" 25 PASS selectedDate() is "1999-12-26"
26 PASS selectedMonthYear() is "2000-0" 26 PASS selectedMonthYear() is "2000-0"
27 PASS successfullyParsed is true 27 PASS successfullyParsed is true
28 28
29 TEST COMPLETE 29 TEST COMPLETE
30 30
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/date/calendar-picker-key-operations.html ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698