blob: 654b55ab01b72a6a038e5f5c8612af451e82ec21 [file] [log] [blame]
FAIL [INPUT in DATETIME-LOCAL status] The datetime-local type must be supported. assert_equals: The datetime-local type should be supported. expected "datetime-local" but got "text"
FAIL [INPUT in DATE status] The date type must be supported. assert_equals: The date type should be supported. expected "date" but got "text"
FAIL [INPUT in MONTH status] The month type must be supported. assert_equals: The month type should be supported. expected "month" but got "text"
FAIL [INPUT in WEEK status] The week type must be supported. assert_equals: The week type should be supported. expected "week" but got "text"
FAIL [INPUT in TIME status] The time type must be supported. assert_equals: The time type should be supported. expected "time" but got "text"
PASS [INPUT in NUMBER status] The min attribute is not set
PASS [INPUT in NUMBER status] Value is empty string
PASS [INPUT in NUMBER status] The min is less than value(integer)
PASS [INPUT in NUMBER status] The min is less than value(floating number)
PASS [INPUT in NUMBER status] The min equals to value
PASS [INPUT in NUMBER status] The value is not a number
PASS [INPUT in NUMBER status] The value is less than min(integer)
PASS [INPUT in NUMBER status] The value is less than min(floating number)
PASS [INPUT in NUMBER status] The value is less than min(special floating number)
PASS [INPUT in NUMBER status] The value is less than min(scientific notation)