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

Side by Side Diff: LayoutTests/fast/forms/number/number-keyoperation-expected.txt

Issue 1100273002: input[type=number] UI should reject invalid characters. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
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 "123"
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: 12 Press the down and alt arrow key, should not decrement value:
13 PASS input.value is "123" 13 PASS input.value is "123"
14 Disable input element: 14 Disable input element:
15 PASS input.value is "123" 15 PASS input.value is "123"
16 Read-only input element: 16 Read-only input element:
17 PASS input.value is "123" 17 PASS input.value is "123"
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/number/number-keyoperation.html ('k') | LayoutTests/fast/forms/number/number-l10n-input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698