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

Unified 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 side-by-side diff with in-line comments
Download patch
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.
+

Powered by Google App Engine
This is Rietveld 408576698