mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Implement synchronous about:blank loading.
Based on initial work by jdm in <https://github.com/servo/servo/pull/8600>.
This commit is contained in:
parent
2677540cd0
commit
b86965f394
34 changed files with 456 additions and 906 deletions
|
@ -69,27 +69,9 @@
|
|||
[Document interface: attribute onsort]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of iframe.contentDocument]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "implementation" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "URL" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "documentURI" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "origin" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "compatMode" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "characterSet" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "inputEncoding" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -105,99 +87,54 @@
|
|||
[Document interface: iframe.contentDocument must inherit property "getElementsByTagName" with the proper type (10)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling getElementsByTagName(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "getElementsByTagNameNS" with the proper type (11)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "getElementsByClassName" with the proper type (12)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling getElementsByClassName(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createElement" with the proper type (13)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling createElement(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createElementNS" with the proper type (14)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling createElementNS(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createDocumentFragment" with the proper type (15)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createTextNode" with the proper type (16)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling createTextNode(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createComment" with the proper type (17)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling createComment(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createProcessingInstruction" with the proper type (18)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling createProcessingInstruction(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "importNode" with the proper type (19)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling importNode(Node,boolean) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "adoptNode" with the proper type (20)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling adoptNode(Node) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createAttribute" with the proper type (21)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling createAttribute(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createAttributeNS" with the proper type (22)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling createAttributeNS(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createEvent" with the proper type (23)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling createEvent(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createRange" with the proper type (24)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createNodeIterator" with the proper type (25)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createTreeWalker" with the proper type (26)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "styleSheets" with the proper type (27)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -270,9 +207,6 @@
|
|||
[Document interface: iframe.contentDocument must inherit property "getElementsByName" with the proper type (50)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling getElementsByName(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "getItems" with the proper type (51)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -282,9 +216,6 @@
|
|||
[Document interface: iframe.contentDocument must inherit property "cssElementMap" with the proper type (52)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "currentScript" with the proper type (53)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "open" with the proper type (54)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -300,27 +231,6 @@
|
|||
[Document interface: iframe.contentDocument must inherit property "close" with the proper type (56)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "write" with the proper type (57)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling write(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "writeln" with the proper type (58)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling writeln(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "defaultView" with the proper type (59)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "activeElement" with the proper type (60)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "hasFocus" with the proper type (61)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "designMode" with the proper type (62)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -402,9 +312,6 @@
|
|||
[Document interface: iframe.contentDocument must inherit property "getElementById" with the proper type (82)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling getElementById(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "children" with the proper type (83)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -420,15 +327,9 @@
|
|||
[Document interface: iframe.contentDocument must inherit property "prepend" with the proper type (87)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling prepend([object Object\],[object Object\]) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "append" with the proper type (88)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling append([object Object\],[object Object\]) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "query" with the proper type (89)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -444,15 +345,9 @@
|
|||
[Document interface: iframe.contentDocument must inherit property "querySelector" with the proper type (91)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling querySelector(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "querySelectorAll" with the proper type (92)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling querySelectorAll(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onabort" with the proper type (93)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -642,189 +537,6 @@
|
|||
[Document interface: iframe.contentDocument must inherit property "onwaiting" with the proper type (155)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "ELEMENT_NODE" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "ATTRIBUTE_NODE" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "TEXT_NODE" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "CDATA_SECTION_NODE" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "ENTITY_NODE" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "COMMENT_NODE" with the proper type (7)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "DOCUMENT_NODE" with the proper type (8)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "NOTATION_NODE" with the proper type (11)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "nodeType" with the proper type (12)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "nodeName" with the proper type (13)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "baseURI" with the proper type (14)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "ownerDocument" with the proper type (15)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "parentNode" with the proper type (16)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "parentElement" with the proper type (17)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "hasChildNodes" with the proper type (18)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "childNodes" with the proper type (19)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "firstChild" with the proper type (20)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "lastChild" with the proper type (21)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "previousSibling" with the proper type (22)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "nextSibling" with the proper type (23)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "nodeValue" with the proper type (24)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "textContent" with the proper type (25)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "normalize" with the proper type (26)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "cloneNode" with the proper type (27)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: calling cloneNode(boolean) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "isEqualNode" with the proper type (28)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: calling isEqualNode(Node) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (29)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (30)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (31)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type (32)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (33)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (34)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "compareDocumentPosition" with the proper type (35)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: calling compareDocumentPosition(Node) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "contains" with the proper type (36)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: calling contains(Node) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "lookupPrefix" with the proper type (37)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: calling lookupPrefix(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "lookupNamespaceURI" with the proper type (38)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: calling lookupNamespaceURI(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "isDefaultNamespace" with the proper type (39)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: calling isDefaultNamespace(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "insertBefore" with the proper type (40)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: calling insertBefore(Node,Node) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "appendChild" with the proper type (41)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: calling appendChild(Node) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "replaceChild" with the proper type (42)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: calling replaceChild(Node,Node) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: iframe.contentDocument must inherit property "removeChild" with the proper type (43)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: calling removeChild(Node) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: iframe.contentDocument must inherit property "addEventListener" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: iframe.contentDocument must inherit property "removeEventListener" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: iframe.contentDocument must inherit property "dispatchEvent" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: calling dispatchEvent(Event) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[XMLDocument interface: operation load(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -5652,42 +5364,6 @@
|
|||
[HTMLOptionElement interface: new Option() must inherit property "index" with the proper type (7)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "charset" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "inputEncoding" with the proper type (7)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "contentType" with the proper type (8)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "doctype" with the proper type (9)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "documentElement" with the proper type (10)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "getElementsByTagName" with the proper type (11)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "getElementsByTagNameNS" with the proper type (12)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "getElementsByClassName" with the proper type (13)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createElement" with the proper type (14)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createElementNS" with the proper type (15)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createDocumentFragment" with the proper type (16)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createTextNode" with the proper type (17)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createComment" with the proper type (18)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8697,39 +8373,6 @@
|
|||
[Document interface: calling createCDATASection(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createComment" with the proper type (19)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createProcessingInstruction" with the proper type (20)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "importNode" with the proper type (21)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "adoptNode" with the proper type (22)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createAttribute" with the proper type (23)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createAttributeNS" with the proper type (24)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createEvent" with the proper type (25)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createRange" with the proper type (26)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createNodeIterator" with the proper type (27)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "createTreeWalker" with the proper type (28)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "styleSheets" with the proper type (29)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "selectedStyleSheetSet" with the proper type (30)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8745,63 +8388,12 @@
|
|||
[Document interface: iframe.contentDocument must inherit property "enableStyleSheetsForSet" with the proper type (34)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "domain" with the proper type (36)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "referrer" with the proper type (37)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "cookie" with the proper type (38)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "lastModified" with the proper type (39)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "readyState" with the proper type (40)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "title" with the proper type (42)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "dir" with the proper type (43)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "body" with the proper type (44)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "head" with the proper type (45)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "images" with the proper type (46)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "embeds" with the proper type (47)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "plugins" with the proper type (48)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "links" with the proper type (49)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "forms" with the proper type (50)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "scripts" with the proper type (51)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "getElementsByName" with the proper type (52)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling open(USVString,DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onreadystatechange" with the proper type (69)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "fgColor" with the proper type (70)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "linkColor" with the proper type (71)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8811,243 +8403,12 @@
|
|||
[Document interface: iframe.contentDocument must inherit property "alinkColor" with the proper type (73)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "bgColor" with the proper type (74)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "anchors" with the proper type (75)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "applets" with the proper type (76)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "clear" with the proper type (77)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "captureEvents" with the proper type (78)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "releaseEvents" with the proper type (79)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "all" with the proper type (80)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "getElementById" with the proper type (81)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "children" with the proper type (82)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "firstElementChild" with the proper type (83)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "lastElementChild" with the proper type (84)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "childElementCount" with the proper type (85)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "prepend" with the proper type (86)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "append" with the proper type (87)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "querySelector" with the proper type (88)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "querySelectorAll" with the proper type (89)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onabort" with the proper type (90)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onblur" with the proper type (91)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "oncancel" with the proper type (92)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "oncanplay" with the proper type (93)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "oncanplaythrough" with the proper type (94)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onchange" with the proper type (95)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onclick" with the proper type (96)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onclose" with the proper type (97)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "oncontextmenu" with the proper type (98)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "oncuechange" with the proper type (99)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "ondblclick" with the proper type (100)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "ondrag" with the proper type (101)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "ondragend" with the proper type (102)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "ondragenter" with the proper type (103)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "ondragexit" with the proper type (104)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "ondragleave" with the proper type (105)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "ondragover" with the proper type (106)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "ondragstart" with the proper type (107)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "ondrop" with the proper type (108)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "ondurationchange" with the proper type (109)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onemptied" with the proper type (110)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onended" with the proper type (111)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onerror" with the proper type (112)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onfocus" with the proper type (113)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "oninput" with the proper type (114)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "oninvalid" with the proper type (115)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onkeydown" with the proper type (116)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onkeypress" with the proper type (117)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onkeyup" with the proper type (118)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onload" with the proper type (119)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onloadeddata" with the proper type (120)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onloadedmetadata" with the proper type (121)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onloadstart" with the proper type (122)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onmousedown" with the proper type (123)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onmouseenter" with the proper type (124)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onmouseleave" with the proper type (125)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onmousemove" with the proper type (126)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onmouseout" with the proper type (127)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onmouseover" with the proper type (128)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onmouseup" with the proper type (129)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onmousewheel" with the proper type (130)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onpause" with the proper type (131)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onplay" with the proper type (132)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onplaying" with the proper type (133)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onprogress" with the proper type (134)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onratechange" with the proper type (135)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onreset" with the proper type (136)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onresize" with the proper type (137)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onscroll" with the proper type (138)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onseeked" with the proper type (139)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onseeking" with the proper type (140)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onselect" with the proper type (141)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onshow" with the proper type (142)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onstalled" with the proper type (143)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onsubmit" with the proper type (144)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onsuspend" with the proper type (145)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "ontimeupdate" with the proper type (146)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "ontoggle" with the proper type (147)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onvolumechange" with the proper type (148)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onwaiting" with the proper type (149)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "oncopy" with the proper type (150)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "oncut" with the proper type (151)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: iframe.contentDocument must inherit property "onpaste" with the proper type (152)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "createCDATASection" with the proper type (18)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue