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

Side by Side Diff: LayoutTests/platform/android/fast/forms/suggestion-picker/datetimelocal-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 Check that page popup doesn't exist at first. 1 Check that page popup doesn't exist at first.
2 PASS document.getElementById("mock-page-popup") is null 2 PASS document.getElementById("mock-page-popup") is null
3 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController] " 3 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController] "
4 Check that page popup exists. 4 Check that page popup exists.
5 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController] " 5 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController] "
6 Check that up/down arrow keys work. 6 Check that up/down arrow keys work.
7 PASS highlightedEntry() is null 7 PASS highlightedEntry() is null
8 PASS highlightedEntry() is "2012-11-22T01:01" 8 PASS highlightedEntry() is "2012-11-22T01:01"
9 PASS highlightedEntry() is "2012-11-22T01:02" 9 PASS highlightedEntry() is "2012-11-22T01:02"
10 PASS highlightedEntry() is "2012-11-22T01:01" 10 PASS highlightedEntry() is "2012-11-22T01:01"
(...skipping 14 matching lines...) Expand all
25 PASS document.getElementById("datetime-local").value is "2012-11-22T02:07" 25 PASS document.getElementById("datetime-local").value is "2012-11-22T02:07"
26 Reopen popup. 26 Reopen popup.
27 Check that escape key closes the popup. 27 Check that escape key closes the popup.
28 PASS document.getElementById("mock-page-popup") is null 28 PASS document.getElementById("mock-page-popup") is null
29 PASS document.getElementById("datetime-local").value is "2012-11-22T02:07" 29 PASS document.getElementById("datetime-local").value is "2012-11-22T02:07"
30 PASS F4 opened picker. 30 PASS F4 opened picker.
31 PASS successfullyParsed is true 31 PASS successfullyParsed is true
32 32
33 TEST COMPLETE 33 TEST COMPLETE
34 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698