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

Unified Diff: LayoutTests/fast/forms/number/number-keyoperation-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: Updated as per code review commnets 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-keyoperation-expected.txt
diff --git a/LayoutTests/fast/forms/number/number-keyoperation-expected.txt b/LayoutTests/fast/forms/number/number-keyoperation-expected.txt
index 1c4fc344e62baec018fed6a46b022e385dd0757b..fc48c3fd867dd369b61816fca847948d71962696 100644
--- a/LayoutTests/fast/forms/number/number-keyoperation-expected.txt
+++ b/LayoutTests/fast/forms/number/number-keyoperation-expected.txt
@@ -9,6 +9,8 @@ Press the up arrow key:
PASS input.value is "124"
Press the down arrow key:
PASS input.value is "123"
+Press the down and alt arrow key, should not decrement value:
+PASS input.value is "123"
Disable input element:
PASS input.value is "123"
Read-only input element:
« no previous file with comments | « LayoutTests/fast/forms/number/number-keyoperation.html ('k') | Source/core/html/forms/TextFieldInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698