input_stepDown

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassCalling stepDown() on input - month - where value < min 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-stepdown-weekmonth.html:15:9)
PassCalling stepDown() on input - week - where value < min 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-stepdown-weekmonth.html:15:9)