Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passclicking a reset button should trigger a reset (with command attribute)
Asserts run
Pass
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)
Passclicking a button should trigger a reset (with commandfor attribute)
Asserts run
Pass
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)
Passclicking a button should trigger a reset (with command and commandfor attribute)
Asserts run
Pass
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)