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

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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: LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e401a4fda1a08479ca99327da0f8489c939fca7e
--- /dev/null
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt
@@ -0,0 +1,28 @@
+ This is a testharness.js-based test.
+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 DATE status] The step attribute is not set
+PASS [INPUT in DATE status] The value attibute is empty string
+FAIL [INPUT in DATE status] The value must match the step assert_false: The validity.stepMismatch should be false. expected false got true
+PASS [INPUT in DATE status] The value must mismatch the step
+PASS [INPUT in MONTH status] The step attribute is not set
+PASS [INPUT in MONTH status] The value attibute is empty string
+PASS [INPUT in MONTH status] The value must match the step
+PASS [INPUT in MONTH status] The value must mismatch the step
+PASS [INPUT in WEEK status] The step attribute is not set
+PASS [INPUT in WEEK status] The value attibute is empty string
+FAIL [INPUT in WEEK status] The value must match the step assert_false: The validity.stepMismatch should be false. expected false got true
+PASS [INPUT in WEEK status] The value must mismatch the step
+PASS [INPUT in TIME status] The step attribute is not set
+PASS [INPUT in TIME status] The value attibute is empty string
+FAIL [INPUT in TIME status] The value must match the step assert_false: The validity.stepMismatch should be false. expected false got true
+PASS [INPUT in TIME status] The value must mismatch the step
+PASS [INPUT in DATETIME-LOCAL status] The step attribute is not set
+PASS [INPUT in DATETIME-LOCAL status] The value attibute is empty string
+FAIL [INPUT in DATETIME-LOCAL status] The value must match the step assert_false: The validity.stepMismatch should be false. expected false got true
+PASS [INPUT in DATETIME-LOCAL status] The value must mismatch the step
+PASS [INPUT in NUMBER status] The step attribute is not set
+PASS [INPUT in NUMBER status] The value attibute is empty string
+PASS [INPUT in NUMBER status] The value must match the step
+PASS [INPUT in NUMBER status] The value must mismatch the step
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698