Inputs Month

Summary

Harness status: OK

Found 15 tests

Details

ResultTest NameMessage
Passyear can be more than four digits
Asserts run
Pass
assert_equals("20133-12", "20133-12")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:37:9)
Passvalid value test
Asserts run
Pass
assert_equals("2013-12", "2013-12")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:41:9)
Passyear can contain prefixes of zero, as long as there are at least four digits
Asserts run
Pass
assert_equals("0003-01", "0003-01")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:45:9)
Passmonth type support on input element
Asserts run
Pass
assert_equals("month", "month")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:49:9)
PassUser agents must not allow the user to set the value to a non-empty string that is not a valid month string.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:53:9)
PassMonth value can be empty string.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:58:9)
PassWhen value attribute has two digits year value, the value,which is invalid, must return empty string.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:62:9)
PassWhen value is set with invalid value, the value must return empty string.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:67:9)
PassWhen step attribute is given invalid value, it must ignore the invalid value and use defaul value instead.
Asserts run
Pass
assert_equals("2013-07", "2013-07")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:72:9)
PassMonth should be <= 13: If the value of the element is not a valid month string, then set it to the empty string instead.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:76:9)
PassMonth should be > 0: If the value of the element is not a valid month string, then set it to the empty string instead.>
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:80:9)
PassYear should be > 0: If the value of the element is not a valid year string, then set it to the empty string instead.>
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:84:9)
PassMonth should be two digits: If the value of the element is not a valid month string, then set it to the empty string instead.>
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:88:9)
PassMonth should be two digits not characters: If the value of the element is not a valid month string, then set it to the empty string instead.>
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:92:9)
PassValue should be two parts: If the value of the element is not a valid month string, then set it to the empty string instead.>
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/month.html:96:9)