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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/month-expected.txt

Issue 2340983003: W3C auto test import CL. (Closed)
Patch Set: 'Modifies TestExpectations and/or downloads new baselines for tests' Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/month.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: line 19: The specified value "invalid-month" does not conform t o the required format. The format is "yyyy-MM" where yyyy is year in four or mo re digits, and MM is 01-12. 1 CONSOLE WARNING: line 17: The specified value "invalid-month" does not conform t o the required format. The format is "yyyy-MM" where yyyy is year in four or mo re digits, and MM is 01-12.
2 CONSOLE WARNING: line 24: The specified value "13-06" does not conform to the re quired format. The format is "yyyy-MM" where yyyy is year in four or more digit s, and MM is 01-12. 2 CONSOLE WARNING: line 19: The specified value "13-06" does not conform to the re quired format. The format is "yyyy-MM" where yyyy is year in four or more digit s, and MM is 01-12.
3 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 dig its, and MM is 01-12. 3 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 dig its, and MM is 01-12.
4 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 dig its, and MM is 01-12. 4 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 dig its, and MM is 01-12.
5 This is a testharness.js-based test. 5 This is a testharness.js-based test.
6 PASS month type support on input element 6 PASS month type support on input element
7 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"
8 FAIL The min attribute, if specified, must have a value that is a valid month st ring. assert_equals: expected "" but got "invalid_min"
9 FAIL The max attribute, if specified, must have a value that is a valid month st ring assert_equals: expected "2099-01" but got "2011-12"
10 PASS User agents must not allow the user to set the value to a non-empty string that is not a valid month string. 7 PASS User agents must not allow the user to set the value to a non-empty string that is not a valid month string.
11 PASS Month value can be empty string. 8 PASS Month value can be empty string.
12 PASS When value attribute has two digits year value, the value,which is invalid, must return empty string. 9 PASS When value attribute has two digits year value, the value,which is invalid, must return empty string.
13 PASS When value is set with invalid value, the value must return empty string. 10 PASS When value is set with invalid value, the value must return empty string.
14 FAIL When value is given invalid value to non-empty valid string, the value must be same as before. assert_equals: expected "2013-05" but got ""
15 PASS When step attribute is given invalid value, it must ignore the invalid valu e and use defaul value instead. 11 PASS When step attribute is given invalid value, it must ignore the invalid valu e and use defaul value instead.
16 PASS Month should be <= 13: If the value of the element is not a valid month str ing, then set it to the empty string instead. 12 PASS Month should be <= 13: If the value of the element is not a valid month str ing, then set it to the empty string instead.
17 PASS Month should be > 0: If the value of the element is not a valid month strin g, then set it to the empty string instead.> 13 PASS Month should be > 0: If the value of the element is not a valid month strin g, then set it to the empty string instead.>
18 Harness: the test ran to completion. 14 Harness: the test ran to completion.
19 15
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/month.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698