input_stepUp

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassCalling stepUp() on input -month- where value > max should not modify value.
Asserts run
Pass
assert_equals("2010-02", "2010-02", "value shouldn't change.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-stepup-weekmonth.html:15:9)
PassCalling stepUp() on input -week- where value > max should not modify value.
Asserts run
Pass
assert_equals("2010-W02", "2010-W02", "value shouldn't change.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-stepup-weekmonth.html:15:9)