Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Passdefault behavior
Asserts run
Pass
assert_equals(undefined, undefined, "The input element represents a button with no default behavior")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-type-button.html:26:3)
Passempty value attribute
Asserts run
Pass
assert_equals("", "", "It must be the empty string")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-type-button.html:30:3)
Passlabel value
Asserts run
Pass
assert_not_equals(16, 71, "If the element has a value attribute, the button's label must be the value of that attribute")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-type-button.html:35:3)
Passmutable element's activation behavior is to do nothing.
Asserts run
Pass
assert_equals(false, false, "If the element is mutable, the element's activation behavior is to do nothing.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-type-button.html:42:3)
Passimmutable element has no activation behavior.
Asserts run
Pass
assert_equals(false, false, "If the element is immutable, the element has no activation behavior.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-type-button.html:48:3)