mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Update the list of global and window event handlers (#36894)
There's an expanded list of event handlers content attributes that need to be forwarded to the corresponding window of the body element, and this PR adds the remaining ones. The full list can be seen in [this link](https://html.spec.whatwg.org/multipage/webappapis.html#event-handlers-on-elements%2C-document-objects%2C-and-window-objects%3Aevent-handlers-6). Testing: Covered by various WPT tests --------- Signed-off-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
parent
d725fb3728
commit
da1c49299b
18 changed files with 123 additions and 1013 deletions
|
@ -11,9 +11,6 @@
|
|||
[onauxclick: the default value must be null]
|
||||
expected: FAIL
|
||||
|
||||
[onauxclick: the content attribute must be compiled into a function as the corresponding property]
|
||||
expected: FAIL
|
||||
|
||||
[onblur: must be on the appropriate locations for GlobalEventHandlers]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -62,9 +59,6 @@
|
|||
[oncontextlost: the default value must be null]
|
||||
expected: FAIL
|
||||
|
||||
[oncontextlost: the content attribute must be compiled into a function as the corresponding property]
|
||||
expected: FAIL
|
||||
|
||||
[oncontextmenu: must be on the appropriate locations for GlobalEventHandlers]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -77,9 +71,6 @@
|
|||
[oncontextrestored: the default value must be null]
|
||||
expected: FAIL
|
||||
|
||||
[oncontextrestored: the content attribute must be compiled into a function as the corresponding property]
|
||||
expected: FAIL
|
||||
|
||||
[oncuechange: must be on the appropriate locations for GlobalEventHandlers]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -338,9 +329,6 @@
|
|||
[onslotchange: the default value must be null]
|
||||
expected: FAIL
|
||||
|
||||
[onslotchange: the content attribute must be compiled into a function as the corresponding property]
|
||||
expected: FAIL
|
||||
|
||||
[onstalled: must be on the appropriate locations for GlobalEventHandlers]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -389,9 +377,6 @@
|
|||
[onwebkitanimationend: the default value must be null]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationend: the content attribute must be compiled into a function as the corresponding property]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationend: the content attribute must execute when an event is dispatched]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -401,9 +386,6 @@
|
|||
[onwebkitanimationiteration: the default value must be null]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationiteration: the content attribute must be compiled into a function as the corresponding property]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationiteration: the content attribute must execute when an event is dispatched]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -413,9 +395,6 @@
|
|||
[onwebkitanimationstart: the default value must be null]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationstart: the content attribute must be compiled into a function as the corresponding property]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationstart: the content attribute must execute when an event is dispatched]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -425,9 +404,6 @@
|
|||
[onwebkittransitionend: the default value must be null]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkittransitionend: the content attribute must be compiled into a function as the corresponding property]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkittransitionend: the content attribute must execute when an event is dispatched]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -443,27 +419,18 @@
|
|||
[onbeforeinput: the default value must be null]
|
||||
expected: FAIL
|
||||
|
||||
[onbeforeinput: the content attribute must be compiled into a function as the corresponding property]
|
||||
expected: FAIL
|
||||
|
||||
[onbeforematch: must be on the appropriate locations for GlobalEventHandlers]
|
||||
expected: FAIL
|
||||
|
||||
[onbeforematch: the default value must be null]
|
||||
expected: FAIL
|
||||
|
||||
[onbeforematch: the content attribute must be compiled into a function as the corresponding property]
|
||||
expected: FAIL
|
||||
|
||||
[onscrollend: must be on the appropriate locations for GlobalEventHandlers]
|
||||
expected: FAIL
|
||||
|
||||
[onscrollend: the default value must be null]
|
||||
expected: FAIL
|
||||
|
||||
[onscrollend: the content attribute must be compiled into a function as the corresponding property]
|
||||
expected: FAIL
|
||||
|
||||
[oncopy: must be on the appropriate locations for GlobalEventHandlers]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -488,33 +455,6 @@
|
|||
[onbeforetoggle: the default value must be null]
|
||||
expected: FAIL
|
||||
|
||||
[onbeforetoggle: the content attribute must be compiled into a function as the corresponding property]
|
||||
expected: FAIL
|
||||
|
||||
[onauxclick: dispatching an Event at a <meta> element must trigger element.onauxclick]
|
||||
expected: FAIL
|
||||
|
||||
[onbeforeinput: dispatching an Event at a <meta> element must trigger element.onbeforeinput]
|
||||
expected: FAIL
|
||||
|
||||
[onbeforematch: dispatching an Event at a <meta> element must trigger element.onbeforematch]
|
||||
expected: FAIL
|
||||
|
||||
[onbeforetoggle: dispatching an Event at a <meta> element must trigger element.onbeforetoggle]
|
||||
expected: FAIL
|
||||
|
||||
[oncontextlost: dispatching an Event at a <meta> element must trigger element.oncontextlost]
|
||||
expected: FAIL
|
||||
|
||||
[oncontextrestored: dispatching an Event at a <meta> element must trigger element.oncontextrestored]
|
||||
expected: FAIL
|
||||
|
||||
[onscrollend: dispatching an Event at a <meta> element must trigger element.onscrollend]
|
||||
expected: FAIL
|
||||
|
||||
[onslotchange: dispatching an Event at a <meta> element must trigger element.onslotchange]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationend: dispatching an Event at a <meta> element must trigger element.onwebkitanimationend]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -532,9 +472,3 @@
|
|||
|
||||
[oncommand: the default value must be null]
|
||||
expected: FAIL
|
||||
|
||||
[oncommand: the content attribute must be compiled into a function as the corresponding property]
|
||||
expected: FAIL
|
||||
|
||||
[oncommand: dispatching an Event at a <meta> element must trigger element.oncommand]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,181 +1,19 @@
|
|||
[event-handler-attributes-body-window.html]
|
||||
[not shadowed auxclick (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed contextlost (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed contextrestored (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed slotchange (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationend (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationiteration (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationstart (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkittransitionend (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed copy (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed cut (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed paste (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed auxclick (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed contextlost (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed contextrestored (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed slotchange (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationend (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationiteration (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationstart (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkittransitionend (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed copy (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed cut (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed paste (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed auxclick (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed contextlost (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed contextrestored (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed slotchange (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationend (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationiteration (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationstart (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkittransitionend (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforeinput (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforematch (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed scrollend (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforeinput (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforematch (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed scrollend (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforeinput (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforematch (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed scrollend (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforetoggle (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforetoggle (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforetoggle (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal removal (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal removal (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal removal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pageswap (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pageswap removal (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pageswap (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pageswap removal (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pageswap (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pageswap removal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed blur on body fires when event dispatched on window]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed messageerror on body fires when event dispatched on window]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal on body fires when event dispatched on window]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pageswap on body fires when event dispatched on window]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed rejectionhandled on body fires when event dispatched on window]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed focus removal (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -206,6 +44,9 @@
|
|||
[shadowed message removal (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed messageerror removal (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed offline removal (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -233,6 +74,9 @@
|
|||
[shadowed load removal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed rejectionhandled removal (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed resize removal (window)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -257,6 +101,9 @@
|
|||
[shadowed message removal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed messageerror removal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed offline removal (window)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -272,17 +119,11 @@
|
|||
[shadowed popstate removal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed rejectionhandled removal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed storage removal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed unload removal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed command (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed command (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed command (window)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,166 +1,4 @@
|
|||
[event-handler-attributes-frameset-window.html]
|
||||
[not shadowed auxclick (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed contextlost (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed contextrestored (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed slotchange (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationend (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationiteration (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationstart (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkittransitionend (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed copy (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed cut (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed paste (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed auxclick (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed contextlost (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed contextrestored (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed slotchange (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationend (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationiteration (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationstart (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkittransitionend (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed copy (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed cut (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed paste (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed auxclick (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed contextlost (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed contextrestored (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed slotchange (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationend (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationiteration (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkitanimationstart (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed webkittransitionend (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforeinput (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforematch (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed scrollend (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforeinput (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforematch (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed scrollend (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforeinput (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforematch (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed scrollend (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforetoggle (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforetoggle (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed beforetoggle (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal removal (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal removal (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal removal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pageswap (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pageswap removal (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pageswap (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pageswap removal (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pageswap (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pageswap removal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed blur on body fires when event dispatched on window]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -226,12 +64,3 @@
|
|||
|
||||
[shadowed unload on body fires when event dispatched on window]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed command (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed command (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed command (window)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,102 +0,0 @@
|
|||
[event-handler-attributes-windowless-body.html]
|
||||
[auxclick is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[contextlost is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[contextrestored is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[slotchange is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[webkitanimationend is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[webkitanimationiteration is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[webkitanimationstart is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[webkittransitionend is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[auxclick is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[contextlost is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[contextrestored is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[slotchange is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[webkitanimationend is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[webkitanimationiteration is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[webkitanimationstart is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[webkittransitionend is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[beforeinput is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[beforematch is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[scrollend is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[beforeinput is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[beforematch is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[scrollend is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[beforetoggle is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[beforetoggle is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[Return null when getting the pagereveal event handler of a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[Ignore setting of pagereveal window event handlers on windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[Return null when getting the pagereveal event handler of a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[Ignore setting of pagereveal window event handlers on windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[Return null when getting the pageswap event handler of a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[Ignore setting of pageswap window event handlers on windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[Return null when getting the pageswap event handler of a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[Ignore setting of pageswap window event handlers on windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[command is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[command is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue