Summary

Harness status: OK

Found 27 tests

Details

ResultTest NameMessage
PassButton with id reset-in-form should reflect type correctly
Asserts run
Pass
assert_equals("reset", "reset", "type of reset-in-form should be reset")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
PassButton with id submit-in-form should reflect type correctly
Asserts run
Pass
assert_equals("submit", "submit", "type of submit-in-form should be submit")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
PassButton with id button-in-form should reflect type correctly
Asserts run
Pass
assert_equals("button", "button", "type of button-in-form should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id invalid-in-form should reflect type correctlyassert_equals: type of invalid-in-form should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of invalid-in-form should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id invalid-in-form-command-only should reflect type correctlyassert_equals: type of invalid-in-form-command-only should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of invalid-in-form-command-only should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id invalid-in-form-commandfor-only should reflect type correctlyassert_equals: type of invalid-in-form-commandfor-only should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of invalid-in-form-commandfor-only should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id missing-in-form should reflect type correctlyassert_equals: type of missing-in-form should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of missing-in-form should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id missing-in-form-command-only should reflect type correctlyassert_equals: type of missing-in-form-command-only should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of missing-in-form-command-only should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id missing-in-form-commandfor-only should reflect type correctlyassert_equals: type of missing-in-form-commandfor-only should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of missing-in-form-commandfor-only should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
PassButton with id reset-attr-form should reflect type correctly
Asserts run
Pass
assert_equals("reset", "reset", "type of reset-attr-form should be reset")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
PassButton with id submit-attr-form should reflect type correctly
Asserts run
Pass
assert_equals("submit", "submit", "type of submit-attr-form should be submit")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
PassButton with id button-attr-form should reflect type correctly
Asserts run
Pass
assert_equals("button", "button", "type of button-attr-form should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id invalid-attr-form should reflect type correctlyassert_equals: type of invalid-attr-form should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of invalid-attr-form should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id invalid-attr-form-command-only should reflect type correctlyassert_equals: type of invalid-attr-form-command-only should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of invalid-attr-form-command-only should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id invalid-attr-form-commandfor-only should reflect type correctlyassert_equals: type of invalid-attr-form-commandfor-only should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of invalid-attr-form-commandfor-only should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id missing-attr-form should reflect type correctlyassert_equals: type of missing-attr-form should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of missing-attr-form should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id missing-attr-form-command-only should reflect type correctlyassert_equals: type of missing-attr-form-command-only should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of missing-attr-form-command-only should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id missing-attr-form-commandfor-only should reflect type correctlyassert_equals: type of missing-attr-form-commandfor-only should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of missing-attr-form-commandfor-only should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
PassButton with id reset-outside-form should reflect type correctly
Asserts run
Pass
assert_equals("reset", "reset", "type of reset-outside-form should be reset")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
PassButton with id submit-outside-form should reflect type correctly
Asserts run
Pass
assert_equals("submit", "submit", "type of submit-outside-form should be submit")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
PassButton with id button-outside-form should reflect type correctly
Asserts run
Pass
assert_equals("button", "button", "type of button-outside-form should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id invalid-outside-form should reflect type correctlyassert_equals: type of invalid-outside-form should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of invalid-outside-form should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id invalid-outside-form-command-only should reflect type correctlyassert_equals: type of invalid-outside-form-command-only should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of invalid-outside-form-command-only should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id invalid-outside-form-commandfor-only should reflect type correctlyassert_equals: type of invalid-outside-form-commandfor-only should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of invalid-outside-form-commandfor-only should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id missing-outside-form should reflect type correctlyassert_equals: type of missing-outside-form should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of missing-outside-form should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id missing-outside-form-command-only should reflect type correctlyassert_equals: type of missing-outside-form-command-only should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of missing-outside-form-command-only should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)
FailButton with id missing-outside-form-commandfor-only should reflect type correctlyassert_equals: type of missing-outside-form-commandfor-only should be button expected "button" but got "submit"
    at Test.<anonymous> (https://wpt.live/html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73: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/the-button-element/command-and-commandfor/button-type-reflection.html:71:3
    at Array.map (<anonymous>)
Asserts run
Fail
assert_equals("submit", "button", "type of missing-outside-form-commandfor-only should be button")
    at Test.<anonymous> ( /html/semantics/the-button-element/command-and-commandfor/button-type-reflection.html:73:5)