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

Side by Side Diff: LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-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 datetime-local input type with keyboard events 1 Multiple fields UI of datetime-local 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 "98765-09-20T07:56" 16 PASS input.value is "98765-09-20T07:56"
17 == Digit keys starting with zero ==
18 PASS input.value is "0044-02-03T05:06"
19 == Digit keys and backspace key ==
20 PASS input.value is "0008-05-06T09:10"
17 == Left/Right keys == 21 == Left/Right keys ==
18 PASS input.value is "0004-09-05T19:05" 22 PASS input.value is "0004-09-05T19:05"
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-29T00:00" 25 PASS input.value is "2012-10-29T00:00"
22 PASS input.value is "2012-08-29T00:00" 26 PASS input.value is "2012-08-29T00:00"
23 == Up/Down keys on empty value == 27 == Up/Down keys on empty value ==
24 PASS input.value is "2012-11-01T01:59" 28 PASS input.value is "2012-11-01T01:59"
25 == Tab key == 29 == Tab key ==
26 PASS input.value is "2012-09-05T12:00" 30 PASS input.value is "2012-09-05T12:00"
(...skipping 28 matching lines...) Expand all
55 PASS input.value is "0008-03-01T01:00" 59 PASS input.value is "0008-03-01T01:00"
56 == Disabled/readonly == 60 == Disabled/readonly ==
57 PASS input.value is "2012-10-08T00:00" 61 PASS input.value is "2012-10-08T00:00"
58 PASS input.value is "2012-11-08T00:00" 62 PASS input.value is "2012-11-08T00:00"
59 PASS input.value is "2012-11-08T00:00" 63 PASS input.value is "2012-11-08T00:00"
60 PASS input.value is "2012-12-08T00:00" 64 PASS input.value is "2012-12-08T00:00"
61 PASS successfullyParsed is true 65 PASS successfullyParsed is true
62 66
63 TEST COMPLETE 67 TEST COMPLETE
64 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698