Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
Failclicking a button (implicit type) should NOT trigger a submit (with command attribute)assert_false: submit should not have been dispatched expected false got true
    at Test.<anonymous> (https://wpt.live/html/semantics/forms/the-button-element/button-click-submits-with-commandfor.tentative.html:38:5)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/html/semantics/forms/the-button-element/button-click-submits-with-commandfor.tentative.html:28:3
Asserts run
Fail
assert_false(true, "submit should not have been dispatched")
    at Test.<anonymous> ( /html/semantics/forms/the-button-element/button-click-submits-with-commandfor.tentative.html:38:5)
Failclicking a button (implicit type) should NOT trigger a submit (with commandfor attribute)assert_false: submit should not have been dispatched expected false got true
    at Test.<anonymous> (https://wpt.live/html/semantics/forms/the-button-element/button-click-submits-with-commandfor.tentative.html:51:5)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/html/semantics/forms/the-button-element/button-click-submits-with-commandfor.tentative.html:41:3
Asserts run
Fail
assert_false(true, "submit should not have been dispatched")
    at Test.<anonymous> ( /html/semantics/forms/the-button-element/button-click-submits-with-commandfor.tentative.html:51:5)
Failclicking a button (implicit type) should NOT trigger a submit (with command and commandfor attribute)assert_false: submit should not have been dispatched expected false got true
    at Test.<anonymous> (https://wpt.live/html/semantics/forms/the-button-element/button-click-submits-with-commandfor.tentative.html:65:5)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/html/semantics/forms/the-button-element/button-click-submits-with-commandfor.tentative.html:54:3
Asserts run
Fail
assert_false(true, "submit should not have been dispatched")
    at Test.<anonymous> ( /html/semantics/forms/the-button-element/button-click-submits-with-commandfor.tentative.html:65:5)
Passclicking a button (explicit type=submit) SHOULD trigger a submit (with command attribute)
Asserts run
Pass
assert_true(true, "submit should have been dispatched")
    at Test.<anonymous> ( /html/semantics/forms/the-button-element/button-click-submits-with-commandfor.tentative.html:79:5)
Passclicking a button (explicit type=submit) SHOULD trigger a submit (with commandfor attribute)
Asserts run
Pass
assert_true(true, "submit should have been dispatched")
    at Test.<anonymous> ( /html/semantics/forms/the-button-element/button-click-submits-with-commandfor.tentative.html:93:5)
Passclicking a button (explicit type=submit) SHOULD trigger a submit (with command and commandfor attribute)
Asserts run
Pass
assert_true(true, "submit should have been dispatched")
    at Test.<anonymous> ( /html/semantics/forms/the-button-element/button-click-submits-with-commandfor.tentative.html:108:5)