OLD | NEW |
(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 |
OLD | NEW |