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

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

Issue 2341333002: Import wpt@1f2080f9ffa00ad27eb764b83fbc10960a95d6aa (Closed)
Patch Set: update win expectations 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 fddd22214d13ca6ce6a05171dbf38d4b3c3d2c05..d5a58df2e9cbbd437ead4535303051879fb96c9d 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
@@ -41,6 +41,8 @@ ValidationMessageClient: main-message=Value must be January 2000 or earlier. sub
ValidationMessageClient: main-message=Value must be January 2000 or earlier. sub-message=
ValidationMessageClient: main-message=Value must be January 2001 or later. sub-message=
ValidationMessageClient: main-message=Value must be January 2001 or later. sub-message=
+ValidationMessageClient: main-message=Please enter a valid value. The two nearest valid values are January 2001 and April 2001. sub-message=
+ValidationMessageClient: main-message=Please enter a valid value. The two nearest valid values are January 2001 and April 2001. 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 Week 01, 2000 or earlier. sub-message=
@@ -147,8 +149,8 @@ PASS [INPUT in MONTH status] suffering from an overflow
PASS [INPUT in MONTH status] suffering from an overflow (in a form)
PASS [INPUT in MONTH status] suffering from an underflow
PASS [INPUT in MONTH status] suffering from an underflow (in a form)
-FAIL [INPUT in MONTH status] suffering from a step mismatch assert_false: The reportValidity method should be false. expected false got true
-FAIL [INPUT in MONTH status] suffering from a step mismatch (in a form) assert_false: The reportValidity method of the element's form owner should return false. expected false got true
+PASS [INPUT in MONTH status] suffering from a step mismatch
+PASS [INPUT in MONTH status] suffering from a step mismatch (in a form)
PASS [INPUT in MONTH status] suffering from being missing
PASS [INPUT in MONTH status] suffering from being missing (in a form)
PASS [INPUT in WEEK status] no constraint

Powered by Google App Engine
This is Rietveld 408576698