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

Side by Side Diff: LayoutTests/fast/forms/calendar-picker/calendar-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 calendar picker mouse opearations work as expected. 1 Tests if calendar picker mouse opearations 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-02" 9 PASS selectedValue() is "2000-01-02"
10 PASS selectedDayCells() is "2000-01-02" 10 PASS selectedDayCells() is "2000-01-02"
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 Check that clicking an year list cell opens it. 46 Check that clicking an year list cell opens it.
47 PASS checkYearListViewScrollOffset() > 0 is true 47 PASS checkYearListViewScrollOffset() > 0 is true
48 PASS highlightedMonthButton() is "1999-10" 48 PASS highlightedMonthButton() is "1999-10"
49 Check that clicking the month popup sets the month. 49 Check that clicking the month popup sets the month.
50 PASS popupWindow.global.picker.monthPopupView.isVisible is false 50 PASS popupWindow.global.picker.monthPopupView.isVisible is false
51 PASS currentMonth() is "1999-06" 51 PASS currentMonth() is "1999-06"
52 PASS successfullyParsed is true 52 PASS successfullyParsed is true
53 53
54 TEST COMPLETE 54 TEST COMPLETE
55 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698