1 CONSOLE WARNING: The specified value "foo" does not conform to the required format, "yyyy-MM-dd".
2 Test for validationMessage IDL attribute for <input type=date>
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS testIt("", "", "") is ""
10 PASS testIt("", "", "") is "Please fill out this field."
12 PASS testIt("foo", "", "") is ""
14 PASS testIt("1982-11-02", "", "1970-12-31") is "Value must be 12/31/1970 or earlier."
16 PASS testIt("1982-11-02", "1990-05-25", "1990-12-24") is "Value must be 05/25/1990 or later."
18 PASS testIt("1982-11-02", "1982-01-01", "", "123") is "Please enter a valid value. The two nearest valid values are 09/04/1982 and 01/05/1983."
19 PASS successfullyParsed is true