| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/month-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/month-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/month-expected.txt
|
| deleted file mode 100644
|
| index f7d19bb6e33aa8675c3b230d4a0fd6c30ca1e41b..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/month-expected.txt
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -CONSOLE WARNING: line 17: 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 19: 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 22: 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 23: 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
|
| -PASS User agents must not allow the user to set the value to a non-empty string that is not a valid month string.
|
| -PASS Month value can be empty string.
|
| -PASS When value attribute has two digits year value, the value,which is invalid, must return empty string.
|
| -PASS When value is set with invalid value, the value must return empty string.
|
| -PASS When step attribute is given invalid value, it must ignore the invalid value and use defaul value instead.
|
| -PASS Month should be <= 13: If the value of the element is not a valid month string, then set it to the empty string instead.
|
| -PASS Month should be > 0: If the value of the element is not a valid month string, then set it to the empty string instead.>
|
| -Harness: the test ran to completion.
|
| -
|
|
|