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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/datetime-expected.txt

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698