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

Side by Side Diff: LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt

Issue 11420033: Merge 134390 - Unable to set valid time value to input[type=time] with user interaction in some cas… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month 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 Sub-fields in input[type=time] should be read-only in some cases. This requires window.internals. 1 Sub-fields in input[type=time] should be read-only in some cases. This requires window.internals.
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 createTimeInput argument order: min, step, value 6 createTimeInput argument order: min, step, value
7 7
8 Milliseconds field: 8 Milliseconds field:
9 PASS isReadOnlyField(createTimeInput("00:00:00.500", step1sec, ""), pseudoMillis econd) is true 9 PASS isReadOnlyField(createTimeInput("00:00:00.500", step1sec, ""), pseudoMillis econd) is true
10 PASS isReadOnlyField(createTimeInput("00:00:00.500", step1sec, "00:00:00.500"), pseudoMillisecond) is true 10 PASS isReadOnlyField(createTimeInput("00:00:00.500", step1sec, "00:00:00.500"), pseudoMillisecond) is true
(...skipping 20 matching lines...) Expand all
31 PASS isReadOnlyField(createTimeInput("11:30", step1day, "12:30"), pseudoHour) is false 31 PASS isReadOnlyField(createTimeInput("11:30", step1day, "12:30"), pseudoHour) is false
32 PASS isReadOnlyField(createTimeInput("11:30", step1day, "12:30"), pseudoAMPM) is false 32 PASS isReadOnlyField(createTimeInput("11:30", step1day, "12:30"), pseudoAMPM) is false
33 PASS isReadOnlyField(createTimeInput("11:30", step1day, "12:30"), pseudoMinute) is true 33 PASS isReadOnlyField(createTimeInput("11:30", step1day, "12:30"), pseudoMinute) is true
34 PASS isReadOnlyField(createTimeInput("00:00", step1day, "12:30"), pseudoHour) is false 34 PASS isReadOnlyField(createTimeInput("00:00", step1day, "12:30"), pseudoHour) is false
35 PASS isReadOnlyField(createTimeInput("00:00", step1day, "12:30"), pseudoAMPM) is false 35 PASS isReadOnlyField(createTimeInput("00:00", step1day, "12:30"), pseudoAMPM) is false
36 PASS isReadOnlyField(createTimeInput("00:00", step1day, "12:30"), pseudoMinute) is false 36 PASS isReadOnlyField(createTimeInput("00:00", step1day, "12:30"), pseudoMinute) is false
37 PASS successfullyParsed is true 37 PASS successfullyParsed is true
38 38
39 TEST COMPLETE 39 TEST COMPLETE
40 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698