OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS empty value |
| 3 PASS datetime input value set to 2014-01-01T11:11Z without min/max |
| 4 FAIL datetime input value set to 2014-01-01 11:11Z without min/max assert_equals
: expected "2014-01-01T11:11Z" but got "2014-01-01 11:11Z" |
| 5 FAIL datetime input value set to 2014-01-01 11:11-04:00 without min/max assert_e
quals: expected "2014-01-01T15:11Z" but got "2014-01-01 11:11-04:00" |
| 6 FAIL datetime input value set to 2014-01-01 11:11-0400 without min/max assert_eq
uals: expected "2014-01-01T15:11Z" but got "2014-01-01 11:11-0400" |
| 7 FAIL datetime input value set to 2014-01-01 11:11:00.000-04:00 without min/max a
ssert_equals: expected "2014-01-01T15:11Z" but got "2014-01-01 11:11:00.000-04:0
0" |
| 8 FAIL datetime input value set to 2014-01-01 11:11:00.000Z without min/max asser
t_equals: expected "" but got "2014-01-01 11:11:00.000Z" |
| 9 FAIL datetime input value set to 2014-01-01 11:11:00.000 without min/max assert_
equals: expected "" but got "2014-01-01 11:11:00.000" |
| 10 FAIL datetime input value set to 2014-01-01 11:11:00.000+ without min/max assert
_equals: expected "" but got "2014-01-01 11:11:00.000+" |
| 11 FAIL datetime input value set to 2014-01-01 11:11:00.000+24 without min/max asse
rt_equals: expected "" but got "2014-01-01 11:11:00.000+24" |
| 12 FAIL datetime input value set to 2014-01-01 11:11:00.000+2360 without min/max as
sert_equals: expected "" but got "2014-01-01 11:11:00.000+2360" |
| 13 FAIL datetime input value set to 2014-01-0 11:11:00.000+0400 without min/max ass
ert_equals: expected "" but got "2014-01-0 11:11:00.000+0400" |
| 14 FAIL datetime input value set to 2014-01-01 11:1:00.000+0400 without min/max ass
ert_equals: expected "" but got "2014-01-01 11:1:00.000+0400" |
| 15 FAIL Value >= min attribute assert_equals: expected "2014-01-01T11:11Z" but got
"2014-01-01 11:11Z" |
| 16 FAIL Value < min attribute assert_equals: expected "2014-01-01T11:11Z" but got "
2014-01-01 11:10Z" |
| 17 FAIL Value <= max attribute assert_equals: expected "2014-01-01T11:11Z" but got
"2014-01-01 11:10Z" |
| 18 FAIL Value > max attribute assert_equals: expected "2014-01-01T11:10Z" but got "
2014-01-01 11:11Z" |
| 19 Harness: the test ran to completion. |
| 20 |
OLD | NEW |