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

Unified Diff: LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetime-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations-expected.txt
diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations-expected.txt b/LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations-expected.txt
deleted file mode 100644
index 64b8229bc30b70a94ecb1f9552de5bffe80cb419..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-Check that page popup doesn't exist at first.
-PASS document.getElementById("mock-page-popup") is null
-PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]"
-Check that page popup exists.
-PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]"
-Check that up/down arrow keys work.
-PASS highlightedEntry() is null
-PASS highlightedEntry() is "2012-11-22T01:01Z"
-PASS highlightedEntry() is "2012-11-22T01:02Z"
-PASS highlightedEntry() is "2012-11-22T01:01Z"
-Check that up arrow key at top of list does nothing.
-PASS highlightedEntry() is "2012-11-22T01:01Z"
-PASS highlightedEntry() is "2012-11-22T01:02Z"
-Check that page up/down arrow keys work.
-PASS highlightedEntry() is "2012-11-22T01:40Z"
-PASS highlightedEntry() is "2012-11-22T02:00Z"
-PASS highlightedEntry() is "2012-11-22T01:21Z"
-PASS highlightedEntry() is "2012-11-22T02:00Z"
-PASS highlightedEntry() is "@openCalendarPicker"
-Check that down arrow key at bottom of list does nothing.
-PASS highlightedEntry() is "@openCalendarPicker"
-Check that enter key sets the highlighted value.
-PASS highlightedEntry() is "2012-11-22T02:07Z"
-PASS document.getElementById("mock-page-popup") is null
-PASS document.getElementById("datetime").value is "2012-11-22T02:07Z"
-Reopen popup.
-Check that escape key closes the popup.
-PASS document.getElementById("mock-page-popup") is null
-PASS document.getElementById("datetime").value is "2012-11-22T02:07Z"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698