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

Unified Diff: third_party/WebKit/LayoutTests/platform/win7/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt

Issue 2362963003: Update some expectation files of imported/wpt/html/. (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/month-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/platform/win7/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win7/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt b/third_party/WebKit/LayoutTests/platform/win7/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
index 28e776b6bbd49cd8e717c20cd3f44eda28e60062..80f0245a1f510c0e192d2c2ec88e8c306cca1ac1 100644
--- a/third_party/WebKit/LayoutTests/platform/win7/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win7/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
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/month-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698