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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/datetime-expected.txt

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/datetime-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/datetime-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/datetime-expected.txt
deleted file mode 100644
index dd383acedfe5848dda5829f4c335748ec045e5f9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/datetime-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-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