Index: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/date-expected.txt |
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/date-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/date-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4edf054dc4b895af70773ec1557e62eca178dbb4 |
--- /dev/null |
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/date-expected.txt |
@@ -0,0 +1,10 @@ |
+CONSOLE WARNING: line 20: The specified value 'invalid-date' does not conform to the required format, 'yyyy-MM-dd'. |
+This is a testharness.js-based test. |
+PASS date type support on input element |
+FAIL The value attribute, if specified and not empty, must have a value that is a valid date string. assert_equals: expected "2011-01-01" but got "1999-01-31" |
+FAIL The min attribute, if specified, must have a value that is a valid date string. assert_equals: expected "" but got "1999-1" |
+FAIL The max attribute, if specified, must have a value that is a valid date string. assert_equals: expected "2099-01" but got "2011-12-31" |
+PASS User agents must not allow the user to set the value to a non-empty string that is not a valid date string. |
+PASS Number of days |
+Harness: the test ran to completion. |
+ |