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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/week-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 Valid value: Value should be 2014-W52
4 PASS 2014 has 52 weeks: Value should be empty
5 PASS 2015 has 53 weeks: Value should be 2015-W53
6 PASS Invalid value: year only
7 PASS Invalid value: no week number
8 PASS Invalid value: no '-' (U+002D)
9 PASS Invalid value: yearless week
10 PASS Invalid value: yearless week and no '-' (U+002D)
11 PASS Value >= min attribute
12 FAIL Value < min attribute assert_equals: expected "2014-W02" but got "2014-W01"
13 PASS Value <= max attribute
14 FAIL Value > max attribute assert_equals: expected "2014-W11" but got "2014-W12"
15 Harness: the test ran to completion.
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698