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

Side by Side Diff: LayoutTests/fast/forms/calendar-picker/month-picker-mouse-operations-expected.txt

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
1 Tests if month picker mouse operations work as expected. 1 Tests if month picker mouse operations 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 PASS currentMonth() is "2000-01" 8 PASS currentMonth() is "2000-01"
9 PASS selectedValue() is "2000-01" 9 PASS selectedValue() is "2000-01"
10 PASS selectedDayCells() is "2000-01-01,2000-01-02,2000-01-03,2000-01-04,2000-01- 05,2000-01-06,2000-01-07,2000-01-08,2000-01-09,2000-01-10,2000-01-11,2000-01-12, 2000-01-13,2000-01-14,2000-01-15,2000-01-16,2000-01-17,2000-01-18,2000-01-19,200 0-01-20,2000-01-21,2000-01-22,2000-01-23,2000-01-24,2000-01-25,2000-01-26,2000-0 1-27,2000-01-28,2000-01-29,2000-01-30,2000-01-31" 10 PASS selectedDayCells() is "2000-01-01,2000-01-02,2000-01-03,2000-01-04,2000-01- 05,2000-01-06,2000-01-07,2000-01-08,2000-01-09,2000-01-10,2000-01-11,2000-01-12, 2000-01-13,2000-01-14,2000-01-15,2000-01-16,2000-01-17,2000-01-18,2000-01-19,200 0-01-20,2000-01-21,2000-01-22,2000-01-23,2000-01-24,2000-01-25,2000-01-26,2000-0 1-27,2000-01-28,2000-01-29,2000-01-30,2000-01-31"
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 Check that clicking an year list cell opens it. 57 Check that clicking an year list cell opens it.
58 PASS checkYearListViewScrollOffset() > 0 is true 58 PASS checkYearListViewScrollOffset() > 0 is true
59 PASS highlightedMonthButton() is "1999-10" 59 PASS highlightedMonthButton() is "1999-10"
60 Check that clicking the month popup sets the month. 60 Check that clicking the month popup sets the month.
61 PASS popupWindow.global.picker.monthPopupView.isVisible is false 61 PASS popupWindow.global.picker.monthPopupView.isVisible is false
62 PASS currentMonth() is "1999-06" 62 PASS currentMonth() is "1999-06"
63 PASS successfullyParsed is true 63 PASS successfullyParsed is true
64 64
65 TEST COMPLETE 65 TEST COMPLETE
66 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698