OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS date type support on input element |
| 3 PASS [date] The value must be a valid global date and time string |
| 4 PASS [date] The min attribute must have a value that is a valid global date and
time string |
| 5 PASS [date] The max attribute must have a value that is a valid global date and
time string |
| 6 PASS [date] The step attribute must be expressed in seconds |
| 7 PASS [date] stepUp method support on input 'date' element |
| 8 PASS [date] stepDown method support on input 'date' element |
| 9 PASS [time] time type support on input element |
| 10 PASS [time] The value must be a valid global date and time string |
| 11 PASS [time] The min attribute must have a value that is a valid global date and
time string |
| 12 PASS [time] The max attribute must have a value that is a valid global date and
time string |
| 13 PASS [time] The step attribute must be expressed in seconds |
| 14 PASS [time] stepUp method support on input 'time' element |
| 15 PASS [time] stepDown method support on input 'time' element |
| 16 FAIL datetime type support on input element assert_equals: expected "datetime" b
ut got "text" |
| 17 PASS [datetime] The must be a valid global date and time string |
| 18 PASS [datetime] The min attribute must have a value that is a valid global date
and time string |
| 19 PASS [datetime] The max attribute must have a value that is a valid global date
and time string |
| 20 PASS [datetime] The step attribute must be expressed in seconds |
| 21 PASS [datetime] stepUp method support on input 'datetime' element |
| 22 PASS [datetime] stepDown method support on input 'datetime' element |
| 23 PASS month type support on input element |
| 24 PASS [month] The value must be a value that is a valid global date and time stri
ng |
| 25 PASS [month] The min attribute must have a value that is a valid global date and
time string |
| 26 PASS [month] The max attribute must have a value that is a valid global date and
time string |
| 27 PASS [month] The step attribute must be expressed in seconds |
| 28 PASS [month] stepUp method support on input 'month' element |
| 29 PASS [month] stepDown method support on input 'month' element |
| 30 PASS week type support on input element |
| 31 PASS [week] The value must be a value that is a valid global date and time strin
g |
| 32 PASS [week] The min attribute must have a value that is a valid global date and
time string |
| 33 PASS [week] The max attribute must have a value that is a valid global date and
time string |
| 34 PASS [week] The step attribute must be expressed in seconds |
| 35 PASS [week] stepUp method support on input 'week' element |
| 36 PASS [week] stepDown method support on input 'week' element |
| 37 Harness: the test ran to completion. |
| 38 |
OLD | NEW |