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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt

Issue 2360123002: Import wpt@3801ab5834101113e5f53bfb57e3c76b2b87ecbb (Closed)
Patch Set: Mark the failing test to Win only Created 4 years, 3 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/wpt/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt
index c0788c81cfd588db9a7227213a10c9d8ceaba711..3239aa1e9a67c58581b520d2b73b2400205f558e 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt
@@ -17,7 +17,17 @@ PASS [INPUT in EMAIL status] The value is empty and required is true
PASS [INPUT in PASSWORD status] The required attribute is not set
PASS [INPUT in PASSWORD status] The value is not empty and required is true
PASS [INPUT in PASSWORD status] The value is empty and required is true
-FAIL [INPUT in DATETIME status] The datetime type must be supported. assert_equals: The datetime type should be supported. expected "datetime" but got "text"
+PASS [INPUT in DATETIME-LOCAL status] The required attribute is not set
+PASS [INPUT in DATETIME-LOCAL status] Valid local date and time string(2000-12-10T12:00:00)
+FAIL [INPUT in DATETIME-LOCAL status] Valid local date and time string(2000-12-10 12:00) assert_false: The validity.valueMissing should be false. expected false got true
+PASS [INPUT in DATETIME-LOCAL status] Valid local date and time string(1979-10-14T12:00:00.001)
+PASS [INPUT in DATETIME-LOCAL status] The value attribute is a number(1234567)
+PASS [INPUT in DATETIME-LOCAL status] The value attribute is a Date object
+PASS [INPUT in DATETIME-LOCAL status] Invalid local date and time string(1979-10-99 99:99)
+FAIL [INPUT in DATETIME-LOCAL status] Valid local date and time string(1979-10-14 12:00:00) assert_false: The validity.valueMissing should be false. expected false got true
+PASS [INPUT in DATETIME-LOCAL status] Invalid local date and time string(2001-12-21 12:00)-two white space
+PASS [INPUT in DATETIME-LOCAL status] the value attribute is a string(abc)
+PASS [INPUT in DATETIME-LOCAL status] The value attribute is empty string
PASS [INPUT in DATE status] The required attribute is not set
PASS [INPUT in DATE status] Valid date string(2000-12-10)
PASS [INPUT in DATE status] Valid date string(9999-01-01)

Powered by Google App Engine
This is Rietveld 408576698