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

Side by Side Diff: LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt

Issue 11801035: Merge 138365 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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 Multiple fields UI of week input type with keyboard events 1 Multiple fields UI of week input type with keyboard events
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 Please run this with DumpRenderTree. 6 Please run this with DumpRenderTree.
7 7
8 Test following keys: 8 Test following keys:
9 Digits 9 Digits
10 Left/Right - Move focus field inside element 10 Left/Right - Move focus field inside element
11 Up/Down - Increment/decrement value of focus field 11 Up/Down - Increment/decrement value of focus field
12 Tab - Move focus field 12 Tab - Move focus field
13 Backspace - Make value empty 13 Backspace - Make value empty
14 14
15 == Digit keys == 15 == Digit keys ==
16 PASS input.value is "0012-W09" 16 PASS input.value is "0012-W09"
17 == Digit keys starting with zero ==
18 PASS input.value is "0300-W02"
19 == Digit keys and backspace key ==
20 PASS input.value is "0006-W01"
17 == Left/Right keys == 21 == Left/Right keys ==
18 PASS input.value is "0005-W06" 22 PASS input.value is "0005-W06"
19 PASS document.activeElement.id is "input" 23 PASS document.activeElement.id is "input"
20 == Up/Down keys == 24 == Up/Down keys ==
21 PASS input.value is "2012-W10" 25 PASS input.value is "2012-W10"
22 PASS input.value is "2012-W08" 26 PASS input.value is "2012-W08"
23 == Up/Down keys on empty value == 27 == Up/Down keys on empty value ==
24 PASS input.value is "2012-W52" 28 PASS input.value is "2012-W52"
25 == Up/Down keys on empty value 2 == 29 == Up/Down keys on empty value 2 ==
26 PASS input.value is "2012-W02" 30 PASS input.value is "2012-W02"
(...skipping 26 matching lines...) Expand all
53 PASS input.value is "0002-W12" 57 PASS input.value is "0002-W12"
54 == Disabled/readonly == 58 == Disabled/readonly ==
55 PASS input.value is "2012-W10" 59 PASS input.value is "2012-W10"
56 PASS input.value is "2012-W11" 60 PASS input.value is "2012-W11"
57 PASS input.value is "2012-W11" 61 PASS input.value is "2012-W11"
58 PASS input.value is "2012-W12" 62 PASS input.value is "2012-W12"
59 PASS successfullyParsed is true 63 PASS successfullyParsed is true
60 64
61 TEST COMPLETE 65 TEST COMPLETE
62 66
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698