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

Side by Side Diff: LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-key-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 that key bindings work as expected. 1 Tests that 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 Check that up/down arrow keys work. 10 Check that up/down arrow keys work.
(...skipping 23 matching lines...) Expand all
34 PASS expectingDidHideEvent is false 34 PASS expectingDidHideEvent is false
35 Confirm calendar picker did open. 35 Confirm calendar picker did open.
36 PASS popupWindow.document.getElementById("main").firstChild.classList.contains(" calendar-picker") is true 36 PASS popupWindow.document.getElementById("main").firstChild.classList.contains(" calendar-picker") is true
37 Check that escape key closes the popup. 37 Check that escape key closes the popup.
38 PASS document.getElementById("mock-page-popup") is null 38 PASS document.getElementById("mock-page-popup") is null
39 PASS document.getElementById("week").value is "2013-W18" 39 PASS document.getElementById("week").value is "2013-W18"
40 PASS successfullyParsed is true 40 PASS successfullyParsed is true
41 41
42 TEST COMPLETE 42 TEST COMPLETE
43 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698