Harness status: OK

Found 49 tests

49 Pass
Pass	[INPUT in DATETIME-LOCAL status] The max attribute is not set
Pass	[INPUT in DATETIME-LOCAL status] Value is empty string
Pass	[INPUT in DATETIME-LOCAL status] The max attribute is an invalid local date time string
Pass	[INPUT in DATETIME-LOCAL status] The max attribute is greater than the value attribute
Pass	[INPUT in DATETIME-LOCAL status] The value is an invalid local date time string(hour is greater than 23)
Pass	[INPUT in DATETIME-LOCAL status] The value if an invalid local date time string(year is two digits)
Pass	[INPUT in DATETIME-LOCAL status] The value is greater than max
Pass	[INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 1 digit)
Pass	[INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 2 digits)
Pass	[INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 3 digits)
Pass	[INPUT in DATETIME-LOCAL status] The value is greater than max(Year is 10000 should be valid)
Pass	[INPUT in DATE status] The max attribute is not set
Pass	[INPUT in DATE status] Value is empty string
Pass	[INPUT in DATE status] The max attribute is an invalid date
Pass	[INPUT in DATE status] The value attribute is an invalid date
Pass	[INPUT in DATE status] The value is an invalid date(year is three digits)
Pass	[INPUT in DATE status] The value is an invalid date(month is greater than 12)
Pass	[INPUT in DATE status] The value is an invalid date(date is greater than 29 for Feb)
Pass	[INPUT in DATE status] The max attribute is greater than value attribute
Pass	[INPUT in DATE status] The value attribute is greater than max attribute
Pass	[INPUT in DATE status] The value attribute is greater than max attribute(Year is 10000 should be valid)
Pass	[INPUT in TIME status] The max attribute is not set
Pass	[INPUT in TIME status] Value is empty string
Pass	[INPUT in TIME status] The max attribute is an invalid time string
Pass	[INPUT in TIME status] The value attribute is an invalid time string
Pass	[INPUT in TIME status] The value attribute is an invalid time string(hour is greater than 23)
Pass	[INPUT in TIME status] The value attribute is an invalid time string(minute is greater than 59)
Pass	[INPUT in TIME status] The value attribute is an invalid time string(second is greater than 59)
Pass	[INPUT in TIME status] The max attribute is greater than value attribute
Pass	[INPUT in TIME status] The time missing second and minute parts is invalid
Pass	[INPUT in TIME status] The value attribute is greater than max attribute
Pass	[INPUT in TIME status] The value is greater than max(with millisecond in 1 digit)
Pass	[INPUT in TIME status] The value is greater than max(with millisecond in 2 digit)
Pass	[INPUT in TIME status] The value is greater than max(with millisecond in 3 digit)
Pass	[INPUT in TIME status] The time missing second part is valid
Pass	[INPUT in TIME status] The time is max for reversed range
Pass	[INPUT in TIME status] The time is outside the accepted range for reversed range
Pass	[INPUT in TIME status] The time is min for reversed range
Pass	[INPUT in TIME status] The time is inside the accepted range for reversed range
Pass	[INPUT in NUMBER status] The max attribute is not set
Pass	[INPUT in NUMBER status] Value is empty string
Pass	[INPUT in NUMBER status] The max is greater than value(integer)
Pass	[INPUT in NUMBER status] The max is greater than value(floating number)
Pass	[INPUT in NUMBER status] The max equals to value
Pass	[INPUT in NUMBER status] The value is not a number
Pass	[INPUT in NUMBER status] The value is greater than max(integer)
Pass	[INPUT in NUMBER status] The value is greater than max(floating number)
Pass	[INPUT in NUMBER status] The value is greater than max(special floating number)
Pass	[INPUT in NUMBER status] The value is greater than max(scientific notation)