mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
Implement Ended media attribute <!-- Please describe your changes on the following line: --> This PR should implement: * New method `HTMLMediaElement::earliest_possible_position()` for the [earliest possible position](https://html.spec.whatwg.org/multipage/media.html#earliest-possible-position) * `Ended` attribute following https://html.spec.whatwg.org/multipage/media.html#ended-playback * Queue steps for when the playback position reaches the end This PR contains placeholders for the following issues (I can rebase changes after the corresponding PRs get merged) - #22321 (Define the Loop attribute) - #22293 (To identify playback direction. Either forwards or backwards) --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [x] These changes fix #22294. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22348) <!-- Reviewable:end -->
10969 lines
406 KiB
INI
10969 lines
406 KiB
INI
[interfaces.https.html]
|
|
[Document interface: attribute dir]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute designMode]
|
|
expected: FAIL
|
|
|
|
[Document interface: operation execCommand(DOMString, boolean, DOMString)]
|
|
expected: FAIL
|
|
|
|
[Document interface: operation queryCommandEnabled(DOMString)]
|
|
expected: FAIL
|
|
|
|
[Document interface: operation queryCommandIndeterm(DOMString)]
|
|
expected: FAIL
|
|
|
|
[Document interface: operation queryCommandState(DOMString)]
|
|
expected: FAIL
|
|
|
|
[Document interface: operation queryCommandSupported(DOMString)]
|
|
expected: FAIL
|
|
|
|
[Document interface: operation queryCommandValue(DOMString)]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute linkColor]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute vlinkColor]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute alinkColor]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute all]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute onauxclick]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute onloadend]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute onsecuritypolicyviolation]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "dir" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "defaultView" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "designMode" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "execCommand(DOMString, boolean, DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling execCommand(DOMString, boolean, DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "queryCommandEnabled(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandEnabled(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "queryCommandIndeterm(DOMString)" with the proper type]
|
|
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 "queryCommandState(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandState(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "queryCommandSupported(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandSupported(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: calling queryCommandValue(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "linkColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "vlinkColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "alinkColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "all" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "onauxclick" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "onloadend" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "onsecuritypolicyviolation" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "dir" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "designMode" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "execCommand(DOMString, boolean, DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling execCommand(DOMString, boolean, DOMString) on new Document() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "queryCommandEnabled(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandEnabled(DOMString) on new Document() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "queryCommandIndeterm(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandIndeterm(DOMString) on new Document() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "queryCommandState(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandState(DOMString) on new Document() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "queryCommandSupported(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandSupported(DOMString) on new Document() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "queryCommandValue(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandValue(DOMString) on new Document() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "linkColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "vlinkColor" 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 "all" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "onauxclick" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "onloadend" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "onsecuritypolicyviolation" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "dir" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "designMode" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "execCommand(DOMString, boolean, DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling execCommand(DOMString, boolean, DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandEnabled(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandEnabled(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandIndeterm(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandIndeterm(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandState(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandState(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandSupported(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandSupported(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandValue(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandValue(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "linkColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "vlinkColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "alinkColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "all" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onauxclick" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onloadend" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onsecuritypolicyviolation" with the proper type]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute dataset]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute nonce]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute tabIndex]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: operation focus(FocusOptions)]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: operation blur()]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface object length]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface object name]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: operation namedItem(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: operation item(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection must be primary interface of document.all]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.all]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: document.all must inherit property "length" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: document.all must inherit property "namedItem(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: calling namedItem(DOMString) on document.all with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: document.all must inherit property "item(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: calling item(DOMString) on document.all with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface object length]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface object name]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface: operation item(unsigned long)]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface: operation contains(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute translate]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute dir]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute accessKey]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute accessKeyLabel]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute draggable]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute spellcheck]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute onauxclick]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute onloadend]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute onsecuritypolicyviolation]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute contentEditable]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute isContentEditable]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute inputMode]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute nonce]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute tabIndex]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "translate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "dir" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "accessKey" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "accessKeyLabel" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "draggable" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "spellcheck" 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 "onloadend" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "onsecuritypolicyviolation" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "contentEditable" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "isContentEditable" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "inputMode" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "nonce" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "tabIndex" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLHtmlElement interface: attribute version]
|
|
expected: FAIL
|
|
|
|
[HTMLHtmlElement interface: document.createElement("html") must inherit property "version" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLBaseElement interface: attribute target]
|
|
expected: FAIL
|
|
|
|
[HTMLBaseElement interface: document.createElement("base") must inherit property "target" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement interface: attribute as]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement interface: attribute relList]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement interface: attribute sizes]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement interface: attribute referrerPolicy]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement interface: document.createElement("link") must inherit property "as" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement interface: document.createElement("link") must inherit property "sizes" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement interface: document.createElement("link") must inherit property "referrerPolicy" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMetaElement interface: attribute httpEquiv]
|
|
expected: FAIL
|
|
|
|
[HTMLMetaElement interface: attribute scheme]
|
|
expected: FAIL
|
|
|
|
[HTMLMetaElement interface: document.createElement("meta") must inherit property "httpEquiv" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMetaElement interface: document.createElement("meta") must inherit property "scheme" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLStyleElement interface: attribute media]
|
|
expected: FAIL
|
|
|
|
[HTMLStyleElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLStyleElement interface: document.createElement("style") must inherit property "media" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLStyleElement interface: document.createElement("style") must inherit property "type" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLBodyElement interface: attribute link]
|
|
expected: FAIL
|
|
|
|
[HTMLBodyElement interface: attribute vLink]
|
|
expected: FAIL
|
|
|
|
[HTMLBodyElement interface: attribute aLink]
|
|
expected: FAIL
|
|
|
|
[HTMLBodyElement interface: attribute onmessageerror]
|
|
expected: FAIL
|
|
|
|
[HTMLBodyElement interface: document.createElement("body") must inherit property "link" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLBodyElement interface: document.createElement("body") must inherit property "vLink" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLBodyElement interface: document.createElement("body") must inherit property "aLink" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLBodyElement interface: document.createElement("body") must inherit property "onmessageerror" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLHeadingElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLHeadingElement interface: document.createElement("h1") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLParagraphElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLParagraphElement interface: document.createElement("p") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLHRElement interface: attribute noShade]
|
|
expected: FAIL
|
|
|
|
[HTMLHRElement interface: attribute size]
|
|
expected: FAIL
|
|
|
|
[HTMLHRElement interface: document.createElement("hr") must inherit property "noShade" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLHRElement interface: document.createElement("hr") must inherit property "size" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLPreElement interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[HTMLPreElement interface: document.createElement("pre") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLPreElement interface: document.createElement("listing") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLPreElement interface: document.createElement("xmp") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLQuoteElement interface: attribute cite]
|
|
expected: FAIL
|
|
|
|
[HTMLQuoteElement interface: document.createElement("blockquote") must inherit property "cite" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLQuoteElement interface: document.createElement("q") must inherit property "cite" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOListElement interface: attribute reversed]
|
|
expected: FAIL
|
|
|
|
[HTMLOListElement interface: attribute start]
|
|
expected: FAIL
|
|
|
|
[HTMLOListElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLOListElement interface: attribute compact]
|
|
expected: FAIL
|
|
|
|
[HTMLUListElement interface: attribute compact]
|
|
expected: FAIL
|
|
|
|
[HTMLUListElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface object length]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface object name]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface: attribute compact]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement must be primary interface of document.createElement("menu")]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.createElement("menu")]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface: document.createElement("menu") must inherit property "compact" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLLIElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLLIElement interface: document.createElement("li") must inherit property "type" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLDListElement interface: attribute compact]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: attribute download]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: attribute ping]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: attribute relList]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: attribute hreflang]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: attribute referrerPolicy]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: attribute charset]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: document.createElement("a") must inherit property "download" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: document.createElement("a") must inherit property "ping" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: document.createElement("a") must inherit property "hreflang" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: document.createElement("a") must inherit property "type" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: document.createElement("a") must inherit property "referrerPolicy" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: document.createElement("a") must inherit property "charset" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLBRElement interface: attribute clear]
|
|
expected: FAIL
|
|
|
|
[HTMLBRElement interface: document.createElement("br") must inherit property "clear" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLModElement interface: attribute cite]
|
|
expected: FAIL
|
|
|
|
[HTMLModElement interface: attribute dateTime]
|
|
expected: FAIL
|
|
|
|
[HTMLModElement interface: document.createElement("ins") must inherit property "cite" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLModElement interface: document.createElement("ins") must inherit property "dateTime" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLModElement interface: document.createElement("del") must inherit property "cite" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLModElement interface: document.createElement("del") must inherit property "dateTime" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSourceElement interface: attribute src]
|
|
expected: FAIL
|
|
|
|
[HTMLSourceElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLSourceElement interface: attribute srcset]
|
|
expected: FAIL
|
|
|
|
[HTMLSourceElement interface: attribute sizes]
|
|
expected: FAIL
|
|
|
|
[HTMLSourceElement interface: attribute media]
|
|
expected: FAIL
|
|
|
|
[HTMLSourceElement interface: document.createElement("source") must inherit property "src" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSourceElement interface: document.createElement("source") must inherit property "type" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSourceElement interface: document.createElement("source") must inherit property "srcset" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSourceElement interface: document.createElement("source") must inherit property "sizes" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSourceElement interface: document.createElement("source") must inherit property "media" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: attribute srcset]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: attribute sizes]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: attribute referrerPolicy]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: operation decode()]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: attribute lowsrc]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: document.createElement("img") must inherit property "srcset" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: document.createElement("img") must inherit property "sizes" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: document.createElement("img") must inherit property "referrerPolicy" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: document.createElement("img") must inherit property "decode()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: document.createElement("img") must inherit property "lowsrc" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: new Image() must inherit property "srcset" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: new Image() must inherit property "sizes" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: new Image() must inherit property "referrerPolicy" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: new Image() must inherit property "decode()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: new Image() must inherit property "lowsrc" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute srcdoc]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute allowPaymentRequest]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute allowUserMedia]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute referrerPolicy]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: operation getSVGDocument()]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute delegateStickyUserActivation]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute scrolling]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute longDesc]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute marginHeight]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute marginWidth]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: attribute src]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: operation getSVGDocument()]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "src" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "type" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "getSVGDocument()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute data]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute typeMustMatch]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute useMap]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute contentDocument]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute contentWindow]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: operation getSVGDocument()]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute willValidate]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute validationMessage]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: operation setCustomValidity(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute archive]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute code]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute declare]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute hspace]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute standby]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute vspace]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute codeBase]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute codeType]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute border]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "data" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "typeMustMatch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "contentDocument" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "contentWindow" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "getSVGDocument()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: calling setCustomValidity(DOMString) on document.createElement("object") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "archive" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "code" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "declare" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "hspace" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "standby" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "vspace" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "codeBase" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "codeType" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "border" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: attribute value]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: attribute valueType]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: document.createElement("param") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: document.createElement("param") must inherit property "value" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: document.createElement("param") must inherit property "type" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: document.createElement("param") must inherit property "valueType" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: attribute videoWidth]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: attribute videoHeight]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: attribute poster]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: attribute playsInline]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: document.createElement("video") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: document.createElement("video") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: document.createElement("video") must inherit property "videoWidth" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: document.createElement("video") must inherit property "videoHeight" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: document.createElement("video") must inherit property "poster" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: document.createElement("video") must inherit property "playsInline" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "srcObject" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "crossOrigin" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "buffered" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "seeking" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "currentTime" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "fastSeek(double)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: calling fastSeek(double) on document.createElement("video") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "duration" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "getStartDate()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "defaultPlaybackRate" with the proper type]
|
|
expected: PASS
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "playbackRate" with the proper type]
|
|
expected: PASS
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "played" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "seekable" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "loop" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "controls" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "volume" with the proper type]
|
|
expected: PASS
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "muted" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "defaultMuted" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "audioTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "videoTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "textTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "addTextTrack(TextTrackKind, DOMString, DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: calling addTextTrack(TextTrackKind, DOMString, DOMString) on document.createElement("video") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "srcObject" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "crossOrigin" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "buffered" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "seeking" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "currentTime" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "fastSeek(double)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: calling fastSeek(double) on document.createElement("audio") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "duration" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "getStartDate()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "defaultPlaybackRate" with the proper type]
|
|
expected: PASS
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "playbackRate" with the proper type]
|
|
expected: PASS
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "played" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "seekable" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "loop" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "controls" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "volume" with the proper type]
|
|
expected: PASS
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "muted" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "defaultMuted" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "audioTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "videoTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "textTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "addTextTrack(TextTrackKind, DOMString, DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: calling addTextTrack(TextTrackKind, DOMString, DOMString) on document.createElement("audio") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLAudioElement must be primary interface of new Audio()]
|
|
expected: FAIL
|
|
|
|
[Stringification of new Audio()]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "error" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "src" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "srcObject" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "currentSrc" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "crossOrigin" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "NETWORK_EMPTY" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "NETWORK_IDLE" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "NETWORK_LOADING" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "NETWORK_NO_SOURCE" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "networkState" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "preload" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "buffered" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "load()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "canPlayType(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: calling canPlayType(DOMString) on new Audio() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "HAVE_NOTHING" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "HAVE_METADATA" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "HAVE_CURRENT_DATA" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "HAVE_FUTURE_DATA" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "HAVE_ENOUGH_DATA" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "readyState" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "seeking" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "currentTime" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "fastSeek(double)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: calling fastSeek(double) on new Audio() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "duration" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "getStartDate()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "paused" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "defaultPlaybackRate" with the proper type]
|
|
expected: PASS
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "playbackRate" with the proper type]
|
|
expected: PASS
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "played" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "seekable" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "autoplay" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "loop" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "play()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "pause()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "controls" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "volume" with the proper type]
|
|
expected: PASS
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "muted" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "defaultMuted" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "audioTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "videoTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "textTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "addTextTrack(TextTrackKind, DOMString, DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: calling addTextTrack(TextTrackKind, DOMString, DOMString) on new Audio() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: attribute kind]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: attribute src]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: attribute srclang]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: attribute label]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: attribute default]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: constant NONE on interface object]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: constant NONE on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: constant LOADING on interface object]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: constant LOADING on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: constant LOADED on interface object]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: constant LOADED on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: constant ERROR on interface object]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: constant ERROR on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: attribute readyState]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: attribute track]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: document.createElement("track") must inherit property "kind" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: document.createElement("track") must inherit property "src" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: document.createElement("track") must inherit property "srclang" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: document.createElement("track") must inherit property "label" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: document.createElement("track") must inherit property "default" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: document.createElement("track") must inherit property "NONE" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: document.createElement("track") must inherit property "LOADING" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: document.createElement("track") must inherit property "LOADED" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: document.createElement("track") must inherit property "ERROR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: document.createElement("track") must inherit property "readyState" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTrackElement interface: document.createElement("track") must inherit property "track" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute crossOrigin]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute buffered]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute seeking]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute currentTime]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: operation fastSeek(double)]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute duration]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: operation getStartDate()]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute defaultPlaybackRate]
|
|
expected: PASS
|
|
|
|
[HTMLMediaElement interface: attribute playbackRate]
|
|
expected: PASS
|
|
|
|
[HTMLMediaElement interface: attribute played]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute seekable]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute loop]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: operation play()]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute controls]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute volume]
|
|
expected: PASS
|
|
|
|
[HTMLMediaElement interface: attribute muted]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute defaultMuted]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute audioTracks]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute videoTracks]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute textTracks]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: operation addTextTrack(TextTrackKind, DOMString, DOMString)]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface object length]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface object name]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: operation getTrackById(DOMString)]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: attribute onchange]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: attribute onaddtrack]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: attribute onremovetrack]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface object length]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface object name]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: attribute id]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: attribute kind]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: attribute label]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: attribute language]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: attribute enabled]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface object length]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface object name]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: operation getTrackById(DOMString)]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: attribute selectedIndex]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: attribute onchange]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: attribute onaddtrack]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: attribute onremovetrack]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface object length]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface object name]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: attribute id]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: attribute kind]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: attribute label]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: attribute language]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: attribute selected]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface object length]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface object name]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: operation getTrackById(DOMString)]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: attribute onchange]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: attribute onaddtrack]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: attribute onremovetrack]
|
|
expected: FAIL
|
|
|
|
[TextTrackList must be primary interface of document.createElement("video").textTracks]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.createElement("video").textTracks]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: document.createElement("video").textTracks must inherit property "length" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: document.createElement("video").textTracks must inherit property "getTrackById(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: calling getTrackById(DOMString) on document.createElement("video").textTracks with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: document.createElement("video").textTracks must inherit property "onchange" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: document.createElement("video").textTracks must inherit property "onaddtrack" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrackList interface: document.createElement("video").textTracks must inherit property "onremovetrack" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface object length]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface object name]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: attribute kind]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: attribute label]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: attribute language]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: attribute id]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: attribute inBandMetadataTrackDispatchType]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: attribute mode]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: attribute cues]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: attribute activeCues]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: operation addCue(TextTrackCue)]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: operation removeCue(TextTrackCue)]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: attribute oncuechange]
|
|
expected: FAIL
|
|
|
|
[TextTrack must be primary interface of document.createElement("track").track]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.createElement("track").track]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: document.createElement("track").track must inherit property "kind" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: document.createElement("track").track must inherit property "label" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: document.createElement("track").track must inherit property "language" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: document.createElement("track").track must inherit property "id" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: document.createElement("track").track must inherit property "inBandMetadataTrackDispatchType" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: document.createElement("track").track must inherit property "mode" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: document.createElement("track").track must inherit property "cues" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: document.createElement("track").track must inherit property "activeCues" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: document.createElement("track").track must inherit property "addCue(TextTrackCue)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: calling addCue(TextTrackCue) on document.createElement("track").track with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: document.createElement("track").track must inherit property "removeCue(TextTrackCue)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: calling removeCue(TextTrackCue) on document.createElement("track").track with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: document.createElement("track").track must inherit property "oncuechange" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrackCueList interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[TextTrackCueList interface object length]
|
|
expected: FAIL
|
|
|
|
[TextTrackCueList interface object name]
|
|
expected: FAIL
|
|
|
|
[TextTrackCueList interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[TextTrackCueList interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[TextTrackCueList interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[TextTrackCueList interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[TextTrackCueList interface: operation getCueById(DOMString)]
|
|
expected: FAIL
|
|
|
|
[TextTrackCueList must be primary interface of document.createElement("video").addTextTrack("subtitles").cues]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.createElement("video").addTextTrack("subtitles").cues]
|
|
expected: FAIL
|
|
|
|
[TextTrackCueList interface: document.createElement("video").addTextTrack("subtitles").cues must inherit property "length" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrackCueList interface: document.createElement("video").addTextTrack("subtitles").cues must inherit property "getCueById(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TextTrackCueList interface: calling getCueById(DOMString) on document.createElement("video").addTextTrack("subtitles").cues with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[TextTrackCue interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[TextTrackCue interface object length]
|
|
expected: FAIL
|
|
|
|
[TextTrackCue interface object name]
|
|
expected: FAIL
|
|
|
|
[TextTrackCue interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[TextTrackCue interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[TextTrackCue interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[TextTrackCue interface: attribute track]
|
|
expected: FAIL
|
|
|
|
[TextTrackCue interface: attribute id]
|
|
expected: FAIL
|
|
|
|
[TextTrackCue interface: attribute startTime]
|
|
expected: FAIL
|
|
|
|
[TextTrackCue interface: attribute endTime]
|
|
expected: FAIL
|
|
|
|
[TextTrackCue interface: attribute pauseOnExit]
|
|
expected: FAIL
|
|
|
|
[TextTrackCue interface: attribute onenter]
|
|
expected: FAIL
|
|
|
|
[TextTrackCue interface: attribute onexit]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface object length]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface object name]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: operation start(unsigned long)]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: operation end(unsigned long)]
|
|
expected: FAIL
|
|
|
|
[TimeRanges must be primary interface of document.createElement("video").buffered]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.createElement("video").buffered]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: document.createElement("video").buffered must inherit property "length" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: document.createElement("video").buffered must inherit property "start(unsigned long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: calling start(unsigned long) on document.createElement("video").buffered with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: document.createElement("video").buffered must inherit property "end(unsigned long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: calling end(unsigned long) on document.createElement("video").buffered with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface object length]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface object name]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface: attribute track]
|
|
expected: FAIL
|
|
|
|
[TrackEvent must be primary interface of new TrackEvent("addtrack", {track:document.createElement("track").track})]
|
|
expected: FAIL
|
|
|
|
[Stringification of new TrackEvent("addtrack", {track:document.createElement("track").track})]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface: new TrackEvent("addtrack", {track:document.createElement("track").track}) must inherit property "track" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMapElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLMapElement interface: attribute areas]
|
|
expected: FAIL
|
|
|
|
[HTMLMapElement interface: document.createElement("map") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMapElement interface: document.createElement("map") must inherit property "areas" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute alt]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute coords]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute shape]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute target]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute download]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute ping]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute rel]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute relList]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute referrerPolicy]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute noHref]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute href]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: stringifier]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute origin]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute protocol]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute username]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute password]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute host]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute hostname]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute port]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute pathname]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute search]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute hash]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "alt" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "coords" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "shape" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "target" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "download" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "ping" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "rel" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "referrerPolicy" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "noHref" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "href" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "origin" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "protocol" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "username" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "password" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "host" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "hostname" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "port" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "pathname" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "search" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "hash" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: attribute border]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: attribute frame]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: attribute rules]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: attribute summary]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: attribute cellPadding]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: attribute cellSpacing]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: document.createElement("table") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: document.createElement("table") must inherit property "border" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: document.createElement("table") must inherit property "frame" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: document.createElement("table") must inherit property "rules" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: document.createElement("table") must inherit property "summary" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: document.createElement("table") must inherit property "cellPadding" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: document.createElement("table") must inherit property "cellSpacing" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCaptionElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCaptionElement interface: document.createElement("caption") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: attribute span]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: attribute ch]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: attribute chOff]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: attribute vAlign]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("colgroup") must inherit property "span" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("colgroup") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("colgroup") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("colgroup") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("colgroup") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("colgroup") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("col") must inherit property "span" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("col") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("col") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("col") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("col") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("col") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: attribute ch]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: attribute chOff]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: attribute vAlign]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("thead") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("thead") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("thead") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("thead") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: attribute ch]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: attribute chOff]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: attribute vAlign]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute headers]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute scope]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute abbr]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute axis]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute ch]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute chOff]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute noWrap]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute vAlign]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "headers" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "scope" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "abbr" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "axis" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "noWrap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "headers" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "scope" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "abbr" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "axis" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "noWrap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFormElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLFormElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLFormElement interface: document.createElement("form") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFormElement interface: document.createElement("form") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute autocomplete]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute autofocus]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute files]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute list]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute valueAsDate]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute valueAsNumber]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: operation stepUp(long)]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: operation stepDown(long)]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute willValidate]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute validity]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute validationMessage]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: operation setCustomValidity(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute useMap]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on document.createElement("input") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on document.createElement("input") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on document.createElement("input") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("text") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("text") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("text") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("hidden") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("hidden") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("hidden") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("search") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("search") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("search") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("tel") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("tel") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("tel") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("url") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("url") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("url") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("email") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("email") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("email") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("password") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("password") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("password") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("date") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("date") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("date") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("month") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("month") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("month") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("week") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("week") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("week") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("time") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("time") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("time") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("datetime-local") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("datetime-local") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("datetime-local") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("number") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("number") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("number") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("range") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("range") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("range") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("color") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("color") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("color") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("checkbox") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("checkbox") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("checkbox") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("radio") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("radio") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("radio") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "files" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("file") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("file") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("file") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("submit") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("submit") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("submit") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("image") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("image") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("image") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("reset") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("reset") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("reset") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("button") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("button") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("button") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: attribute autofocus]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: attribute willValidate]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: attribute validationMessage]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: operation setCustomValidity(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: document.createElement("button") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: document.createElement("button") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: document.createElement("button") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: document.createElement("button") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: document.createElement("button") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: document.createElement("button") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: calling setCustomValidity(DOMString) on document.createElement("button") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: attribute autocomplete]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: attribute autofocus]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: attribute required]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: attribute selectedOptions]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: attribute willValidate]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: attribute validationMessage]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: operation setCustomValidity(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "required" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "selectedOptions" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: calling setCustomValidity(DOMString) on document.createElement("select") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLOptGroupElement interface: attribute label]
|
|
expected: FAIL
|
|
|
|
[HTMLOptGroupElement interface: document.createElement("optgroup") must inherit property "label" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: attribute index]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: document.createElement("option") must inherit property "index" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement must be primary interface of new Option()]
|
|
expected: FAIL
|
|
|
|
[Stringification of new Option()]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "disabled" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "form" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "label" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "defaultSelected" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "selected" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "value" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "text" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "index" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute autocomplete]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute autofocus]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute dirName]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute maxLength]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute minLength]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute textLength]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute willValidate]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute validity]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute validationMessage]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: operation setCustomValidity(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "dirName" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "maxLength" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "minLength" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "textLength" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: calling setCustomValidity(DOMString) on document.createElement("textarea") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: attribute htmlFor]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: attribute defaultValue]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: attribute value]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: attribute willValidate]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: attribute validationMessage]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: operation setCustomValidity(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "htmlFor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "type" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "defaultValue" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "value" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: calling setCustomValidity(DOMString) on document.createElement("output") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLProgressElement interface: attribute value]
|
|
expected: FAIL
|
|
|
|
[HTMLProgressElement interface: attribute max]
|
|
expected: FAIL
|
|
|
|
[HTMLProgressElement interface: attribute position]
|
|
expected: FAIL
|
|
|
|
[HTMLProgressElement interface: document.createElement("progress") must inherit property "value" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLProgressElement interface: document.createElement("progress") must inherit property "max" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLProgressElement interface: document.createElement("progress") must inherit property "position" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: attribute value]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: attribute min]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: attribute max]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: attribute low]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: attribute high]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: attribute optimum]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: document.createElement("meter") must inherit property "value" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: document.createElement("meter") must inherit property "min" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: document.createElement("meter") must inherit property "max" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: document.createElement("meter") must inherit property "low" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: document.createElement("meter") must inherit property "high" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: document.createElement("meter") must inherit property "optimum" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFieldSetElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLFieldSetElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLFieldSetElement interface: attribute willValidate]
|
|
expected: FAIL
|
|
|
|
[HTMLFieldSetElement interface: attribute validationMessage]
|
|
expected: FAIL
|
|
|
|
[HTMLFieldSetElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLFieldSetElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLFieldSetElement interface: operation setCustomValidity(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLLegendElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLLegendElement interface: document.createElement("legend") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState must be primary interface of document.createElement("input").validity]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.createElement("input").validity]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "valueMissing" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "typeMismatch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "patternMismatch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "tooLong" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "tooShort" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "rangeUnderflow" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "rangeOverflow" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "stepMismatch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "badInput" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "customError" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "valid" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLDialogElement interface: operation show()]
|
|
expected: FAIL
|
|
|
|
[HTMLDialogElement interface: operation showModal()]
|
|
expected: FAIL
|
|
|
|
[HTMLScriptElement interface: attribute noModule]
|
|
expected: FAIL
|
|
|
|
[HTMLScriptElement interface: document.createElement("script") must inherit property "noModule" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface object length]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface object name]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: operation assignedNodes(AssignedNodesOptions)]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: operation assignedElements(AssignedNodesOptions)]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement must be primary interface of document.createElement("slot")]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.createElement("slot")]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: document.createElement("slot") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: document.createElement("slot") must inherit property "assignedNodes(AssignedNodesOptions)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: calling assignedNodes(AssignedNodesOptions) on document.createElement("slot") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: document.createElement("slot") must inherit property "assignedElements(AssignedNodesOptions)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: calling assignedElements(AssignedNodesOptions) on document.createElement("slot") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLCanvasElement interface: operation toBlob(BlobCallback, DOMString, any)]
|
|
expected: FAIL
|
|
|
|
[HTMLCanvasElement interface: operation transferControlToOffscreen()]
|
|
expected: FAIL
|
|
|
|
[HTMLCanvasElement interface: document.createElement("canvas") must inherit property "toBlob(BlobCallback, DOMString, any)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLCanvasElement interface: calling toBlob(BlobCallback, DOMString, any) on document.createElement("canvas") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLCanvasElement interface: document.createElement("canvas") must inherit property "transferControlToOffscreen()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation getTransform()]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation setTransform(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation setTransform(DOMMatrix2DInit)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: attribute imageSmoothingQuality]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: attribute filter]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation resetClip()]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation isPointInStroke(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation isPointInStroke(Path2D, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation drawFocusIfNeeded(Element)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation drawFocusIfNeeded(Path2D, Element)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation scrollPathIntoView()]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation scrollPathIntoView(Path2D)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation strokeText(DOMString, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation measureText(DOMString)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation setLineDash([object Object\])]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation getLineDash()]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: attribute lineDashOffset]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: attribute font]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: attribute textAlign]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: attribute textBaseline]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: attribute direction]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "getTransform()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "imageSmoothingQuality" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "filter" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "resetClip()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "isPointInStroke(unrestricted double, unrestricted double)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling isPointInStroke(unrestricted double, unrestricted double) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "isPointInStroke(Path2D, unrestricted double, unrestricted double)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling isPointInStroke(Path2D, unrestricted double, unrestricted double) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "drawFocusIfNeeded(Element)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling drawFocusIfNeeded(Element) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "drawFocusIfNeeded(Path2D, Element)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling drawFocusIfNeeded(Path2D, Element) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "scrollPathIntoView()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "scrollPathIntoView(Path2D)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling scrollPathIntoView(Path2D) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "strokeText(DOMString, unrestricted double, unrestricted double, unrestricted double)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling strokeText(DOMString, unrestricted double, unrestricted double, unrestricted double) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "measureText(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling measureText(DOMString) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "setLineDash([object Object\])" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling setLineDash([object Object\]) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "getLineDash()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "lineDashOffset" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "font" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "textAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "textBaseline" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "direction" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasPattern interface: operation setTransform(DOMMatrix2DInit)]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface object length]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface object name]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute actualBoundingBoxLeft]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute actualBoundingBoxRight]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute fontBoundingBoxAscent]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute fontBoundingBoxDescent]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute actualBoundingBoxAscent]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute actualBoundingBoxDescent]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute emHeightAscent]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute emHeightDescent]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute hangingBaseline]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute alphabeticBaseline]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute ideographicBaseline]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[Path2D interface object length]
|
|
expected: FAIL
|
|
|
|
[Path2D interface object name]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation addPath(Path2D, DOMMatrix2DInit)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation closePath()]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation moveTo(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation lineTo(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation quadraticCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation bezierCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation arcTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, boolean)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation ellipse(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, boolean)]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface object length]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface object name]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface: attribute canvas]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface: operation transferFromImageBitmap(ImageBitmap)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface object length]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface object name]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: operation getContext(OffscreenRenderingContextId, any)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: operation transferToImageBitmap()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: operation convertToBlob(ImageEncodeOptions)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface object length]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface object name]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation commit()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute canvas]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation save()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation restore()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation scale(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation rotate(unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation translate(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation transform(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation getTransform()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation setTransform(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation setTransform(DOMMatrix2DInit)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation resetTransform()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute globalAlpha]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute globalCompositeOperation]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute imageSmoothingEnabled]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute imageSmoothingQuality]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute strokeStyle]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute fillStyle]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation createLinearGradient(double, double, double, double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation createRadialGradient(double, double, double, double, double, double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation createPattern(CanvasImageSource, DOMString)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute shadowOffsetX]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute shadowOffsetY]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute shadowBlur]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute shadowColor]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute filter]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation clearRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation fillRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation strokeRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation beginPath()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation fill(CanvasFillRule)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation fill(Path2D, CanvasFillRule)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation stroke()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation stroke(Path2D)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation clip(CanvasFillRule)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation clip(Path2D, CanvasFillRule)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation resetClip()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation isPointInPath(unrestricted double, unrestricted double, CanvasFillRule)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation isPointInPath(Path2D, unrestricted double, unrestricted double, CanvasFillRule)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation isPointInStroke(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation isPointInStroke(Path2D, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation createImageData(long, long)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation createImageData(ImageData)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation getImageData(long, long, long, long)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation putImageData(ImageData, long, long)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation putImageData(ImageData, long, long, long, long, long, long)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute lineWidth]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute lineCap]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute lineJoin]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute miterLimit]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation setLineDash([object Object\])]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation getLineDash()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute lineDashOffset]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation closePath()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation moveTo(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation lineTo(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation quadraticCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation bezierCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation arcTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, boolean)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation ellipse(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, boolean)]
|
|
expected: FAIL
|
|
|
|
[CustomElementRegistry interface: operation whenDefined(DOMString)]
|
|
expected: FAIL
|
|
|
|
[CustomElementRegistry interface: operation upgrade(Node)]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface object length]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface object name]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: attribute dropEffect]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: attribute effectAllowed]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: attribute items]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: operation setDragImage(Element, long, long)]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: attribute types]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: operation getData(DOMString)]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: operation setData(DOMString, DOMString)]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: operation clearData(DOMString)]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: attribute files]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface object length]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface object name]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: operation add(DOMString, DOMString)]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: operation add(File)]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: operation remove(unsigned long)]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: operation clear()]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface object length]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface object name]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: attribute kind]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: operation getAsString(FunctionStringCallback)]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: operation getAsFile()]
|
|
expected: FAIL
|
|
|
|
[DragEvent interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[DragEvent interface object length]
|
|
expected: FAIL
|
|
|
|
[DragEvent interface object name]
|
|
expected: FAIL
|
|
|
|
[DragEvent interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[DragEvent interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[DragEvent interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[DragEvent interface: attribute dataTransfer]
|
|
expected: FAIL
|
|
|
|
[Window interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[Window interface: internal [[SetPrototypeOf\]\] method of interface prototype object - setting to a new value via Object.setPrototypeOf should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[Window interface: internal [[SetPrototypeOf\]\] method of interface prototype object - setting to a new value via __proto__ should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[Window interface: internal [[SetPrototypeOf\]\] method of interface prototype object - setting to a new value via Reflect.setPrototypeOf should return false]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute locationbar]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute menubar]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute personalbar]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute scrollbars]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute statusbar]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute toolbar]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation focus()]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation blur()]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute opener]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute parent]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation open(USVString, DOMString, DOMString)]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute applicationCache]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation confirm(DOMString)]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation prompt(DOMString, DOMString)]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation print()]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute external]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute onauxclick]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute onloadend]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute onsecuritypolicyviolation]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute onmessageerror]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation createImageBitmap(ImageBitmapSource, ImageBitmapOptions)]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation createImageBitmap(ImageBitmapSource, long, long, long, long, ImageBitmapOptions)]
|
|
expected: FAIL
|
|
|
|
[Window interface: internal [[SetPrototypeOf\]\] method of global platform object - setting to its original value via Object.setPrototypeOf should not throw]
|
|
expected: FAIL
|
|
|
|
[Window interface: internal [[SetPrototypeOf\]\] method of global platform object - setting to its original value via __proto__ should not throw]
|
|
expected: FAIL
|
|
|
|
[Window interface: internal [[SetPrototypeOf\]\] method of global platform object - setting to its original value via Reflect.setPrototypeOf should return true]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "self" 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 "menubar" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "personalbar" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "scrollbars" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "statusbar" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "toolbar" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "focus()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "blur()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "frames" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "length" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "opener" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "parent" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "open(USVString, DOMString, DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: calling open(USVString, DOMString, DOMString) on window with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "applicationCache" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "confirm(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: calling confirm(DOMString) on window with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "prompt(DOMString, DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: calling prompt(DOMString, DOMString) on window with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "print()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "external" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "onauxclick" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "onloadend" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "onsecuritypolicyviolation" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "onmessageerror" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "createImageBitmap(ImageBitmapSource, ImageBitmapOptions)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: calling createImageBitmap(ImageBitmapSource, ImageBitmapOptions) on window with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "createImageBitmap(ImageBitmapSource, long, long, long, long, ImageBitmapOptions)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: calling createImageBitmap(ImageBitmapSource, long, long, long, long, ImageBitmapOptions) on window with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[BarProp interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[BarProp interface object length]
|
|
expected: FAIL
|
|
|
|
[BarProp interface object name]
|
|
expected: FAIL
|
|
|
|
[BarProp interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[BarProp interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[BarProp interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[BarProp interface: attribute visible]
|
|
expected: FAIL
|
|
|
|
[History interface: attribute index]
|
|
expected: FAIL
|
|
|
|
[History interface: attribute scrollRestoration]
|
|
expected: FAIL
|
|
|
|
[History interface: window.history must inherit property "index" with the proper type]
|
|
expected: FAIL
|
|
|
|
[History interface: window.history must inherit property "scrollRestoration" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Location interface: stringifier]
|
|
expected: FAIL
|
|
|
|
[Location interface: window.location must have own property "ancestorOrigins"]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface object length]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface object name]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant UNCACHED on interface object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant UNCACHED on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant IDLE on interface object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant IDLE on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant CHECKING on interface object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant CHECKING on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant DOWNLOADING on interface object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant DOWNLOADING on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant UPDATEREADY on interface object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant UPDATEREADY on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant OBSOLETE on interface object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant OBSOLETE on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute status]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: operation update()]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: operation abort()]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: operation swapCache()]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute onchecking]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute onerror]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute onnoupdate]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute ondownloading]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute onprogress]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute onupdateready]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute oncached]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute onobsolete]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache must be primary interface of window.applicationCache]
|
|
expected: FAIL
|
|
|
|
[Stringification of window.applicationCache]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "UNCACHED" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "IDLE" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "CHECKING" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "DOWNLOADING" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "UPDATEREADY" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "OBSOLETE" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "status" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "update()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "abort()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "swapCache()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "onchecking" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "onerror" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "onnoupdate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "ondownloading" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "onprogress" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "onupdateready" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "oncached" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "onobsolete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[PromiseRejectionEvent interface object length]
|
|
expected: FAIL
|
|
|
|
[PromiseRejectionEvent interface: attribute promise]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: attribute productSub]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: attribute vendor]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: attribute vendorSub]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: attribute oscpu]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: attribute languages]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: attribute onLine]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: operation registerProtocolHandler(DOMString, USVString, DOMString)]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: operation unregisterProtocolHandler(DOMString, USVString)]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: attribute hardwareConcurrency]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "productSub" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "vendor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "vendorSub" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "oscpu" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "languages" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "onLine" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "registerProtocolHandler(DOMString, USVString, DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: calling registerProtocolHandler(DOMString, USVString, DOMString) on window.navigator with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "unregisterProtocolHandler(DOMString, USVString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: calling unregisterProtocolHandler(DOMString, USVString) on window.navigator with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "hardwareConcurrency" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface object length]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface object name]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface: operation close()]
|
|
expected: FAIL
|
|
|
|
[MessageEvent interface: attribute source]
|
|
expected: FAIL
|
|
|
|
[MessageEvent interface: attribute ports]
|
|
expected: FAIL
|
|
|
|
[MessageEvent interface: operation initMessageEvent(DOMString, boolean, boolean, any, USVString, DOMString, MessageEventSource, [object Object\])]
|
|
expected: FAIL
|
|
|
|
[MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "source" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "ports" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "initMessageEvent(DOMString, boolean, boolean, any, USVString, DOMString, MessageEventSource, [object Object\])" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MessageEvent interface: calling initMessageEvent(DOMString, boolean, boolean, any, USVString, DOMString, MessageEventSource, [object Object\]) on new MessageEvent("message", { data: 5 }) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[WebSocket interface: attribute extensions]
|
|
expected: FAIL
|
|
|
|
[WebSocket interface: new WebSocket("wss://foo") must inherit property "extensions" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface object length]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface object name]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface: attribute port1]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface: attribute port2]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface object length]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface object name]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: operation postMessage(any, [object Object\])]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: operation start()]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: operation close()]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: attribute onmessage]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: attribute onmessageerror]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface object length]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface object name]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: operation postMessage(any)]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: operation close()]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: attribute onmessage]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: attribute onmessageerror]
|
|
expected: FAIL
|
|
|
|
[Worker interface: attribute onmessageerror]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface object length]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface object name]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface: attribute port]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface: attribute onerror]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface object length]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface object name]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute behavior]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute bgColor]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute direction]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute hspace]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute loop]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute scrollAmount]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute scrollDelay]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute trueSpeed]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute vspace]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute onbounce]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute onfinish]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute onstart]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: operation start()]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: operation stop()]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement must be primary interface of document.createElement("marquee")]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.createElement("marquee")]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "behavior" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "bgColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "direction" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "hspace" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "loop" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "scrollAmount" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "scrollDelay" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "trueSpeed" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "vspace" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "onbounce" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "onfinish" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "onstart" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "start()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "stop()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameSetElement interface: attribute cols]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameSetElement interface: attribute rows]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameSetElement interface: attribute onmessageerror]
|
|
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 "onmessageerror" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute scrolling]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute src]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute frameBorder]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute longDesc]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute noResize]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute contentDocument]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute contentWindow]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute marginHeight]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute marginWidth]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "scrolling" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "src" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "frameBorder" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "longDesc" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "noResize" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "contentDocument" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "contentWindow" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "marginHeight" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "marginWidth" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLDirectoryElement interface: attribute compact]
|
|
expected: FAIL
|
|
|
|
[HTMLDirectoryElement interface: document.createElement("dir") must inherit property "compact" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Stringification of window.external]
|
|
expected: FAIL
|
|
|
|
[External interface: window.external must inherit property "AddSearchProvider()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[External interface: window.external must inherit property "IsSearchProviderInstalled()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTML IDL tests]
|
|
expected: FAIL
|
|
|
|
|
|
[interfaces.https.html?include=(Document|Window)]
|
|
[HTML IDL tests]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute dir]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute designMode]
|
|
expected: FAIL
|
|
|
|
[Document interface: operation execCommand(DOMString, boolean, DOMString)]
|
|
expected: FAIL
|
|
|
|
[Document interface: operation queryCommandEnabled(DOMString)]
|
|
expected: FAIL
|
|
|
|
[Document interface: operation queryCommandIndeterm(DOMString)]
|
|
expected: FAIL
|
|
|
|
[Document interface: operation queryCommandState(DOMString)]
|
|
expected: FAIL
|
|
|
|
[Document interface: operation queryCommandSupported(DOMString)]
|
|
expected: FAIL
|
|
|
|
[Document interface: operation queryCommandValue(DOMString)]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute linkColor]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute vlinkColor]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute alinkColor]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute all]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute onauxclick]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute onloadend]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute onsecuritypolicyviolation]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "dir" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "defaultView" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "designMode" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "execCommand(DOMString, boolean, DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling execCommand(DOMString, boolean, DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "queryCommandEnabled(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandEnabled(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "queryCommandIndeterm(DOMString)" with the proper type]
|
|
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 "queryCommandState(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandState(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "queryCommandSupported(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandSupported(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: calling queryCommandValue(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "linkColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "vlinkColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "alinkColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "all" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "onauxclick" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "onloadend" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "onsecuritypolicyviolation" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "dir" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "designMode" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "execCommand(DOMString, boolean, DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling execCommand(DOMString, boolean, DOMString) on new Document() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "queryCommandEnabled(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandEnabled(DOMString) on new Document() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "queryCommandIndeterm(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandIndeterm(DOMString) on new Document() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "queryCommandState(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandState(DOMString) on new Document() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "queryCommandSupported(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandSupported(DOMString) on new Document() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "queryCommandValue(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandValue(DOMString) on new Document() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "linkColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "vlinkColor" 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 "all" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "onauxclick" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "onloadend" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "onsecuritypolicyviolation" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "dir" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "designMode" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "execCommand(DOMString, boolean, DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling execCommand(DOMString, boolean, DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandEnabled(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandEnabled(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandIndeterm(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandIndeterm(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandState(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandState(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandSupported(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandSupported(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandValue(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: calling queryCommandValue(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "linkColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "vlinkColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "alinkColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "all" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onauxclick" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onloadend" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onsecuritypolicyviolation" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[Window interface: internal [[SetPrototypeOf\]\] method of interface prototype object - setting to a new value via Object.setPrototypeOf should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[Window interface: internal [[SetPrototypeOf\]\] method of interface prototype object - setting to a new value via __proto__ should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[Window interface: internal [[SetPrototypeOf\]\] method of interface prototype object - setting to a new value via Reflect.setPrototypeOf should return false]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute locationbar]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute menubar]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute personalbar]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute scrollbars]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute statusbar]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute toolbar]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation focus()]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation blur()]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute applicationCache]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation confirm(DOMString)]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation prompt(DOMString, DOMString)]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation print()]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation postMessage(any, USVString, [object Object\])]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation postMessage(any, [object Object\], WindowPostMessageOptions)]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute external]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute onauxclick]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute onloadend]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute onsecuritypolicyviolation]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation createImageBitmap(ImageBitmapSource, ImageBitmapOptions)]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation createImageBitmap(ImageBitmapSource, long, long, long, long, ImageBitmapOptions)]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "self" 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 "menubar" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "personalbar" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "scrollbars" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "statusbar" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "toolbar" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "focus()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "blur()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "frames" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "parent" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "applicationCache" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "confirm(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: calling confirm(DOMString) on window with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "prompt(DOMString, DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: calling prompt(DOMString, DOMString) on window with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "print()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "external" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "onauxclick" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "onloadend" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "onsecuritypolicyviolation" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "createImageBitmap(ImageBitmapSource, ImageBitmapOptions)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: calling createImageBitmap(ImageBitmapSource, ImageBitmapOptions) on window with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "createImageBitmap(ImageBitmapSource, long, long, long, long, ImageBitmapOptions)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: calling createImageBitmap(ImageBitmapSource, long, long, long, long, ImageBitmapOptions) on window with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[html interfaces]
|
|
expected: FAIL
|
|
|
|
[Window interface: attribute onformdata]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "onformdata" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: new Document() must inherit property "onformdata" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: iframe.contentDocument must inherit property "onformdata" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Document interface: attribute onformdata]
|
|
expected: FAIL
|
|
|
|
|
|
[interfaces.https.html?include=HTML.*]
|
|
[HTML IDL tests]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface object length]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface object name]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: operation namedItem(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: operation item(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection must be primary interface of document.all]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.all]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: document.all must inherit property "length" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: document.all must inherit property "namedItem(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: calling namedItem(DOMString) on document.all with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: document.all must inherit property "item(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAllCollection interface: calling item(DOMString) on document.all with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute translate]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute dir]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute accessKey]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute accessKeyLabel]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute draggable]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute spellcheck]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute onauxclick]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute onloadend]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute onsecuritypolicyviolation]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute contentEditable]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute isContentEditable]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute inputMode]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute nonce]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute tabIndex]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "translate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "dir" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "accessKey" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "accessKeyLabel" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "draggable" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "spellcheck" 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 "onloadend" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "onsecuritypolicyviolation" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "contentEditable" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "isContentEditable" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "inputMode" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "nonce" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "tabIndex" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLHtmlElement interface: attribute version]
|
|
expected: FAIL
|
|
|
|
[HTMLHtmlElement interface: document.createElement("html") must inherit property "version" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLBaseElement interface: attribute target]
|
|
expected: FAIL
|
|
|
|
[HTMLBaseElement interface: document.createElement("base") must inherit property "target" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement interface: attribute as]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement interface: attribute relList]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement interface: attribute sizes]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement interface: attribute referrerPolicy]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement interface: document.createElement("link") must inherit property "as" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement interface: document.createElement("link") must inherit property "sizes" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement interface: document.createElement("link") must inherit property "referrerPolicy" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMetaElement interface: attribute httpEquiv]
|
|
expected: FAIL
|
|
|
|
[HTMLMetaElement interface: attribute scheme]
|
|
expected: FAIL
|
|
|
|
[HTMLMetaElement interface: document.createElement("meta") must inherit property "httpEquiv" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMetaElement interface: document.createElement("meta") must inherit property "scheme" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLStyleElement interface: attribute media]
|
|
expected: FAIL
|
|
|
|
[HTMLStyleElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLStyleElement interface: document.createElement("style") must inherit property "media" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLStyleElement interface: document.createElement("style") must inherit property "type" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLBodyElement interface: attribute link]
|
|
expected: FAIL
|
|
|
|
[HTMLBodyElement interface: attribute vLink]
|
|
expected: FAIL
|
|
|
|
[HTMLBodyElement interface: attribute aLink]
|
|
expected: FAIL
|
|
|
|
[HTMLBodyElement interface: document.createElement("body") must inherit property "link" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLBodyElement interface: document.createElement("body") must inherit property "vLink" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLBodyElement interface: document.createElement("body") must inherit property "aLink" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLHeadingElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLHeadingElement interface: document.createElement("h1") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLParagraphElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLParagraphElement interface: document.createElement("p") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLHRElement interface: attribute noShade]
|
|
expected: FAIL
|
|
|
|
[HTMLHRElement interface: attribute size]
|
|
expected: FAIL
|
|
|
|
[HTMLHRElement interface: document.createElement("hr") must inherit property "noShade" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLHRElement interface: document.createElement("hr") must inherit property "size" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLPreElement interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[HTMLPreElement interface: document.createElement("pre") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLPreElement interface: document.createElement("listing") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLPreElement interface: document.createElement("xmp") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLQuoteElement interface: attribute cite]
|
|
expected: FAIL
|
|
|
|
[HTMLQuoteElement interface: document.createElement("blockquote") must inherit property "cite" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLQuoteElement interface: document.createElement("q") must inherit property "cite" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOListElement interface: attribute reversed]
|
|
expected: FAIL
|
|
|
|
[HTMLOListElement interface: attribute start]
|
|
expected: FAIL
|
|
|
|
[HTMLOListElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLOListElement interface: attribute compact]
|
|
expected: FAIL
|
|
|
|
[HTMLUListElement interface: attribute compact]
|
|
expected: FAIL
|
|
|
|
[HTMLUListElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface object length]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface object name]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface: attribute compact]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement must be primary interface of document.createElement("menu")]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.createElement("menu")]
|
|
expected: FAIL
|
|
|
|
[HTMLMenuElement interface: document.createElement("menu") must inherit property "compact" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLLIElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLLIElement interface: document.createElement("li") must inherit property "type" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLDListElement interface: attribute compact]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: attribute download]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: attribute ping]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: attribute relList]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: attribute hreflang]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: attribute referrerPolicy]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: attribute charset]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: document.createElement("a") must inherit property "download" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: document.createElement("a") must inherit property "ping" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: document.createElement("a") must inherit property "hreflang" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: document.createElement("a") must inherit property "type" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: document.createElement("a") must inherit property "referrerPolicy" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAnchorElement interface: document.createElement("a") must inherit property "charset" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLBRElement interface: attribute clear]
|
|
expected: FAIL
|
|
|
|
[HTMLBRElement interface: document.createElement("br") must inherit property "clear" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLModElement interface: attribute cite]
|
|
expected: FAIL
|
|
|
|
[HTMLModElement interface: attribute dateTime]
|
|
expected: FAIL
|
|
|
|
[HTMLModElement interface: document.createElement("ins") must inherit property "cite" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLModElement interface: document.createElement("ins") must inherit property "dateTime" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLModElement interface: document.createElement("del") must inherit property "cite" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLModElement interface: document.createElement("del") must inherit property "dateTime" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: attribute sizes]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: attribute referrerPolicy]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: operation decode()]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: attribute lowsrc]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: document.createElement("img") must inherit property "sizes" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: document.createElement("img") must inherit property "referrerPolicy" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: document.createElement("img") must inherit property "decode()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: document.createElement("img") must inherit property "lowsrc" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: new Image() must inherit property "sizes" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: new Image() must inherit property "referrerPolicy" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: new Image() must inherit property "decode()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLImageElement interface: new Image() must inherit property "lowsrc" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute srcdoc]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute allowPaymentRequest]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute allowUserMedia]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute referrerPolicy]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: operation getSVGDocument()]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute delegateStickyUserActivation]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute scrolling]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute longDesc]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute marginHeight]
|
|
expected: FAIL
|
|
|
|
[HTMLIFrameElement interface: attribute marginWidth]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: attribute src]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: operation getSVGDocument()]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "src" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "type" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "getSVGDocument()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute data]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute typeMustMatch]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute useMap]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute contentDocument]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute contentWindow]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: operation getSVGDocument()]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute willValidate]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute validationMessage]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: operation setCustomValidity(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute archive]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute code]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute declare]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute hspace]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute standby]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute vspace]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute codeBase]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute codeType]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: attribute border]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "data" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "typeMustMatch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "contentDocument" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "contentWindow" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "getSVGDocument()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: calling setCustomValidity(DOMString) on document.createElement("object") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "archive" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "code" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "declare" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "hspace" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "standby" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "vspace" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "codeBase" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "codeType" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLObjectElement interface: document.createElement("object") must inherit property "border" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: attribute value]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: attribute valueType]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: document.createElement("param") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: document.createElement("param") must inherit property "value" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: document.createElement("param") must inherit property "type" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLParamElement interface: document.createElement("param") must inherit property "valueType" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: attribute poster]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: attribute playsInline]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: document.createElement("video") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: document.createElement("video") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: document.createElement("video") must inherit property "poster" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLVideoElement interface: document.createElement("video") must inherit property "playsInline" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "srcObject" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "crossOrigin" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "buffered" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "getStartDate()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "seekable" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "loop" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "controls" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "muted" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "defaultMuted" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "audioTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "videoTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "srcObject" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "crossOrigin" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "buffered" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "getStartDate()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "seekable" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "loop" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "controls" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "muted" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "defaultMuted" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "audioTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "videoTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "srcObject" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "crossOrigin" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "buffered" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "getStartDate()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "seekable" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "loop" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "controls" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "muted" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "defaultMuted" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "audioTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: new Audio() must inherit property "videoTracks" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute crossOrigin]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute buffered]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: operation getStartDate()]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute seekable]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute loop]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: operation play()]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute controls]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute muted]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute defaultMuted]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute audioTracks]
|
|
expected: FAIL
|
|
|
|
[HTMLMediaElement interface: attribute videoTracks]
|
|
expected: FAIL
|
|
|
|
[HTMLMapElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLMapElement interface: attribute areas]
|
|
expected: FAIL
|
|
|
|
[HTMLMapElement interface: document.createElement("map") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMapElement interface: document.createElement("map") must inherit property "areas" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute alt]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute coords]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute shape]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute target]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute download]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute ping]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute rel]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute relList]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute referrerPolicy]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute noHref]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute href]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: stringifier]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute origin]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute protocol]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute username]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute password]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute host]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute hostname]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute port]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute pathname]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute search]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: attribute hash]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "alt" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "coords" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "shape" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "target" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "download" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "ping" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "rel" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "referrerPolicy" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "noHref" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "href" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "origin" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "protocol" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "username" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "password" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "host" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "hostname" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "port" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "pathname" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "search" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLAreaElement interface: document.createElement("area") must inherit property "hash" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: attribute border]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: attribute frame]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: attribute rules]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: attribute summary]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: attribute cellPadding]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: attribute cellSpacing]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: document.createElement("table") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: document.createElement("table") must inherit property "border" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: document.createElement("table") must inherit property "frame" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: document.createElement("table") must inherit property "rules" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: document.createElement("table") must inherit property "summary" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: document.createElement("table") must inherit property "cellPadding" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableElement interface: document.createElement("table") must inherit property "cellSpacing" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCaptionElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCaptionElement interface: document.createElement("caption") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: attribute span]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: attribute ch]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: attribute chOff]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: attribute vAlign]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("colgroup") must inherit property "span" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("colgroup") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("colgroup") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("colgroup") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("colgroup") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("colgroup") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("col") must inherit property "span" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("col") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("col") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("col") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("col") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableColElement interface: document.createElement("col") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: attribute ch]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: attribute chOff]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: attribute vAlign]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("thead") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("thead") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("thead") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("thead") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: attribute ch]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: attribute chOff]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: attribute vAlign]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute headers]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute scope]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute abbr]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute axis]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute ch]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute chOff]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute noWrap]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: attribute vAlign]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "headers" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "scope" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "abbr" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "axis" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "noWrap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("td") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "headers" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "scope" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "abbr" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "axis" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "ch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "chOff" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "noWrap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTableCellElement interface: document.createElement("th") must inherit property "vAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFormElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLFormElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLFormElement interface: document.createElement("form") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFormElement interface: document.createElement("form") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute autocomplete]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute autofocus]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute files]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute list]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute valueAsDate]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute valueAsNumber]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: operation stepUp(long)]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: operation stepDown(long)]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute willValidate]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute validity]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute validationMessage]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: operation setCustomValidity(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: attribute useMap]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on document.createElement("input") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on document.createElement("input") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on document.createElement("input") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: document.createElement("input") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("text") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("text") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("text") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("text") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("hidden") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("hidden") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("hidden") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("hidden") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("search") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("search") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("search") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("search") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("tel") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("tel") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("tel") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("tel") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("url") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("url") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("url") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("url") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("email") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("email") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("email") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("email") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("password") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("password") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("password") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("password") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("date") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("date") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("date") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("date") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("month") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("month") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("month") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("month") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("week") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("week") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("week") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("week") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("time") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("time") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("time") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("time") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("datetime-local") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("datetime-local") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("datetime-local") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("datetime-local") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("number") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("number") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("number") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("number") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("range") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("range") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("range") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("range") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("color") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("color") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("color") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("color") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("checkbox") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("checkbox") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("checkbox") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("checkbox") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("radio") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("radio") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("radio") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("radio") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "files" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("file") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("file") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("file") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("file") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("submit") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("submit") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("submit") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("submit") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("image") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("image") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("image") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("image") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("reset") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("reset") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("reset") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("reset") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "list" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "valueAsDate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "valueAsNumber" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "stepUp(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepUp(long) on createInput("button") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "stepDown(long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling stepDown(long) on createInput("button") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("button") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLInputElement interface: createInput("button") must inherit property "useMap" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: attribute autofocus]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: attribute willValidate]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: attribute validationMessage]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: operation setCustomValidity(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: document.createElement("button") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: document.createElement("button") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: document.createElement("button") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: document.createElement("button") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: document.createElement("button") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: document.createElement("button") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLButtonElement interface: calling setCustomValidity(DOMString) on document.createElement("button") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: attribute autocomplete]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: attribute autofocus]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: attribute required]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: attribute selectedOptions]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: attribute willValidate]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: attribute validationMessage]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: operation setCustomValidity(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "required" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "selectedOptions" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: document.createElement("select") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSelectElement interface: calling setCustomValidity(DOMString) on document.createElement("select") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLOptGroupElement interface: attribute label]
|
|
expected: FAIL
|
|
|
|
[HTMLOptGroupElement interface: document.createElement("optgroup") must inherit property "label" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: attribute index]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: document.createElement("option") must inherit property "index" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement must be primary interface of new Option()]
|
|
expected: FAIL
|
|
|
|
[Stringification of new Option()]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "disabled" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "form" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "label" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "defaultSelected" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "selected" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "value" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "text" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOptionElement interface: new Option() must inherit property "index" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute autocomplete]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute autofocus]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute dirName]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute willValidate]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute validity]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: attribute validationMessage]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: operation setCustomValidity(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "autocomplete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "autofocus" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "dirName" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "validity" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLTextAreaElement interface: calling setCustomValidity(DOMString) on document.createElement("textarea") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: attribute htmlFor]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: attribute defaultValue]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: attribute value]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: attribute willValidate]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: attribute validationMessage]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: operation setCustomValidity(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "htmlFor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "type" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "defaultValue" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "value" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "willValidate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "validationMessage" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "checkValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "reportValidity()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: document.createElement("output") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLOutputElement interface: calling setCustomValidity(DOMString) on document.createElement("output") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLProgressElement interface: attribute value]
|
|
expected: FAIL
|
|
|
|
[HTMLProgressElement interface: attribute max]
|
|
expected: FAIL
|
|
|
|
[HTMLProgressElement interface: attribute position]
|
|
expected: FAIL
|
|
|
|
[HTMLProgressElement interface: document.createElement("progress") must inherit property "value" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLProgressElement interface: document.createElement("progress") must inherit property "max" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLProgressElement interface: document.createElement("progress") must inherit property "position" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: attribute value]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: attribute min]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: attribute max]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: attribute low]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: attribute high]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: attribute optimum]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: document.createElement("meter") must inherit property "value" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: document.createElement("meter") must inherit property "min" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: document.createElement("meter") must inherit property "max" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: document.createElement("meter") must inherit property "low" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: document.createElement("meter") must inherit property "high" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMeterElement interface: document.createElement("meter") must inherit property "optimum" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFieldSetElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLFieldSetElement interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[HTMLFieldSetElement interface: attribute willValidate]
|
|
expected: FAIL
|
|
|
|
[HTMLFieldSetElement interface: attribute validationMessage]
|
|
expected: FAIL
|
|
|
|
[HTMLFieldSetElement interface: operation checkValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLFieldSetElement interface: operation reportValidity()]
|
|
expected: FAIL
|
|
|
|
[HTMLFieldSetElement interface: operation setCustomValidity(DOMString)]
|
|
expected: FAIL
|
|
|
|
[HTMLLegendElement interface: attribute align]
|
|
expected: FAIL
|
|
|
|
[HTMLLegendElement interface: document.createElement("legend") must inherit property "align" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLDialogElement interface: operation show()]
|
|
expected: FAIL
|
|
|
|
[HTMLDialogElement interface: operation showModal()]
|
|
expected: FAIL
|
|
|
|
[HTMLScriptElement interface: attribute noModule]
|
|
expected: FAIL
|
|
|
|
[HTMLScriptElement interface: document.createElement("script") must inherit property "noModule" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface object length]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface object name]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: operation assignedNodes(AssignedNodesOptions)]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: operation assignedElements(AssignedNodesOptions)]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement must be primary interface of document.createElement("slot")]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.createElement("slot")]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: document.createElement("slot") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: document.createElement("slot") must inherit property "assignedNodes(AssignedNodesOptions)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: calling assignedNodes(AssignedNodesOptions) on document.createElement("slot") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: document.createElement("slot") must inherit property "assignedElements(AssignedNodesOptions)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLSlotElement interface: calling assignedElements(AssignedNodesOptions) on document.createElement("slot") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLCanvasElement interface: operation toBlob(BlobCallback, DOMString, any)]
|
|
expected: FAIL
|
|
|
|
[HTMLCanvasElement interface: operation transferControlToOffscreen()]
|
|
expected: FAIL
|
|
|
|
[HTMLCanvasElement interface: document.createElement("canvas") must inherit property "toBlob(BlobCallback, DOMString, any)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLCanvasElement interface: calling toBlob(BlobCallback, DOMString, any) on document.createElement("canvas") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[HTMLCanvasElement interface: document.createElement("canvas") must inherit property "transferControlToOffscreen()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface object length]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface object name]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute behavior]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute bgColor]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute direction]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute hspace]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute loop]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute scrollAmount]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute scrollDelay]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute trueSpeed]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute vspace]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute onbounce]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute onfinish]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: attribute onstart]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: operation start()]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: operation stop()]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement must be primary interface of document.createElement("marquee")]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.createElement("marquee")]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "behavior" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "bgColor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "direction" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "height" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "hspace" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "loop" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "scrollAmount" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "scrollDelay" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "trueSpeed" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "vspace" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "width" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "onbounce" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "onfinish" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "onstart" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "start()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "stop()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameSetElement interface: attribute cols]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameSetElement interface: attribute rows]
|
|
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
|
|
|
|
[HTMLFrameElement interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute scrolling]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute src]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute frameBorder]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute longDesc]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute noResize]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute contentDocument]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute contentWindow]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute marginHeight]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: attribute marginWidth]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "scrolling" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "src" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "frameBorder" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "longDesc" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "noResize" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "contentDocument" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "contentWindow" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "marginHeight" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLFrameElement interface: document.createElement("frame") must inherit property "marginWidth" with the proper type]
|
|
expected: FAIL
|
|
|
|
[HTMLDirectoryElement interface: attribute compact]
|
|
expected: FAIL
|
|
|
|
[HTMLDirectoryElement interface: document.createElement("dir") must inherit property "compact" with the proper type]
|
|
expected: FAIL
|
|
|
|
[html interfaces]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: attribute onformdata]
|
|
expected: FAIL
|
|
|
|
[HTMLElement interface: document.createElement("noscript") must inherit property "onformdata" with the proper type]
|
|
expected: FAIL
|
|
|
|
|
|
[interfaces.https.html?exclude=(Document|Window|HTML.*)]
|
|
[HTML IDL tests]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface object length]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface object name]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface: operation item(unsigned long)]
|
|
expected: FAIL
|
|
|
|
[DOMStringList interface: operation contains(DOMString)]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface object length]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface object name]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: operation getTrackById(DOMString)]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: attribute onchange]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: attribute onaddtrack]
|
|
expected: FAIL
|
|
|
|
[AudioTrackList interface: attribute onremovetrack]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface object length]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface object name]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: attribute id]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: attribute kind]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: attribute label]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: attribute language]
|
|
expected: FAIL
|
|
|
|
[AudioTrack interface: attribute enabled]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface object length]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface object name]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: operation getTrackById(DOMString)]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: attribute selectedIndex]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: attribute onchange]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: attribute onaddtrack]
|
|
expected: FAIL
|
|
|
|
[VideoTrackList interface: attribute onremovetrack]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface object length]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface object name]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: attribute id]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: attribute kind]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: attribute label]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: attribute language]
|
|
expected: FAIL
|
|
|
|
[VideoTrack interface: attribute selected]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: attribute inBandMetadataTrackDispatchType]
|
|
expected: FAIL
|
|
|
|
[TextTrack interface: document.createElement("track").track must inherit property "inBandMetadataTrackDispatchType" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TimeRanges must be primary interface of document.createElement("video").buffered]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.createElement("video").buffered]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: document.createElement("video").buffered must inherit property "length" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: document.createElement("video").buffered must inherit property "start(unsigned long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: calling start(unsigned long) on document.createElement("video").buffered with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: document.createElement("video").buffered must inherit property "end(unsigned long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[TimeRanges interface: calling end(unsigned long) on document.createElement("video").buffered with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface object length]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface object name]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface: attribute track]
|
|
expected: FAIL
|
|
|
|
[TrackEvent must be primary interface of new TrackEvent("addtrack", {track:document.createElement("track").track})]
|
|
expected: FAIL
|
|
|
|
[Stringification of new TrackEvent("addtrack", {track:document.createElement("track").track})]
|
|
expected: FAIL
|
|
|
|
[TrackEvent interface: new TrackEvent("addtrack", {track:document.createElement("track").track}) must inherit property "track" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState must be primary interface of document.createElement("input").validity]
|
|
expected: FAIL
|
|
|
|
[Stringification of document.createElement("input").validity]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "valueMissing" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "typeMismatch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "patternMismatch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "tooLong" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "tooShort" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "rangeUnderflow" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "rangeOverflow" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "stepMismatch" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "badInput" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "customError" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ValidityState interface: document.createElement("input").validity must inherit property "valid" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation getTransform()]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation setTransform(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation setTransform(DOMMatrix2DInit)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: attribute imageSmoothingQuality]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: attribute filter]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation resetClip()]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation isPointInStroke(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation isPointInStroke(Path2D, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation drawFocusIfNeeded(Element)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation drawFocusIfNeeded(Path2D, Element)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation scrollPathIntoView()]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation scrollPathIntoView(Path2D)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation strokeText(DOMString, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation measureText(DOMString)]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation setLineDash([object Object\])]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: operation getLineDash()]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: attribute lineDashOffset]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: attribute font]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: attribute textAlign]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: attribute textBaseline]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: attribute direction]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "getTransform()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "imageSmoothingQuality" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "filter" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "resetClip()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "isPointInStroke(unrestricted double, unrestricted double)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling isPointInStroke(unrestricted double, unrestricted double) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "isPointInStroke(Path2D, unrestricted double, unrestricted double)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling isPointInStroke(Path2D, unrestricted double, unrestricted double) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "drawFocusIfNeeded(Element)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling drawFocusIfNeeded(Element) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "drawFocusIfNeeded(Path2D, Element)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling drawFocusIfNeeded(Path2D, Element) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "scrollPathIntoView()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "scrollPathIntoView(Path2D)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling scrollPathIntoView(Path2D) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "strokeText(DOMString, unrestricted double, unrestricted double, unrestricted double)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling strokeText(DOMString, unrestricted double, unrestricted double, unrestricted double) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "measureText(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling measureText(DOMString) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "setLineDash([object Object\])" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: calling setLineDash([object Object\]) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "getLineDash()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "lineDashOffset" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "font" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "textAlign" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "textBaseline" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "direction" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CanvasPattern interface: operation setTransform(DOMMatrix2DInit)]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface object length]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface object name]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute actualBoundingBoxLeft]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute actualBoundingBoxRight]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute fontBoundingBoxAscent]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute fontBoundingBoxDescent]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute actualBoundingBoxAscent]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute actualBoundingBoxDescent]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute emHeightAscent]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute emHeightDescent]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute hangingBaseline]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute alphabeticBaseline]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: attribute ideographicBaseline]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[Path2D interface object length]
|
|
expected: FAIL
|
|
|
|
[Path2D interface object name]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation addPath(Path2D, DOMMatrix2DInit)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation closePath()]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation moveTo(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation lineTo(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation quadraticCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation bezierCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation arcTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, boolean)]
|
|
expected: FAIL
|
|
|
|
[Path2D interface: operation ellipse(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, boolean)]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface object length]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface object name]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface: attribute canvas]
|
|
expected: FAIL
|
|
|
|
[ImageBitmapRenderingContext interface: operation transferFromImageBitmap(ImageBitmap)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface object length]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface object name]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: operation getContext(OffscreenRenderingContextId, any)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: operation transferToImageBitmap()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: operation convertToBlob(ImageEncodeOptions)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface object length]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface object name]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation commit()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute canvas]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation save()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation restore()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation scale(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation rotate(unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation translate(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation transform(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation getTransform()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation setTransform(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation setTransform(DOMMatrix2DInit)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation resetTransform()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute globalAlpha]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute globalCompositeOperation]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute imageSmoothingEnabled]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute imageSmoothingQuality]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute strokeStyle]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute fillStyle]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation createLinearGradient(double, double, double, double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation createRadialGradient(double, double, double, double, double, double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation createPattern(CanvasImageSource, DOMString)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute shadowOffsetX]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute shadowOffsetY]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute shadowBlur]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute shadowColor]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute filter]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation clearRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation fillRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation strokeRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation beginPath()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation fill(CanvasFillRule)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation fill(Path2D, CanvasFillRule)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation stroke()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation stroke(Path2D)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation clip(CanvasFillRule)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation clip(Path2D, CanvasFillRule)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation resetClip()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation isPointInPath(unrestricted double, unrestricted double, CanvasFillRule)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation isPointInPath(Path2D, unrestricted double, unrestricted double, CanvasFillRule)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation isPointInStroke(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation isPointInStroke(Path2D, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation createImageData(long, long)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation createImageData(ImageData)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation getImageData(long, long, long, long)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation putImageData(ImageData, long, long)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation putImageData(ImageData, long, long, long, long, long, long)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute lineWidth]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute lineCap]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute lineJoin]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute miterLimit]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation setLineDash([object Object\])]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation getLineDash()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute lineDashOffset]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation closePath()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation moveTo(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation lineTo(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation quadraticCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation bezierCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation arcTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, boolean)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation ellipse(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, boolean)]
|
|
expected: FAIL
|
|
|
|
[CustomElementRegistry interface: operation whenDefined(DOMString)]
|
|
expected: FAIL
|
|
|
|
[CustomElementRegistry interface: operation upgrade(Node)]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface object length]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface object name]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: attribute dropEffect]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: attribute effectAllowed]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: attribute items]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: operation setDragImage(Element, long, long)]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: attribute types]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: operation getData(DOMString)]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: operation setData(DOMString, DOMString)]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: operation clearData(DOMString)]
|
|
expected: FAIL
|
|
|
|
[DataTransfer interface: attribute files]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface object length]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface object name]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: operation add(DOMString, DOMString)]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: operation add(File)]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: operation remove(unsigned long)]
|
|
expected: FAIL
|
|
|
|
[DataTransferItemList interface: operation clear()]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface object length]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface object name]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: attribute kind]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: operation getAsString(FunctionStringCallback)]
|
|
expected: FAIL
|
|
|
|
[DataTransferItem interface: operation getAsFile()]
|
|
expected: FAIL
|
|
|
|
[DragEvent interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[DragEvent interface object length]
|
|
expected: FAIL
|
|
|
|
[DragEvent interface object name]
|
|
expected: FAIL
|
|
|
|
[DragEvent interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[DragEvent interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[DragEvent interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[DragEvent interface: attribute dataTransfer]
|
|
expected: FAIL
|
|
|
|
[BarProp interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[BarProp interface object length]
|
|
expected: FAIL
|
|
|
|
[BarProp interface object name]
|
|
expected: FAIL
|
|
|
|
[BarProp interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[BarProp interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[BarProp interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[BarProp interface: attribute visible]
|
|
expected: FAIL
|
|
|
|
[History interface: attribute index]
|
|
expected: FAIL
|
|
|
|
[History interface: attribute scrollRestoration]
|
|
expected: FAIL
|
|
|
|
[History interface: window.history must inherit property "index" with the proper type]
|
|
expected: FAIL
|
|
|
|
[History interface: window.history must inherit property "scrollRestoration" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Location interface: stringifier]
|
|
expected: FAIL
|
|
|
|
[Location interface: window.location must have own property "ancestorOrigins"]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface object length]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface object name]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant UNCACHED on interface object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant UNCACHED on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant IDLE on interface object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant IDLE on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant CHECKING on interface object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant CHECKING on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant DOWNLOADING on interface object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant DOWNLOADING on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant UPDATEREADY on interface object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant UPDATEREADY on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant OBSOLETE on interface object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: constant OBSOLETE on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute status]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: operation update()]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: operation abort()]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: operation swapCache()]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute onchecking]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute onerror]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute onnoupdate]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute ondownloading]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute onprogress]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute onupdateready]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute oncached]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: attribute onobsolete]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache must be primary interface of window.applicationCache]
|
|
expected: FAIL
|
|
|
|
[Stringification of window.applicationCache]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "UNCACHED" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "IDLE" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "CHECKING" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "DOWNLOADING" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "UPDATEREADY" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "OBSOLETE" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "status" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "update()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "abort()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "swapCache()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "onchecking" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "onerror" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "onnoupdate" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "ondownloading" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "onprogress" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "onupdateready" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "oncached" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ApplicationCache interface: window.applicationCache must inherit property "onobsolete" with the proper type]
|
|
expected: FAIL
|
|
|
|
[PromiseRejectionEvent interface object length]
|
|
expected: FAIL
|
|
|
|
[PromiseRejectionEvent interface: attribute promise]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: attribute productSub]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: attribute vendor]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: attribute vendorSub]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: attribute oscpu]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: attribute languages]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: attribute onLine]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: operation registerProtocolHandler(DOMString, USVString, DOMString)]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: operation unregisterProtocolHandler(DOMString, USVString)]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: attribute hardwareConcurrency]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "productSub" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "vendor" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "vendorSub" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "oscpu" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "languages" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "onLine" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "registerProtocolHandler(DOMString, USVString, DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: calling registerProtocolHandler(DOMString, USVString, DOMString) on window.navigator with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "unregisterProtocolHandler(DOMString, USVString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: calling unregisterProtocolHandler(DOMString, USVString) on window.navigator with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Navigator interface: window.navigator must inherit property "hardwareConcurrency" with the proper type]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface object length]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface object name]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface: attribute width]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface: attribute height]
|
|
expected: FAIL
|
|
|
|
[ImageBitmap interface: operation close()]
|
|
expected: FAIL
|
|
|
|
[MessageEvent interface: attribute ports]
|
|
expected: FAIL
|
|
|
|
[MessageEvent interface: operation initMessageEvent(DOMString, boolean, boolean, any, USVString, DOMString, MessageEventSource, [object Object\])]
|
|
expected: FAIL
|
|
|
|
[MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "source" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "ports" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "initMessageEvent(DOMString, boolean, boolean, any, USVString, DOMString, MessageEventSource, [object Object\])" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MessageEvent interface: calling initMessageEvent(DOMString, boolean, boolean, any, USVString, DOMString, MessageEventSource, [object Object\]) on new MessageEvent("message", { data: 5 }) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[WebSocket interface: attribute extensions]
|
|
expected: FAIL
|
|
|
|
[WebSocket interface: new WebSocket("wss://foo") must inherit property "extensions" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface object length]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface object name]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface: attribute port1]
|
|
expected: FAIL
|
|
|
|
[MessageChannel interface: attribute port2]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface object length]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface object name]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: operation postMessage(any, [object Object\])]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: operation start()]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: operation close()]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: attribute onmessage]
|
|
expected: FAIL
|
|
|
|
[MessagePort interface: attribute onmessageerror]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface object length]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface object name]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: operation postMessage(any)]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: operation close()]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: attribute onmessage]
|
|
expected: FAIL
|
|
|
|
[BroadcastChannel interface: attribute onmessageerror]
|
|
expected: FAIL
|
|
|
|
[Worker interface: attribute onmessageerror]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface object length]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface object name]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface: attribute port]
|
|
expected: FAIL
|
|
|
|
[SharedWorker interface: attribute onerror]
|
|
expected: FAIL
|
|
|
|
[Stringification of window.external]
|
|
expected: FAIL
|
|
|
|
[External interface: window.external must inherit property "AddSearchProvider()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[External interface: window.external must inherit property "IsSearchProviderInstalled()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[html interfaces]
|
|
expected: FAIL
|
|
|
|
[TextMetrics interface: operation getBaselines()]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onmouseout]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute ondrop]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onreset]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute oncontextmenu]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute ondragend]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onauxclick]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute ondragleave]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onblur]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onmousemove]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onended]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: operation blur()]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onchange]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute tabIndex]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onclose]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute oncancel]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onabort]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute oncopy]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute oncanplaythrough]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onplaying]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onclick]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onloadstart]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onsecuritypolicyviolation]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute ontoggle]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onload]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onprogress]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onplay]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onsuspend]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onwheel]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onmouseup]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute oncanplay]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onmouseleave]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onwaiting]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onseeked]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onmouseenter]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onstalled]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onscroll]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onloadedmetadata]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onsubmit]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute ondragenter]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute oncut]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onratechange]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute oninput]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onpaste]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onselect]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute ondragexit]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onkeydown]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute ondurationchange]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute ondragstart]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onloadend]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: operation focus(FocusOptions)]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onfocus]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onresize]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onerror]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute dataset]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onpause]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute ontimeupdate]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onemptied]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onvolumechange]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute oninvalid]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute oncuechange]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onseeking]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onmouseover]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onloadeddata]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onkeypress]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onmousedown]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute ondragover]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute ondblclick]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute nonce]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute onkeyup]
|
|
expected: FAIL
|
|
|
|
[SVGElement interface: attribute ondrag]
|
|
expected: FAIL
|
|
|
|
[ImageData interface: new ImageData(10, 10) must inherit property "data" with the proper type]
|
|
expected: FAIL
|
|
|
|
[FormDataEvent interface object name]
|
|
expected: FAIL
|
|
|
|
[FormDataEvent interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[FormDataEvent interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[FormDataEvent interface: attribute formData]
|
|
expected: FAIL
|
|
|
|
[Stringification of new FormDataEvent("formdata", { formData: new FormData() })]
|
|
expected: FAIL
|
|
|
|
[FormDataEvent interface: new FormDataEvent("formdata", { formData: new FormData() }) must inherit property "formData" with the proper type]
|
|
expected: FAIL
|
|
|
|
[FormDataEvent interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[FormDataEvent interface object length]
|
|
expected: FAIL
|
|
|
|
[FormDataEvent must be primary interface of new FormDataEvent("formdata", { formData: new FormData() })]
|
|
expected: FAIL
|
|
|
|
[FormDataEvent interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|