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

Side by Side Diff: LayoutTests/fast/forms/calendar-picker/week-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 week picker mouse operations work as expected. 1 Tests if week 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-W01" 9 PASS selectedValue() is "2000-W01"
10 PASS selectedDayCells() is "2000-01-03,2000-01-04,2000-01-05,2000-01-06,2000-01- 07,2000-01-08,2000-01-09" 10 PASS selectedDayCells() is "2000-01-03,2000-01-04,2000-01-05,2000-01-06,2000-01- 07,2000-01-08,2000-01-09"
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 Check that clicking an year list cell opens it. 62 Check that clicking an year list cell opens it.
63 PASS checkYearListViewScrollOffset() > 0 is true 63 PASS checkYearListViewScrollOffset() > 0 is true
64 PASS highlightedMonthButton() is "1999-10" 64 PASS highlightedMonthButton() is "1999-10"
65 Check that clicking the month popup sets the month. 65 Check that clicking the month popup sets the month.
66 PASS popupWindow.global.picker.monthPopupView.isVisible is false 66 PASS popupWindow.global.picker.monthPopupView.isVisible is false
67 PASS currentMonth() is "1999-06" 67 PASS currentMonth() is "1999-06"
68 PASS successfullyParsed is true 68 PASS successfullyParsed is true
69 69
70 TEST COMPLETE 70 TEST COMPLETE
71 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698