input_stepDown

Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassForms
Asserts run
Pass
assert_equals("15", "15", "call of stepDown method is failed.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-stepdown.html:22:9)
PassCalling stepDown() on input - number - where value < min should not modify value.
Asserts run
Pass
assert_equals("200", "200", "value shouldn't change.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-stepdown.html:34:9)
PassCalling stepDown() on input - date - where value < min should not modify value.
Asserts run
Pass
assert_equals("2010-02-10", "2010-02-10", "value shouldn't change.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-stepdown.html:34:9)
PassCalling stepDown() on input - datetime-local - where value < min should not modify value.
Asserts run
Pass
assert_equals("2010-02-10T20:13", "2010-02-10T20:13", "value shouldn't change.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-stepdown.html:34:9)
PassCalling stepDown() on input - time - where value < min should not modify value.
Asserts run
Pass
assert_equals("20:13", "20:13", "value shouldn't change.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-stepdown.html:34:9)