Fail | clicking 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 runFail | 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) |
|
Fail | clicking 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 runFail | 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) |
|
Fail | clicking 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 runFail | 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) |
|
Pass | clicking a button (explicit type=submit) SHOULD trigger a submit (with command attribute) | Asserts runPass | 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) |
|
Pass | clicking a button (explicit type=submit) SHOULD trigger a submit (with commandfor attribute) | Asserts runPass | 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) |
|
Pass | clicking a button (explicit type=submit) SHOULD trigger a submit (with command and commandfor attribute) | Asserts runPass | 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) |
|