Pass | HTMLMenuItemElement must not be not present | Asserts runPass | 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) |
|
Pass | onshow must not be present on the GlobalEventHandlers locations | Asserts runPass | 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) |
|
Pass | RelatedEvent must not be present | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:48:3) |
|
Pass | el.contextMenu must not be present | Asserts runPass | 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) |
|
Pass | menu.type must not exist or reflect the content attribute | Asserts runPass | 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) |
|
Pass | menu.label must not exist or reflect the content attribute | Asserts runPass | 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 runPass | 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 runPass | 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 runPass | 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 runPass | assert_array_equals(object "[object NodeList]", [])
at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:86:5) |
|
Pass | The user-agent stylesheet must leave type="context" menus as block display like other menus | Asserts runPass | assert_equals("block", "block")
at Test.<anonymous> ( /html/semantics/interactive-elements/contextmenu-historical.html:96:3) |
|