Pass | clicking a reset button should trigger a reset (with command attribute) | Asserts runPass | assert_true(true, "reset should have been dispatched")
at Test.<anonymous> ( /html/semantics/forms/the-button-element/button-click-resets-with-commandfor.tentative.html:37:5) |
|
Pass | clicking a button should trigger a reset (with commandfor attribute) | Asserts runPass | assert_true(true, "reset should have been dispatched")
at Test.<anonymous> ( /html/semantics/forms/the-button-element/button-click-resets-with-commandfor.tentative.html:49:5) |
|
Pass | clicking a button should trigger a reset (with command and commandfor attribute) | Asserts runPass | assert_true(true, "reset should have been dispatched")
at Test.<anonymous> ( /html/semantics/forms/the-button-element/button-click-resets-with-commandfor.tentative.html:62:5) |
|