| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt
|
| index 679d164b45ae4d750b407c56b2c6740330d9f5b5..beaf93054b5623495f5aab157eb0ece42f99dd75 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt
|
| @@ -1,3 +1,7 @@
|
| +CONSOLE WARNING: line 19: The specified value "invalid-month" does not conform to the required format. The format is "yyyy-MM" where yyyy is year in four or more digits, and MM is 01-12.
|
| +CONSOLE WARNING: line 24: The specified value "13-06" does not conform to the required format. The format is "yyyy-MM" where yyyy is year in four or more digits, and MM is 01-12.
|
| +CONSOLE WARNING: line 28: The specified value "2013-13" does not conform to the required format. The format is "yyyy-MM" where yyyy is year in four or more digits, and MM is 01-12.
|
| +CONSOLE WARNING: line 29: The specified value "2013-00" does not conform to the required format. The format is "yyyy-MM" where yyyy is year in four or more digits, and MM is 01-12.
|
| This is a testharness.js-based test.
|
| PASS month type support on input element
|
| FAIL The value attribute, if specified and not empty, must have a value that is a valid month string assert_equals: expected "2011-01" but got "1999-01"
|
|
|