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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-checkValidity-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-checkValidity-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt
index 2f82c3e5ff0b2b30e543956ecb5f9152dccdf4a3..a8f58b04e8b4b2676b354092dd734c574d70b4eb 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt
@@ -51,7 +51,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