Pass | default behavior | Asserts runPass | 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) |
|
Pass | empty value attribute | Asserts runPass | assert_equals("", "", "It must be the empty string")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-type-button.html:30:3) |
|
Pass | label value | Asserts runPass | 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) |
|
Pass | mutable element's activation behavior is to do nothing. | Asserts runPass | 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) |
|
Pass | immutable element has no activation behavior. | Asserts runPass | 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) |
|