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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/date-expected.txt

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE WARNING: line 20: The specified value 'invalid-date' does not conform to the required format, 'yyyy-MM-dd'.
2 This is a testharness.js-based test.
3 PASS date type support on input element
4 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"
5 FAIL The min attribute, if specified, must have a value that is a valid date str ing. assert_equals: expected "" but got "1999-1"
6 FAIL The max attribute, if specified, must have a value that is a valid date str ing. assert_equals: expected "2099-01" but got "2011-12-31"
7 PASS User agents must not allow the user to set the value to a non-empty string that is not a valid date string.
8 PASS Number of days
9 Harness: the test ran to completion.
10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698