input_stepUp


Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassForms
Asserts run
Pass
assert_equals("15", "15", "call of stepUp method is failed.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-stepup.html:23:9)
PassCalling stepUp() on input -number- where value > max 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-stepup.html:35:9)
PassCalling stepUp() on input -date- where value > max 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-stepup.html:35:9)
PassCalling stepUp() on input -datetime-local- where value > max 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-stepup.html:35:9)
PassCalling stepUp() on input -time- where value > max 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-stepup.html:35:9)