mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +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
420
tests/wpt/meta/html/dom/idlharness.https.html.ini
vendored
420
tests/wpt/meta/html/dom/idlharness.https.html.ini
vendored
|
@ -1657,48 +1657,27 @@
|
|||
[Window interface: window must inherit property "external" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onwebkitanimationstart]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "statusbar" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "onwebkittransitionend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling queryCommandEnabled(DOMString) on documentWithHandlers with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "onwebkitanimationstart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling queryCommandIndeterm(DOMString) on documentWithHandlers with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onwebkitanimationend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "dir" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onwebkitanimationiteration" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "applicationCache" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onauxclick]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "menubar" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: internal [[SetPrototypeOf\]\] method of interface prototype object - setting to a new value via Reflect.setPrototypeOf should return false]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "onwebkitanimationiteration" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute designMode]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1714,9 +1693,6 @@
|
|||
[Document interface: calling execCommand(DOMString, optional boolean, optional DOMString) on new Document() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onwebkitanimationiteration]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation queryCommandEnabled(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1741,42 +1717,24 @@
|
|||
[Document interface: iframe.contentDocument must inherit property "linkColor" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "onslotchange" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "alinkColor" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "dir" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onslotchange" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[SVGAElement includes HTMLHyperlinkElementUtils: member names are unique]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute applicationCache]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onwebkitanimationstart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onslotchange]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling queryCommandIndeterm(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "queryCommandValue(DOMString)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onwebkitanimationiteration" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onwebkittransitionend]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "all" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1789,9 +1747,6 @@
|
|||
[Document interface: attribute linkColor]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onwebkitanimationiteration]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "scrollbars" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1807,18 +1762,12 @@
|
|||
[Document interface: iframe.contentDocument must inherit property "designMode" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "onwebkitanimationiteration" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute toolbar]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute statusbar]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onwebkittransitionend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "linkColor" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1828,15 +1777,9 @@
|
|||
[Document interface: new Document() must inherit property "queryCommandState(DOMString)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onwebkittransitionend]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling execCommand(DOMString, optional boolean, optional DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "onslotchange" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "designMode" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1855,9 +1798,6 @@
|
|||
[Window interface: window must inherit property "personalbar" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onwebkitanimationend]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: internal [[SetPrototypeOf\]\] method of interface prototype object - setting to a new value via __proto__ should throw a TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1882,24 +1822,15 @@
|
|||
[Document interface: attribute vlinkColor]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onauxclick" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "queryCommandEnabled(DOMString)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onslotchange" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "alinkColor" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "queryCommandEnabled(DOMString)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onslotchange]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "all" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1909,24 +1840,6 @@
|
|||
[Window interface: window must inherit property "print()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "onauxclick" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "onwebkitanimationend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "onauxclick" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "onwebkitanimationstart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onwebkitanimationstart]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onauxclick" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling queryCommandValue(DOMString) on documentWithHandlers with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1939,9 +1852,6 @@
|
|||
[Document interface: calling queryCommandState(DOMString) on new Document() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onauxclick]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "queryCommandState(DOMString)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1954,48 +1864,30 @@
|
|||
[Document interface: new Document() must inherit property "queryCommandValue(DOMString)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onwebkitanimationend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "toolbar" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "linkColor" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "onwebkitanimationend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation queryCommandIndeterm(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onwebkittransitionend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling queryCommandIndeterm(DOMString) on new Document() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onwebkitanimationend]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling execCommand(DOMString, optional boolean, optional DOMString) on documentWithHandlers with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "queryCommandState(DOMString)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "onwebkittransitionend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "vlinkColor" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "locationbar" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onwebkitanimationstart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "queryCommandIndeterm(DOMString)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2023,24 +1915,12 @@
|
|||
[Window interface: attribute clientInformation]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute oncontextlost]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute oncontextrestored]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: operation reportError(any)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "clientInformation" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "oncontextlost" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "oncontextrestored" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "reportError(any)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2050,129 +1930,15 @@
|
|||
[Document interface: attribute onvisibilitychange]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute oncontextlost]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute oncontextrestored]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onvisibilitychange" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "oncontextlost" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "oncontextrestored" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "onvisibilitychange" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "oncontextlost" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "oncontextrestored" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "onvisibilitychange" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "oncontextlost" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "oncontextrestored" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onbeforeinput]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onbeforematch]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onscrollend]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onbeforeinput" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onbeforematch" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onscrollend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onbeforeinput]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onbeforematch]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onscrollend]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onbeforeinput" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onbeforematch" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onscrollend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "onbeforeinput" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "onbeforematch" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "onscrollend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "onbeforeinput" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "onbeforematch" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "onscrollend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute oncopy]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute oncut]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onpaste]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "oncopy" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "oncut" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onpaste" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onbeforetoggle]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onbeforetoggle" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onbeforetoggle]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onbeforetoggle" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "onbeforetoggle" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "onbeforetoggle" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute navigation]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2191,18 +1957,6 @@
|
|||
[Document interface: calling parseHTMLUnsafe(DOMString) on documentWithHandlers with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onpagereveal]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onpagereveal" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onpageswap]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onpageswap" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation parseHTMLUnsafe(HTMLString)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2227,24 +1981,6 @@
|
|||
[Document interface: calling parseHTMLUnsafe((TrustedHTML or DOMString)) on documentWithHandlers with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute oncommand]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "oncommand" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute oncommand]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "oncommand" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "oncommand" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: documentWithHandlers must inherit property "oncommand" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.https.html?include=HTML.*]
|
||||
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "align" with the proper type]
|
||||
|
@ -2610,12 +2346,6 @@
|
|||
[HTMLImageElement interface: document.createElement("img") must inherit property "decoding" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onwebkitanimationiteration]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onslotchange]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLVideoElement interface: attribute width]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2727,9 +2457,6 @@
|
|||
[HTMLAnchorElement interface: attribute type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onwebkitanimationend]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: attribute height]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2949,9 +2676,6 @@
|
|||
[HTMLElement interface: attribute tabIndex]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onwebkitanimationstart]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement interface: new Image() must inherit property "loading" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3639,9 +3363,6 @@
|
|||
[HTMLAllCollection interface: document.all must inherit property "namedItem(DOMString)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onwebkittransitionend]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: document.createElement("link") must inherit property "imageSrcset" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3945,12 +3666,6 @@
|
|||
[HTMLSlotElement interface: calling assign((Element or Text)...) on document.createElement("slot") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute oncontextlost]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute oncontextrestored]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "oncontextlost" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4044,15 +3759,6 @@
|
|||
[HTMLElement interface: attribute inert]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onbeforeinput]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onbeforematch]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onscrollend]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "inert" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4317,36 +4023,12 @@
|
|||
[HTMLSelectElement interface: document.createElement("select") must inherit property "showPicker()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: attribute onpagereveal]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: document.createElement("body") must inherit property "onpagereveal" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFrameSetElement interface: attribute onpagereveal]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onpagereveal" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTemplateElement interface: attribute shadowRootClonable]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootClonable" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: attribute onpageswap]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: document.createElement("body") must inherit property "onpageswap" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFrameSetElement interface: attribute onpageswap]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onpageswap" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute writingSuggestions]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -5866,42 +5548,6 @@
|
|||
[HTMLElement interface: attribute popover]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onauxclick]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onbeforeinput]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onbeforematch]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onbeforetoggle]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute oncontextlost]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute oncontextrestored]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onscrollend]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onslotchange]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onwebkitanimationend]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onwebkitanimationiteration]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onwebkitanimationstart]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onwebkittransitionend]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute enterKeyHint]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -5950,42 +5596,6 @@
|
|||
[HTMLElement interface: document.createElement("noscript") must inherit property "popover" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onauxclick" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onbeforeinput" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onbeforematch" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onbeforetoggle" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "oncontextlost" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "oncontextrestored" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onscrollend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onslotchange" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onwebkitanimationend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onwebkitanimationiteration" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onwebkitanimationstart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onwebkittransitionend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "enterKeyHint" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -6064,12 +5674,6 @@
|
|||
[HTMLBodyElement interface: attribute aLink]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: attribute onpagereveal]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: attribute onpageswap]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: document.createElement("body") must inherit property "link" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -6079,12 +5683,6 @@
|
|||
[HTMLBodyElement interface: document.createElement("body") must inherit property "aLink" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: document.createElement("body") must inherit property "onpagereveal" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: document.createElement("body") must inherit property "onpageswap" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLHeadingElement interface: attribute align]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -7681,24 +7279,12 @@
|
|||
[HTMLFrameSetElement interface: attribute rows]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFrameSetElement interface: attribute onpagereveal]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFrameSetElement interface: attribute onpageswap]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "cols" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "rows" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onpagereveal" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onpageswap" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFrameElement interface: attribute name]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -7813,12 +7399,6 @@
|
|||
[HTMLDialogElement interface: operation requestClose(optional DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute oncommand]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "oncommand" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLButtonElement interface: attribute command]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue