Pass | clicking on button should not submit a form | Asserts runNo asserts ran |
Pass | the element is barred from constraint validation | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/button.html:36:5) |
|
Pass | clicking on button should not reset other form fields | Asserts runPass | assert_equals("bar", "bar")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/button.html:52:5) |
|
Pass | clicking on button should not unchecked radio buttons | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/button.html:56:5) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/button.html:58:5) |
|
Pass | clicking on button should not change its indeterminate IDL attribute | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/button.html:62:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/button.html:64:5) |
|