Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassstepDown() on input with no initial or min values
Asserts run
Pass
assert_equals("-1", "-1")
    at testStepDown ( /html/semantics/forms/the-input-element/input-stepdown-02.html:20:5)
PassstepDown() on input with no initial value and positive min value
Asserts run
Pass
assert_equals("7", "7")
    at testStepDown ( /html/semantics/forms/the-input-element/input-stepdown-02.html:20:5)
PassstepDown() on input with no initial value and negative min value
Asserts run
Pass
assert_equals("-1", "-1")
    at testStepDown ( /html/semantics/forms/the-input-element/input-stepdown-02.html:20:5)
PassstepDown() on input with initial value equal to min value
Asserts run
Pass
assert_equals("7", "7")
    at testStepDown ( /html/semantics/forms/the-input-element/input-stepdown-02.html:20:5)
PassstepDown() on input with initial value less than min value
Asserts run
Pass
assert_equals("3", "3")
    at testStepDown ( /html/semantics/forms/the-input-element/input-stepdown-02.html:20:5)
PassstepDown() on input with initial value greater than min value
Asserts run
Pass
assert_equals("9", "9")
    at testStepDown ( /html/semantics/forms/the-input-element/input-stepdown-02.html:20:5)