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

Unified Diff: LayoutTests/platform/win/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt

Issue 654083004: Auto-rebaseline for r183710 (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/platform/android/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/platform/win/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt
diff --git a/LayoutTests/platform/win/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt b/LayoutTests/platform/win/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt
deleted file mode 100644
index 56a7de737317ff97d9e167b4ce04bdbaff9ffb4e..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-Tests that key bindings work as expected.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Check that page popup doesn't exist at first.
-PASS document.getElementById("mock-page-popup") is null
-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-01-01"
-PASS highlightedEntry() is "2012-01-02"
-PASS highlightedEntry() is "2012-01-01"
-Check that up arrow key at top of list does nothing.
-PASS highlightedEntry() is "2012-01-01"
-PASS highlightedEntry() is "2012-01-02"
-Check that page up/down arrow keys work.
-PASS highlightedEntry() is "2012-02-09"
-PASS highlightedEntry() is "2012-02-29"
-PASS highlightedEntry() is "2012-01-21"
-PASS highlightedEntry() is "2012-02-29"
-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-03-08"
-PASS document.getElementById("mock-page-popup") is null
-PASS document.getElementById("date").value is "2012-03-08"
-Reopen popup.
-PASS highlightedEntry() is "@openCalendarPicker"
-Open calendar picker.
-PASS expectingDidHideEvent is true
-PASS expectingDidHideEvent is false
-Confirm calendar picker did open.
-PASS popupWindow.document.getElementById("main").firstChild.classList.contains("calendar-picker") is true
-Check that escape key closes the popup.
-PASS document.getElementById("mock-page-popup") is null
-PASS document.getElementById("date").value is "2012-03-08"
-PASS F4 opened picker.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/platform/android/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698