Index: LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt |
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4ce9141918131f7c33b1215bc30f0275f6c63b3d |
--- /dev/null |
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt |
@@ -0,0 +1,12 @@ |
+ This is a testharness.js-based test. |
+PASS [INPUT in EMAIL status] The multiple attribute is false and the value attribute is empty |
+PASS [INPUT in EMAIL status] The multiple attribute is false and the value attribute is a valid e-mail address |
+PASS [INPUT in EMAIL status] The multiple attribute is true and the value contains valid e-mail addresses |
+PASS [INPUT in EMAIL status] The multiple attribute is true and the value attribute contains a ',' |
+FAIL [INPUT in DATETIME status] The datetime type must be supported. assert_equals: The datetime type should be supported. expected "datetime" but got "text" |
+FAIL [INPUT in COLOR status] The value attribute is empty assert_true: The validity.badInput should be true. expected true got false |
+PASS [INPUT in COLOR status] The value attribute is a valid sample color |
+PASS [INPUT in COLOR status] The value attribute is not a valid lowercase sample color |
+FAIL [INPUT in COLOR status] The value attribute cannot convert to a valid sample color assert_true: The validity.badInput should be true. expected true got false |
+Harness: the test ran to completion. |
+ |