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

Unified Diff: LayoutTests/fast/forms/select/select-typeahead-with-spacekey-expected.txt

Issue 1058243002: Implement support to consider <space> key as part of typeAhead searching. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch with new implementation Created 5 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/fast/forms/select/select-typeahead-with-spacekey-expected.txt
diff --git a/LayoutTests/fast/forms/select/select-typeahead-with-spacekey-expected.txt b/LayoutTests/fast/forms/select/select-typeahead-with-spacekey-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9b6fa2887c1bfaece8579c6d37622e2e85eb46ad
--- /dev/null
+++ b/LayoutTests/fast/forms/select/select-typeahead-with-spacekey-expected.txt
@@ -0,0 +1,18 @@
+Two keystrokes are considered as part of one typehead session if time difference between them is less than 1 sec
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+1. space key as part of search string.
+PASS internals.isSelectPopupVisible(popup) is false
+PASS popup.value is "United States"
+2. space key as part of search string with some delay.
+PASS internals.isSelectPopupVisible(popup) is false
+PASS popup.value is "Spain"
+3. space key to open popup menu.
+PASS internals.isSelectPopupVisible(popup) is true
+PASS popup.value is "United Arab Emerites"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/forms/select/select-typeahead-with-spacekey.html ('k') | Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698