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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/time-2-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 00:00
4 PASS Valid value: value should be 00:00:00
5 PASS Valid value: value should be 00:00:00.0
6 PASS Valid value: value should be 00:00:00.00
7 PASS Valid value: value should be 00:00:00.000
8 FAIL Invalid value: fraction should have one, two or three ASCII digits. Value s hould be empty assert_equals: expected "" but got "00:00:00.0000"
9 PASS Invalid value: hour should have two ASCII digits. Value should be empty
10 PASS Invalid value: minutes should have two ASCII digits. Value should be empty
11 PASS Invalid value: seconds should have two ASCII digits. Value should be empty
12 PASS Invalid value: hour > 23. Value should be empty
13 PASS Invalid value: minute > 59. Value should be empty
14 PASS Invalid value: second > 59. Value should be empty
15 PASS Value >= min attribute
16 FAIL Value < min attribute assert_equals: expected "12:00:00.001" but got "12:00 :00.000"
17 PASS Value <= max attribute
18 FAIL Value > max attribute assert_equals: expected "12:00:00.000" but got "12:00 :00.001"
19 Harness: the test ran to completion.
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698