Pass | Forms | Asserts runPass | assert_equals("15", "15", "call of stepUp method is failed.")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-stepup.html:23:9) |
|
Pass | Calling stepUp() on input -number- where value > max should not modify value. | Asserts runPass | assert_equals("200", "200", "value shouldn't change.")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-stepup.html:35:9) |
|
Pass | Calling stepUp() on input -date- where value > max should not modify value. | Asserts runPass | 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) |
|
Pass | Calling stepUp() on input -datetime-local- where value > max should not modify value. | Asserts runPass | 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) |
|
Pass | Calling stepUp() on input -time- where value > max should not modify value. | Asserts runPass | assert_equals("20:13", "20:13", "value shouldn't change.")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-stepup.html:35:9) |
|