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

Side by Side Diff: LayoutTests/fast/forms/date-multiple-fields/date-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 month input type with keyboard events 1 Multiple fields UI of month 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-09-20" 16 PASS input.value is "0012-09-20"
17 == Digit keys starting with zero ==
18 PASS input.value is "0044-02-03"
19 == Digit keys and backspace key ==
20 PASS input.value is "0008-05-06"
17 == Left/Right keys == 21 == Left/Right keys ==
18 PASS input.value is "2012-09-06" 22 PASS input.value is "2012-09-06"
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-10-29" 25 PASS input.value is "2012-10-29"
22 PASS input.value is "2012-08-29" 26 PASS input.value is "2012-08-29"
23 == Up/Down keys on empty value == 27 == Up/Down keys on empty value ==
24 PASS input.value is "2012-11-01" 28 PASS input.value is "2012-11-01"
25 == Up/Down keys on empty value 2 == 29 == Up/Down keys on empty value 2 ==
26 PASS input.value is "2012-02-28" 30 PASS input.value is "2012-02-28"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 PASS input.value is "2012-03-01" 62 PASS input.value is "2012-03-01"
59 == Disabled/readonly == 63 == Disabled/readonly ==
60 PASS input.value is "2012-10-08" 64 PASS input.value is "2012-10-08"
61 PASS input.value is "2012-11-08" 65 PASS input.value is "2012-11-08"
62 PASS input.value is "2012-11-08" 66 PASS input.value is "2012-11-08"
63 PASS input.value is "2012-12-08" 67 PASS input.value is "2012-12-08"
64 PASS successfullyParsed is true 68 PASS successfullyParsed is true
65 69
66 TEST COMPLETE 70 TEST COMPLETE
67 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698