| Index: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/datetime-expected.txt
|
| diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/datetime-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/datetime-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dd383acedfe5848dda5829f4c335748ec045e5f9
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/datetime-expected.txt
|
| @@ -0,0 +1,38 @@
|
| +This is a testharness.js-based test.
|
| +PASS date type support on input element
|
| +PASS [date] The value must be a valid global date and time string
|
| +PASS [date] The min attribute must have a value that is a valid global date and time string
|
| +PASS [date] The max attribute must have a value that is a valid global date and time string
|
| +PASS [date] The step attribute must be expressed in seconds
|
| +PASS [date] stepUp method support on input 'date' element
|
| +PASS [date] stepDown method support on input 'date' element
|
| +PASS [time] time type support on input element
|
| +PASS [time] The value must be a valid global date and time string
|
| +PASS [time] The min attribute must have a value that is a valid global date and time string
|
| +PASS [time] The max attribute must have a value that is a valid global date and time string
|
| +PASS [time] The step attribute must be expressed in seconds
|
| +PASS [time] stepUp method support on input 'time' element
|
| +PASS [time] stepDown method support on input 'time' element
|
| +FAIL datetime type support on input element assert_equals: expected "datetime" but got "text"
|
| +PASS [datetime] The must be a valid global date and time string
|
| +PASS [datetime] The min attribute must have a value that is a valid global date and time string
|
| +PASS [datetime] The max attribute must have a value that is a valid global date and time string
|
| +PASS [datetime] The step attribute must be expressed in seconds
|
| +PASS [datetime] stepUp method support on input 'datetime' element
|
| +PASS [datetime] stepDown method support on input 'datetime' element
|
| +PASS month type support on input element
|
| +PASS [month] The value must be a value that is a valid global date and time string
|
| +PASS [month] The min attribute must have a value that is a valid global date and time string
|
| +PASS [month] The max attribute must have a value that is a valid global date and time string
|
| +PASS [month] The step attribute must be expressed in seconds
|
| +PASS [month] stepUp method support on input 'month' element
|
| +PASS [month] stepDown method support on input 'month' element
|
| +PASS week type support on input element
|
| +PASS [week] The value must be a value that is a valid global date and time string
|
| +PASS [week] The min attribute must have a value that is a valid global date and time string
|
| +PASS [week] The max attribute must have a value that is a valid global date and time string
|
| +PASS [week] The step attribute must be expressed in seconds
|
| +PASS [week] stepUp method support on input 'week' element
|
| +PASS [week] stepDown method support on input 'week' element
|
| +Harness: the test ran to completion.
|
| +
|
|
|