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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-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-reportValidity-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
index 03eb69decb396cea33aabc50e4c2d5cc3314f7ce..669844a1a88bb6f8cef3917feca647f0529b8d70 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
@@ -26,6 +26,14 @@ ValidationMessageClient: main-message=Please include an '@' in the email address
ValidationMessageClient: main-message=Please include an '@' in the email address. 'abc' is missing an '@'. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
+ValidationMessageClient: main-message=Value must be 01/01/2000, 12:00 PM or earlier. sub-message=
+ValidationMessageClient: main-message=Value must be 01/01/2000, 12:00 PM or earlier. sub-message=
+ValidationMessageClient: main-message=Value must be 01/01/2001, 12:00 PM or later. sub-message=
+ValidationMessageClient: main-message=Value must be 01/01/2001, 12:00 PM or later. sub-message=
+ValidationMessageClient: main-message=Please enter a valid value. The two nearest valid values are 12/31/2000, 5:20 AM and 01/01/2001, 2:40 PM. sub-message=
+ValidationMessageClient: main-message=Please enter a valid value. The two nearest valid values are 12/31/2000, 5:20 AM and 01/01/2001, 2:40 PM. sub-message=
+ValidationMessageClient: main-message=Please fill out this field. sub-message=
+ValidationMessageClient: main-message=Please fill out this field. sub-message=
ValidationMessageClient: main-message=Value must be 01/01/2000 or earlier. sub-message=
ValidationMessageClient: main-message=Value must be 01/01/2000 or earlier. sub-message=
ValidationMessageClient: main-message=Value must be 01/01/2001 or later. sub-message=
@@ -129,7 +137,16 @@ PASS [INPUT in EMAIL status] suffering from a type mismatch
PASS [INPUT in EMAIL status] suffering from a type mismatch (in a form)
PASS [INPUT in EMAIL status] suffering from being missing
PASS [INPUT in EMAIL status] suffering from being missing (in a form)
-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] no constraint
+PASS [INPUT in DATETIME-LOCAL status] no constraint (in a form)
+PASS [INPUT in DATETIME-LOCAL status] suffering from an overflow
+PASS [INPUT in DATETIME-LOCAL status] suffering from an overflow (in a form)
+PASS [INPUT in DATETIME-LOCAL status] suffering from an underflow
+PASS [INPUT in DATETIME-LOCAL status] suffering from an underflow (in a form)
+PASS [INPUT in DATETIME-LOCAL status] suffering from a step mismatch
+PASS [INPUT in DATETIME-LOCAL status] suffering from a step mismatch (in a form)
+PASS [INPUT in DATETIME-LOCAL status] suffering from being missing
+PASS [INPUT in DATETIME-LOCAL status] suffering from being missing (in a form)
PASS [INPUT in DATE status] no constraint
PASS [INPUT in DATE status] no constraint (in a form)
PASS [INPUT in DATE status] suffering from an overflow

Powered by Google App Engine
This is Rietveld 408576698