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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/datetime-local-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 This is a testharness.js-based test.
2 PASS empty value
3 PASS datetime-local input value set to 2014-01-01T11:11:11.111 without min/max
4 FAIL datetime-local input value set to 2014-01-01 11:11:11.111 without min/max a ssert_equals: expected "2014-01-01T11:11:11.111" but got ""
5 FAIL datetime-local input value set to 2014-01-01 11:11 without min/max assert_e quals: expected "2014-01-01T11:11" but got ""
6 FAIL datetime-local input value set to 2014-01-01 00:00:00.000 without min/max a ssert_equals: expected "2014-01-01T00:00" but got ""
7 PASS datetime-local input value set to 2014-01-0 11:11 without min/max
8 PASS datetime-local input value set to 2014-01-01 11:1 without min/max
9 FAIL Value >= min attribute assert_equals: expected "2014-01-01T11:12" but got " "
10 FAIL Value < min attribute assert_equals: expected "2014-01-01T11:11" but got ""
11 FAIL Value <= max attribute assert_equals: expected "2014-01-01T11:10" but got " "
12 FAIL Value > max attribute assert_equals: expected "2014-01-01T11:11" but got ""
13 Harness: the test ran to completion.
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698