Text Checked Disabled Default

Summary

Harness status: OK

Found 11 tests

Details

ResultTest NameMessage
PassHTMLMenuItemElement must not be not present
Asserts run
Pass
assert_false(false, "the HTMLMenuItemElement interface must not exist")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:23:3)
Pass
assert_equals(function "function HTMLUnknownElement() { [native code] }", function "function HTMLUnknownElement() { [native code] }", "A <menuitem> must be HTMLUnknownElement")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:24:3)
Pass
assert_false(false, "menuitem.type must not be present")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:27:5)
Pass
assert_false(false, "menuitem.label must not be present")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:27:5)
Pass
assert_false(false, "menuitem.icon must not be present")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:27:5)
Pass
assert_false(false, "menuitem.disabled must not be present")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:27:5)
Pass
assert_false(false, "menuitem.checked must not be present")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:27:5)
Pass
assert_false(false, "menuitem.radiogroup must not be present")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:27:5)
Pass
assert_false(false, "menuitem.default must not be present")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:27:5)
Passonshow must not be present on the GlobalEventHandlers locations
Asserts run
Pass
assert_false(false, "Window must not have a property \"onshow\"")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:42:5)
Pass
assert_false(false, "HTMLDocument must not have a property \"onshow\"")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:42:5)
Pass
assert_false(false, "HTMLElement must not have a property \"onshow\"")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:42:5)
Pass
assert_false(false, "SVGElement must not have a property \"onshow\"")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:42:5)
Pass
assert_false(false, "Document must not have a property \"onshow\"")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:42:5)
Pass
assert_false(false, "HTMLDocument must not have a property \"onshow\"")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:42:5)
Pass
assert_false(false, "Element must not have a property \"onshow\"")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:42:5)
PassRelatedEvent must not be present
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:48:3)
Passel.contextMenu must not be present
Asserts run
Pass
assert_false(false, "HTMLElement's prototype must not have a property \"contextMenu\"")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:52:3)
Pass
assert_false(false, "A div must not have a property \"contextMenu\"")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:54:3)
Passmenu.type must not exist or reflect the content attribute
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:59:3)
Pass
assert_equals("context", "context")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:62:3)
Passmenu.label must not exist or reflect the content attribute
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:66:3)
Pass
assert_equals("label", "label")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:69:3)
Pass:enabled must not match menuitems
Asserts run
Pass
assert_array_equals(object "[object NodeList]", [])
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:73:3)
Pass:disabled must not match menuitems
Asserts run
Pass
assert_array_equals(object "[object NodeList]", [])
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:77:3)
Pass:checked must not match menuitems
Asserts run
Pass
assert_array_equals(object "[object NodeList]", [])
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:81:3)
Pass:default must not match menuitems
Asserts run
Pass
assert_array_equals(object "[object NodeList]", [])
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:86:5)
PassThe user-agent stylesheet must leave type="context" menus as block display like other menus
Asserts run
Pass
assert_equals("block", "block")
    at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:96:3)