Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passbutton.menu, the potentially-reflecting IDL attribute, does not exist
Asserts run
Pass
assert_false(false, "The menu property must not exist on the button")
    at Test.<anonymous> ( /html/semantics/forms/the-button-element/button-menu-historical.html:18:3)
Pass
assert_equals(undefined, undefined, "The value of the menu property on the button must be undefined")
    at Test.<anonymous> ( /html/semantics/forms/the-button-element/button-menu-historical.html:19:3)
Passbutton.type reflects properly
Asserts run
Pass
assert_equals("submit", "submit", "The type property must reflect as its invalid value default of submit")
    at Test.<anonymous> ( /html/semantics/forms/the-button-element/button-menu-historical.html:23:3)