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

Side by Side Diff: LayoutTests/platform/android/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt

Issue 653333003: Auto-rebaseline for r183720 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | 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 24 matching lines...) Expand all
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("month").value is "2016-12" 39 PASS document.getElementById("month").value is "2016-12"
40 PASS F4 opened picker. 40 PASS F4 opened picker.
41 PASS successfullyParsed is true 41 PASS successfullyParsed is true
42 42
43 TEST COMPLETE 43 TEST COMPLETE
44 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698