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

Unified Diff: LayoutTests/fast/forms/number/number-appearance-keyboard-expected.txt

Issue 218683010: Using alt and down key to open datalist using keyboard (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test changes and avoid early return for key handling Created 6 years, 9 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/number/number-appearance-keyboard-expected.txt
diff --git a/LayoutTests/fast/forms/number/number-appearance-keyboard-expected.txt b/LayoutTests/fast/forms/number/number-appearance-keyboard-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ca07c8348b2a27b9b3806ad464eea67e29b0ebff
--- /dev/null
+++ b/LayoutTests/fast/forms/number/number-appearance-keyboard-expected.txt
@@ -0,0 +1,13 @@
+Test alt+down does not generate stepDown.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Test down+alt key does not generate stepDown
+PASS number.value is "0"
+Test only down key alone generates stepDown
+PASS number.value is "-1"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698