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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 Test for keyboard operations for <input type=number> 1 Test for keyboard operations for <input type=number>
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Inserting "ab123cd": 6 Inserting "ab123cd":
7 PASS input.value is "" 7 PASS input.value is ""
8 Press the up arrow key: 8 Press the up arrow key:
9 PASS input.value is "124" 9 PASS input.value is "124"
10 Press the down arrow key: 10 Press the down arrow key:
11 PASS input.value is "123" 11 PASS input.value is "123"
12 Press the down and alt arrow key, should not decrement value:
13 PASS input.value is "123"
12 Disable input element: 14 Disable input element:
13 PASS input.value is "123" 15 PASS input.value is "123"
14 Read-only input element: 16 Read-only input element:
15 PASS input.value is "123" 17 PASS input.value is "123"
16 PASS successfullyParsed is true 18 PASS successfullyParsed is true
17 19
18 TEST COMPLETE 20 TEST COMPLETE
19 21
OLDNEW
« 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