kitesurf · WPT

FAIL
expected FAIL · 1996 ms
▶ run in kitesurf
Test
/dom/idlharness.window.html
Actual
FAIL
Expected
FAIL
Unexpected
no
Duration
1996 ms
Harness
OK
Counts
Reason
Run
https://kitesurf.rendering.cfdata.org/?url=http%3A%2F%2Fwpt.live%2Fdom%2Fidlharness.window.html ↗
Upstream
view on github.com/web-platform-tests/wpt ↗

Subtests

statussubtestmessage
FAILidl_test setupassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
PASSidl_test validation
PASSPartial interface Window: original interface defined
PASSPartial interface Window: member names are unique
PASSPartial interface Element: original interface defined
PASSPartial interface Element: member names are unique
PASSPartial interface Document: original interface defined
PASSPartial interface Document: member names are unique
PASSPartial interface mixin DocumentOrShadowRoot: original interface mixin defined
PASSPartial interface mixin DocumentOrShadowRoot: member names are unique
PASSPartial interface Document[2]: member names are unique
PASSPartial interface Element[2]: member names are unique
PASSPartial interface Document[3]: member names are unique
PASSPartial interface Window[2]: member names are unique
PASSDocument includes NonElementParentNode: member names are unique
PASSDocumentFragment includes NonElementParentNode: member names are unique
PASSDocument includes DocumentOrShadowRoot: member names are unique
PASSShadowRoot includes DocumentOrShadowRoot: member names are unique
PASSDocument includes ParentNode: member names are unique
PASSDocumentFragment includes ParentNode: member names are unique
PASSElement includes ParentNode: member names are unique
PASSElement includes NonDocumentTypeChildNode: member names are unique
PASSCharacterData includes NonDocumentTypeChildNode: member names are unique
PASSDocumentType includes ChildNode: member names are unique
PASSElement includes ChildNode: member names are unique
PASSCharacterData includes ChildNode: member names are unique
PASSElement includes Slottable: member names are unique
PASSText includes Slottable: member names are unique
PASSDocument includes XPathEvaluatorBase: member names are unique
PASSXPathEvaluator includes XPathEvaluatorBase: member names are unique
PASSDocument includes GlobalEventHandlers: member names are unique
PASSHTMLElement includes GlobalEventHandlers: member names are unique
PASSHTMLElement includes ElementContentEditable: member names are unique
PASSHTMLElement includes HTMLOrSVGElement: member names are unique
PASSWindow includes GlobalEventHandlers: member names are unique
PASSWindow includes WindowEventHandlers: member names are unique
PASSWindow includes WindowOrWorkerGlobalScope: member names are unique
PASSWindow includes AnimationFrameProvider: member names are unique
PASSWindow includes WindowSessionStorage: member names are unique
PASSWindow includes WindowLocalStorage: member names are unique
PASSEvent interface: existence and properties of interface object
FAILEvent interface object lengthassert_equals: wrong value for Event.length expected 1 but got 2
FAILEvent interface object nameassert_equals: wrong value for Event.name expected "Event" but got "KsEvent"
PASSEvent interface: existence and properties of interface prototype object
PASSEvent interface: existence and properties of interface prototype object's "constructor" property
PASSEvent interface: existence and properties of interface prototype object's @@unscopables property
FAILEvent interface: attribute typeassert_true: The prototype object must have a property "type" expected true got false
FAILEvent interface: attribute targetassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILEvent interface: attribute srcElementassert_true: The prototype object must have a property "srcElement" expected true got false
FAILEvent interface: attribute currentTargetassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILEvent interface: operation composedPath()assert_true: property should be enumerable expected true got false
FAILEvent interface: constant NONE on interface objectassert_false: property should not be writable expected false got true
FAILEvent interface: constant NONE on interface prototype objectassert_false: property should not be writable expected false got true
FAILEvent interface: constant CAPTURING_PHASE on interface objectassert_false: property should not be writable expected false got true
FAILEvent interface: constant CAPTURING_PHASE on interface prototype objectassert_false: property should not be writable expected false got true
FAILEvent interface: constant AT_TARGET on interface objectassert_false: property should not be writable expected false got true
FAILEvent interface: constant AT_TARGET on interface prototype objectassert_false: property should not be writable expected false got true
FAILEvent interface: constant BUBBLING_PHASE on interface objectassert_false: property should not be writable expected false got true
FAILEvent interface: constant BUBBLING_PHASE on interface prototype objectassert_false: property should not be writable expected false got true
FAILEvent interface: attribute eventPhaseassert_true: The prototype object must have a property "eventPhase" expected true got false
FAILEvent interface: operation stopPropagation()assert_true: property should be enumerable expected true got false
FAILEvent interface: attribute cancelBubbleassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILEvent interface: operation stopImmediatePropagation()assert_true: property should be enumerable expected true got false
FAILEvent interface: attribute bubblesassert_true: The prototype object must have a property "bubbles" expected true got false
FAILEvent interface: attribute cancelableassert_true: The prototype object must have a property "cancelable" expected true got false
FAILEvent interface: attribute returnValueassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILEvent interface: operation preventDefault()assert_true: property should be enumerable expected true got false
FAILEvent interface: attribute defaultPreventedassert_true: The prototype object must have a property "defaultPrevented" expected true got false
FAILEvent interface: attribute composedassert_true: The prototype object must have a property "composed" expected true got false
FAILEvent interface: attribute timeStampassert_true: The prototype object must have a property "timeStamp" expected true got false
FAILEvent interface: operation initEvent(DOMString, optional boolean, optional boolean)assert_true: property should be enumerable expected true got false
PASSEvent must be primary interface of document.createEvent("Event")
PASSStringification of document.createEvent("Event")
FAILEvent interface: document.createEvent("Event") must inherit property "type" with the proper typeassert_inherits: property "type" found on object expected in prototype chain
PASSEvent interface: document.createEvent("Event") must inherit property "target" with the proper type
FAILEvent interface: document.createEvent("Event") must inherit property "srcElement" with the proper typeassert_inherits: property "srcElement" found on object expected in prototype chain
PASSEvent interface: document.createEvent("Event") must inherit property "currentTarget" with the proper type
PASSEvent interface: document.createEvent("Event") must inherit property "composedPath()" with the proper type
PASSEvent interface: document.createEvent("Event") must inherit property "NONE" with the proper type
PASSEvent interface: document.createEvent("Event") must inherit property "CAPTURING_PHASE" with the proper type
PASSEvent interface: document.createEvent("Event") must inherit property "AT_TARGET" with the proper type
PASSEvent interface: document.createEvent("Event") must inherit property "BUBBLING_PHASE" with the proper type
FAILEvent interface: document.createEvent("Event") must inherit property "eventPhase" with the proper typeassert_inherits: property "eventPhase" found on object expected in prototype chain
PASSEvent interface: document.createEvent("Event") must inherit property "stopPropagation()" with the proper type
PASSEvent interface: document.createEvent("Event") must inherit property "cancelBubble" with the proper type
PASSEvent interface: document.createEvent("Event") must inherit property "stopImmediatePropagation()" with the proper type
FAILEvent interface: document.createEvent("Event") must inherit property "bubbles" with the proper typeassert_inherits: property "bubbles" found on object expected in prototype chain
FAILEvent interface: document.createEvent("Event") must inherit property "cancelable" with the proper typeassert_inherits: property "cancelable" found on object expected in prototype chain
PASSEvent interface: document.createEvent("Event") must inherit property "returnValue" with the proper type
PASSEvent interface: document.createEvent("Event") must inherit property "preventDefault()" with the proper type
FAILEvent interface: document.createEvent("Event") must inherit property "defaultPrevented" with the proper typeassert_inherits: property "defaultPrevented" found on object expected in prototype chain
FAILEvent interface: document.createEvent("Event") must inherit property "composed" with the proper typeassert_inherits: property "composed" found on object expected in prototype chain
FAILEvent interface: document.createEvent("Event") must have own property "isTrusted"assert_throws_js: calling getter on wrong object type must throw TypeError function "function () { [native code] }" did not throw
FAILEvent interface: document.createEvent("Event") must inherit property "timeStamp" with the proper typeassert_inherits: property "timeStamp" found on object expected in prototype chain
PASSEvent interface: document.createEvent("Event") must inherit property "initEvent(DOMString, optional boolean, optional boolean)" with the proper type
PASSEvent interface: calling initEvent(DOMString, optional boolean, optional boolean) on document.createEvent("Event") with too few arguments must throw TypeError
PASSEvent must be primary interface of new Event("foo")
PASSStringification of new Event("foo")
FAILEvent interface: new Event("foo") must inherit property "type" with the proper typeassert_inherits: property "type" found on object expected in prototype chain
PASSEvent interface: new Event("foo") must inherit property "target" with the proper type
FAILEvent interface: new Event("foo") must inherit property "srcElement" with the proper typeassert_inherits: property "srcElement" found on object expected in prototype chain
PASSEvent interface: new Event("foo") must inherit property "currentTarget" with the proper type
PASSEvent interface: new Event("foo") must inherit property "composedPath()" with the proper type
PASSEvent interface: new Event("foo") must inherit property "NONE" with the proper type
PASSEvent interface: new Event("foo") must inherit property "CAPTURING_PHASE" with the proper type
PASSEvent interface: new Event("foo") must inherit property "AT_TARGET" with the proper type
PASSEvent interface: new Event("foo") must inherit property "BUBBLING_PHASE" with the proper type
FAILEvent interface: new Event("foo") must inherit property "eventPhase" with the proper typeassert_inherits: property "eventPhase" found on object expected in prototype chain
PASSEvent interface: new Event("foo") must inherit property "stopPropagation()" with the proper type
PASSEvent interface: new Event("foo") must inherit property "cancelBubble" with the proper type
PASSEvent interface: new Event("foo") must inherit property "stopImmediatePropagation()" with the proper type
FAILEvent interface: new Event("foo") must inherit property "bubbles" with the proper typeassert_inherits: property "bubbles" found on object expected in prototype chain
FAILEvent interface: new Event("foo") must inherit property "cancelable" with the proper typeassert_inherits: property "cancelable" found on object expected in prototype chain
PASSEvent interface: new Event("foo") must inherit property "returnValue" with the proper type
PASSEvent interface: new Event("foo") must inherit property "preventDefault()" with the proper type
FAILEvent interface: new Event("foo") must inherit property "defaultPrevented" with the proper typeassert_inherits: property "defaultPrevented" found on object expected in prototype chain
FAILEvent interface: new Event("foo") must inherit property "composed" with the proper typeassert_inherits: property "composed" found on object expected in prototype chain
FAILEvent interface: new Event("foo") must have own property "isTrusted"assert_throws_js: calling getter on wrong object type must throw TypeError function "function () { [native code] }" did not throw
FAILEvent interface: new Event("foo") must inherit property "timeStamp" with the proper typeassert_inherits: property "timeStamp" found on object expected in prototype chain
PASSEvent interface: new Event("foo") must inherit property "initEvent(DOMString, optional boolean, optional boolean)" with the proper type
PASSEvent interface: calling initEvent(DOMString, optional boolean, optional boolean) on new Event("foo") with too few arguments must throw TypeError
PASSCustomEvent interface: existence and properties of interface object
FAILCustomEvent interface object lengthassert_equals: wrong value for CustomEvent.length expected 1 but got 2
FAILCustomEvent interface object nameassert_equals: wrong value for CustomEvent.name expected "CustomEvent" but got "KsCustomEvent"
PASSCustomEvent interface: existence and properties of interface prototype object
PASSCustomEvent interface: existence and properties of interface prototype object's "constructor" property
PASSCustomEvent interface: existence and properties of interface prototype object's @@unscopables property
FAILCustomEvent interface: attribute detailassert_true: The prototype object must have a property "detail" expected true got false
FAILCustomEvent interface: operation initCustomEvent(DOMString, optional boolean, optional boolean, optional any)assert_true: property should be enumerable expected true got false
PASSCustomEvent must be primary interface of new CustomEvent("foo")
PASSStringification of new CustomEvent("foo")
FAILCustomEvent interface: new CustomEvent("foo") must inherit property "detail" with the proper typeassert_inherits: property "detail" found on object expected in prototype chain
PASSCustomEvent interface: new CustomEvent("foo") must inherit property "initCustomEvent(DOMString, optional boolean, optional boolean, optional any)" with the proper type
PASSCustomEvent interface: calling initCustomEvent(DOMString, optional boolean, optional boolean, optional any) on new CustomEvent("foo") with too few arguments must throw TypeError
FAILEvent interface: new CustomEvent("foo") must inherit property "type" with the proper typeassert_inherits: property "type" found on object expected in prototype chain
PASSEvent interface: new CustomEvent("foo") must inherit property "target" with the proper type
FAILEvent interface: new CustomEvent("foo") must inherit property "srcElement" with the proper typeassert_inherits: property "srcElement" found on object expected in prototype chain
PASSEvent interface: new CustomEvent("foo") must inherit property "currentTarget" with the proper type
PASSEvent interface: new CustomEvent("foo") must inherit property "composedPath()" with the proper type
PASSEvent interface: new CustomEvent("foo") must inherit property "NONE" with the proper type
PASSEvent interface: new CustomEvent("foo") must inherit property "CAPTURING_PHASE" with the proper type
PASSEvent interface: new CustomEvent("foo") must inherit property "AT_TARGET" with the proper type
PASSEvent interface: new CustomEvent("foo") must inherit property "BUBBLING_PHASE" with the proper type
FAILEvent interface: new CustomEvent("foo") must inherit property "eventPhase" with the proper typeassert_inherits: property "eventPhase" found on object expected in prototype chain
PASSEvent interface: new CustomEvent("foo") must inherit property "stopPropagation()" with the proper type
PASSEvent interface: new CustomEvent("foo") must inherit property "cancelBubble" with the proper type
PASSEvent interface: new CustomEvent("foo") must inherit property "stopImmediatePropagation()" with the proper type
FAILEvent interface: new CustomEvent("foo") must inherit property "bubbles" with the proper typeassert_inherits: property "bubbles" found on object expected in prototype chain
FAILEvent interface: new CustomEvent("foo") must inherit property "cancelable" with the proper typeassert_inherits: property "cancelable" found on object expected in prototype chain
PASSEvent interface: new CustomEvent("foo") must inherit property "returnValue" with the proper type
PASSEvent interface: new CustomEvent("foo") must inherit property "preventDefault()" with the proper type
FAILEvent interface: new CustomEvent("foo") must inherit property "defaultPrevented" with the proper typeassert_inherits: property "defaultPrevented" found on object expected in prototype chain
FAILEvent interface: new CustomEvent("foo") must inherit property "composed" with the proper typeassert_inherits: property "composed" found on object expected in prototype chain
FAILEvent interface: new CustomEvent("foo") must have own property "isTrusted"assert_throws_js: calling getter on wrong object type must throw TypeError function "function () { [native code] }" did not throw
FAILEvent interface: new CustomEvent("foo") must inherit property "timeStamp" with the proper typeassert_inherits: property "timeStamp" found on object expected in prototype chain
PASSEvent interface: new CustomEvent("foo") must inherit property "initEvent(DOMString, optional boolean, optional boolean)" with the proper type
PASSEvent interface: calling initEvent(DOMString, optional boolean, optional boolean) on new CustomEvent("foo") with too few arguments must throw TypeError
PASSEventTarget interface: existence and properties of interface object
FAILEventTarget interface object lengthassert_equals: wrong value for EventTarget.length expected 0 but got 2
FAILEventTarget interface object nameassert_equals: wrong value for EventTarget.name expected "EventTarget" but got "NodeBase"
PASSEventTarget interface: existence and properties of interface prototype object
PASSEventTarget interface: existence and properties of interface prototype object's "constructor" property
PASSEventTarget interface: existence and properties of interface prototype object's @@unscopables property
FAILEventTarget interface: operation addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))assert_equals: property has wrong .length expected 2 but got 3
FAILEventTarget interface: operation removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))assert_equals: property has wrong .length expected 2 but got 3
PASSEventTarget interface: operation dispatchEvent(Event)
PASSEventTarget must be primary interface of new EventTarget()
FAILStringification of new EventTarget()assert_class_string: class string of new EventTarget() expected "[object EventTarget]" but got "[object Object]"
PASSEventTarget interface: new EventTarget() must inherit property "addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean)) on new EventTarget() with too few arguments must throw TypeError
PASSEventTarget interface: new EventTarget() must inherit property "removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean)) on new EventTarget() with too few arguments must throw TypeError
PASSEventTarget interface: new EventTarget() must inherit property "dispatchEvent(Event)" with the proper type
PASSEventTarget interface: calling dispatchEvent(Event) on new EventTarget() with too few arguments must throw TypeError
PASSEventListener interface: existence and properties of interface object
PASSEventListener interface: existence and properties of interface prototype object
PASSEventListener interface: existence and properties of interface prototype object's "constructor" property
PASSEventListener interface: existence and properties of interface prototype object's @@unscopables property
PASSEventListener interface: operation handleEvent(Event)
PASSAbortController interface: existence and properties of interface object
PASSAbortController interface object length
FAILAbortController interface object nameassert_equals: wrong value for AbortController.name expected "AbortController" but got "LazyAbortController"
PASSAbortController interface: existence and properties of interface prototype object
PASSAbortController interface: existence and properties of interface prototype object's "constructor" property
PASSAbortController interface: existence and properties of interface prototype object's @@unscopables property
FAILAbortController interface: attribute signalassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILAbortController interface: operation abort(optional any)assert_true: property should be enumerable expected true got false
PASSAbortController must be primary interface of new AbortController()
FAILStringification of new AbortController()assert_class_string: class string of new AbortController() expected "[object AbortController]" but got "[object Object]"
PASSAbortController interface: new AbortController() must inherit property "signal" with the proper type
PASSAbortController interface: new AbortController() must inherit property "abort(optional any)" with the proper type
PASSAbortController interface: calling abort(optional any) on new AbortController() with too few arguments must throw TypeError
FAILAbortSignal interface: existence and properties of interface objectassert_equals: prototype of AbortSignal is not EventTarget expected function "class ja{static{u(this,"Ss")}static{c(this,"NodeBase")}get data(){return this._info?this._info.nodeValue:void 0}set data(t…
PASSAbortSignal interface object length
PASSAbortSignal interface object name
FAILAbortSignal interface: existence and properties of interface prototype objectassert_false: AbortSignal.prototype should not be writable expected false got true
PASSAbortSignal interface: existence and properties of interface prototype object's "constructor" property
PASSAbortSignal interface: existence and properties of interface prototype object's @@unscopables property
PASSAbortSignal interface: operation abort(optional any)
FAILAbortSignal interface: operation timeout(unsigned long long)assert_equals: property has wrong .length expected 1 but got 0
FAILAbortSignal interface: operation any(sequence<AbortSignal>)assert_equals: property has wrong .length expected 1 but got 0
FAILAbortSignal interface: attribute abortedassert_equals: getter must have the name 'get aborted' expected "get aborted" but got ""
FAILAbortSignal interface: attribute reasonassert_equals: getter must have the name 'get reason' expected "get reason" but got ""
PASSAbortSignal interface: operation throwIfAborted()
FAILAbortSignal interface: attribute onabortassert_equals: getter must have the name 'get onabort' expected "get onabort" but got ""
PASSAbortSignal must be primary interface of new AbortController().signal
PASSStringification of new AbortController().signal
PASSAbortSignal interface: new AbortController().signal must inherit property "abort(optional any)" with the proper type
PASSAbortSignal interface: calling abort(optional any) on new AbortController().signal with too few arguments must throw TypeError
PASSAbortSignal interface: new AbortController().signal must inherit property "timeout(unsigned long long)" with the proper type
PASSAbortSignal interface: calling timeout(unsigned long long) on new AbortController().signal with too few arguments must throw TypeError
PASSAbortSignal interface: new AbortController().signal must inherit property "any(sequence<AbortSignal>)" with the proper type
PASSAbortSignal interface: calling any(sequence<AbortSignal>) on new AbortController().signal with too few arguments must throw TypeError
PASSAbortSignal interface: new AbortController().signal must inherit property "aborted" with the proper type
PASSAbortSignal interface: new AbortController().signal must inherit property "reason" with the proper type
PASSAbortSignal interface: new AbortController().signal must inherit property "throwIfAborted()" with the proper type
PASSAbortSignal interface: new AbortController().signal must inherit property "onabort" with the proper type
PASSEventTarget interface: new AbortController().signal must inherit property "addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean)) on new AbortController().signal with too few arguments must throw TypeError
PASSEventTarget interface: new AbortController().signal must inherit property "removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean)) on new AbortController().signal with too few arguments must throw TypeError
PASSEventTarget interface: new AbortController().signal must inherit property "dispatchEvent(Event)" with the proper type
PASSEventTarget interface: calling dispatchEvent(Event) on new AbortController().signal with too few arguments must throw TypeError
FAILNodeList interface: existence and properties of interface objectassert_throws_js: interface object didn't throw TypeError when called as a constructor function "function() { new interface_object(); }" did not throw
PASSNodeList interface object length
FAILNodeList interface object nameassert_equals: wrong value for NodeList.name expected "NodeList" but got "NodeListCls"
PASSNodeList interface: existence and properties of interface prototype object
PASSNodeList interface: existence and properties of interface prototype object's "constructor" property
PASSNodeList interface: existence and properties of interface prototype object's @@unscopables property
FAILNodeList interface: operation item(unsigned long)assert_equals: property has wrong .name expected "item" but got ""
FAILNodeList interface: attribute lengthassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNodeList interface: iterable<Node>assert_equals: @@iterator enumerable expected false but got true
PASSNodeList must be primary interface of document.querySelectorAll("script")
FAILStringification of document.querySelectorAll("script")assert_class_string: class string of document.querySelectorAll("script") expected "[object NodeList]" but got "[object Object]"
PASSNodeList interface: document.querySelectorAll("script") must inherit property "item(unsigned long)" with the proper type
FAILNodeList interface: calling item(unsigned long) on document.querySelectorAll("script") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNodeList interface: document.querySelectorAll("script") must inherit property "length" with the proper type
FAILHTMLCollection interface: existence and properties of interface objectassert_throws_js: interface object didn't throw TypeError when called as a constructor function "function() { new interface_object(); }" did not throw
PASSHTMLCollection interface object length
FAILHTMLCollection interface object nameassert_equals: wrong value for HTMLCollection.name expected "HTMLCollection" but got "HtmlCollectionCls"
PASSHTMLCollection interface: existence and properties of interface prototype object
PASSHTMLCollection interface: existence and properties of interface prototype object's "constructor" property
PASSHTMLCollection interface: existence and properties of interface prototype object's @@unscopables property
FAILHTMLCollection interface: attribute lengthassert_true: property should be enumerable expected true got false
FAILHTMLCollection interface: operation item(unsigned long)assert_true: property should be enumerable expected true got false
FAILHTMLCollection interface: operation namedItem(DOMString)assert_true: property should be enumerable expected true got false
PASSHTMLCollection must be primary interface of document.body.children
PASSStringification of document.body.children
FAILHTMLCollection interface: document.body.children must inherit property "length" with the proper typeassert_inherits: property "length" found on object expected in prototype chain
PASSHTMLCollection interface: document.body.children must inherit property "item(unsigned long)" with the proper type
FAILHTMLCollection interface: calling item(unsigned long) on document.body.children with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSHTMLCollection interface: document.body.children must inherit property "namedItem(DOMString)" with the proper type
FAILHTMLCollection interface: calling namedItem(DOMString) on document.body.children with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSMutationObserver interface: existence and properties of interface object
PASSMutationObserver interface object length
FAILMutationObserver interface object nameassert_equals: wrong value for MutationObserver.name expected "MutationObserver" but got "MutationObserverImpl"
PASSMutationObserver interface: existence and properties of interface prototype object
PASSMutationObserver interface: existence and properties of interface prototype object's "constructor" property
PASSMutationObserver interface: existence and properties of interface prototype object's @@unscopables property
FAILMutationObserver interface: operation observe(Node, optional MutationObserverInit)assert_true: property should be enumerable expected true got false
FAILMutationObserver interface: operation disconnect()assert_true: property should be enumerable expected true got false
FAILMutationObserver interface: operation takeRecords()assert_true: property should be enumerable expected true got false
FAILMutationRecord interface: existence and properties of interface objectassert_throws_js: interface object didn't throw TypeError when called as a constructor function "function() { new interface_object(); }" did not throw
PASSMutationRecord interface object length
PASSMutationRecord interface object name
PASSMutationRecord interface: existence and properties of interface prototype object
PASSMutationRecord interface: existence and properties of interface prototype object's "constructor" property
PASSMutationRecord interface: existence and properties of interface prototype object's @@unscopables property
FAILMutationRecord interface: attribute typeassert_true: The prototype object must have a property "type" expected true got false
FAILMutationRecord interface: attribute targetassert_true: The prototype object must have a property "target" expected true got false
FAILMutationRecord interface: attribute addedNodesassert_true: The prototype object must have a property "addedNodes" expected true got false
FAILMutationRecord interface: attribute removedNodesassert_true: The prototype object must have a property "removedNodes" expected true got false
FAILMutationRecord interface: attribute previousSiblingassert_true: The prototype object must have a property "previousSibling" expected true got false
FAILMutationRecord interface: attribute nextSiblingassert_true: The prototype object must have a property "nextSibling" expected true got false
FAILMutationRecord interface: attribute attributeNameassert_true: The prototype object must have a property "attributeName" expected true got false
FAILMutationRecord interface: attribute attributeNamespaceassert_true: The prototype object must have a property "attributeNamespace" expected true got false
FAILMutationRecord interface: attribute oldValueassert_true: The prototype object must have a property "oldValue" expected true got false
FAILNode interface: existence and properties of interface objectassert_equals: prototype of Node is not EventTarget expected function "class ja{static{u(this,"Ss")}static{c(this,"NodeBase")}get data(){return this._info?this._info.nodeValue:void 0}set data(t){}get …
FAILNode interface object lengthassert_equals: wrong value for Node.length expected 0 but got 2
FAILNode interface object nameassert_equals: wrong value for Node.name expected "Node" but got "NodeBase"
FAILNode interface: existence and properties of interface prototype objectassert_equals: prototype of Node.prototype is not EventTarget.prototype expected Node object of unknown type but got object "[object Object]"
PASSNode interface: existence and properties of interface prototype object's "constructor" property
PASSNode interface: existence and properties of interface prototype object's @@unscopables property
FAILNode interface: constant ELEMENT_NODE on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant ELEMENT_NODE on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant ATTRIBUTE_NODE on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant ATTRIBUTE_NODE on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant TEXT_NODE on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant TEXT_NODE on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant CDATA_SECTION_NODE on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant CDATA_SECTION_NODE on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant ENTITY_REFERENCE_NODE on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant ENTITY_REFERENCE_NODE on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant ENTITY_NODE on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant ENTITY_NODE on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant PROCESSING_INSTRUCTION_NODE on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant PROCESSING_INSTRUCTION_NODE on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant COMMENT_NODE on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant COMMENT_NODE on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_NODE on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_NODE on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_TYPE_NODE on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_TYPE_NODE on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_FRAGMENT_NODE on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_FRAGMENT_NODE on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant NOTATION_NODE on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant NOTATION_NODE on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: attribute nodeTypeassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNode interface: attribute nodeNameassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNode interface: attribute baseURIassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNode interface: attribute isConnectedassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNode interface: attribute ownerDocumentassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNode interface: operation getRootNode(optional GetRootNodeOptions)assert_equals: property has wrong .length expected 0 but got 1
FAILNode interface: attribute parentNodeassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNode interface: attribute parentElementassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
PASSNode interface: operation hasChildNodes()
FAILNode interface: attribute childNodesassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNode interface: attribute firstChildassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNode interface: attribute lastChildassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNode interface: attribute previousSiblingassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNode interface: attribute nextSiblingassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNode interface: attribute nodeValueassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNode interface: attribute textContentassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNode interface: operation normalize()assert_throws_js: calling operation with this = null didn't throw TypeError function "function() { fn.apply(obj, args); }" did not throw
FAILNode interface: operation cloneNode(optional boolean)assert_equals: property has wrong .length expected 0 but got 1
FAILNode interface: operation isEqualNode(Node?)assert_equals: property has wrong .name expected "isEqualNode" but got ""
FAILNode interface: operation isSameNode(Node?)assert_equals: property has wrong .name expected "isSameNode" but got ""
FAILNode interface: constant DOCUMENT_POSITION_DISCONNECTED on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_POSITION_DISCONNECTED on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_POSITION_PRECEDING on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_POSITION_PRECEDING on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_POSITION_FOLLOWING on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_POSITION_FOLLOWING on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_POSITION_CONTAINS on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_POSITION_CONTAINS on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_POSITION_CONTAINED_BY on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_POSITION_CONTAINED_BY on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC on interface objectassert_false: property should not be writable expected false got true
FAILNode interface: constant DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC on interface prototype objectassert_false: property should not be writable expected false got true
FAILNode interface: operation compareDocumentPosition(Node)assert_equals: property has wrong .name expected "compareDocumentPosition" but got ""
FAILNode interface: operation contains(Node?)assert_throws_js: calling operation with this = null didn't throw TypeError function "function() { fn.apply(obj, args); }" did not throw
FAILNode interface: operation lookupPrefix(DOMString?)assert_equals: property has wrong .name expected "lookupPrefix" but got ""
FAILNode interface: operation lookupNamespaceURI(DOMString?)assert_equals: property has wrong .name expected "lookupNamespaceURI" but got ""
FAILNode interface: operation isDefaultNamespace(DOMString?)assert_equals: property has wrong .name expected "isDefaultNamespace" but got ""
FAILNode interface: operation insertBefore(Node, Node?)assert_throws_js: calling operation with this = {} didn't throw TypeError function "function() { fn.apply(obj, args); }" did not throw
FAILNode interface: operation appendChild(Node)assert_throws_js: calling operation with this = {} didn't throw TypeError function "function() { fn.apply(obj, args); }" did not throw
FAILNode interface: operation replaceChild(Node, Node)assert_throws_js: calling operation with this = {} didn't throw TypeError function "function() { fn.apply(obj, args); }" threw object "NotFoundError: replaceChild: old child is not…
FAILNode interface: operation removeChild(Node)assert_throws_js: calling operation with this = {} didn't throw TypeError function "function() { fn.apply(obj, args); }" threw object "NotFoundError: removeChild: child is not a ch…
FAILDocument interface: existence and properties of interface objectassert_equals: prototype of Document is not Node expected function "class ja{static{u(this,"Ss")}static{c(this,"NodeBase")}get data(){return this._info?this._info.nodeValue:void 0}set data(t){}get inn…
PASSDocument interface object length
FAILDocument interface object nameassert_equals: wrong value for Document.name expected "Document" but got "DetachedDocument"
FAILDocument interface: existence and properties of interface prototype objectassert_equals: prototype of Document.prototype is not Node.prototype expected Node object of unknown type but got object "[object Object]"
PASSDocument interface: existence and properties of interface prototype object's "constructor" property
FAILDocument interface: existence and properties of interface prototype object's @@unscopables propertyassert_own_property: Document.prototype should have an @@unscopables property expected property symbol "Symbol(Symbol.unscopables)" missing
FAILDocument interface: attribute implementationassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDocument interface: attribute URLassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDocument interface: attribute documentURIassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDocument interface: attribute compatModeassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDocument interface: attribute characterSetassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDocument interface: attribute charsetassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDocument interface: attribute inputEncodingassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDocument interface: attribute contentTypeassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDocument interface: attribute doctypeassert_true: property should be enumerable expected true got false
FAILDocument interface: attribute documentElementassert_true: property should be enumerable expected true got false
FAILDocument interface: operation getElementsByTagName(DOMString)assert_true: property should be enumerable expected true got false
FAILDocument interface: operation getElementsByTagNameNS(DOMString?, DOMString)assert_true: property should be enumerable expected true got false
FAILDocument interface: operation getElementsByClassName(DOMString)assert_true: property should be enumerable expected true got false
FAILDocument interface: operation createElement(DOMString, optional (DOMString or ElementCreationOptions))assert_true: property should be enumerable expected true got false
FAILDocument interface: operation createElementNS(DOMString?, DOMString, optional (DOMString or ElementCreationOptions))assert_true: property should be enumerable expected true got false
FAILDocument interface: operation createDocumentFragment()assert_true: property should be enumerable expected true got false
FAILDocument interface: operation createTextNode(DOMString)assert_true: property should be enumerable expected true got false
FAILDocument interface: operation createCDATASection(DOMString)assert_true: property should be enumerable expected true got false
FAILDocument interface: operation createComment(DOMString)assert_true: property should be enumerable expected true got false
FAILDocument interface: operation createProcessingInstruction(DOMString, DOMString)assert_true: property should be enumerable expected true got false
FAILDocument interface: operation importNode(Node, optional (boolean or ImportNodeOptions))assert_own_property: interface prototype object missing non-static operation expected property "importNode" missing
FAILDocument interface: operation adoptNode(Node)assert_true: property should be enumerable expected true got false
FAILDocument interface: operation createAttribute(DOMString)assert_true: property should be enumerable expected true got false
FAILDocument interface: operation createAttributeNS(DOMString?, DOMString)assert_true: property should be enumerable expected true got false
FAILDocument interface: operation createEvent(DOMString)assert_true: property should be enumerable expected true got false
FAILDocument interface: operation createRange()assert_true: property should be enumerable expected true got false
FAILDocument interface: operation createNodeIterator(Node, optional unsigned long, optional NodeFilter?)assert_true: property should be enumerable expected true got false
FAILDocument interface: operation createTreeWalker(Node, optional unsigned long, optional NodeFilter?)assert_true: property should be enumerable expected true got false
FAILDocument interface: attribute fullscreenEnabledassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDocument interface: attribute fullscreenCannot convert undefined or null to object
FAILDocument interface: operation exitFullscreen()assert_true: property should be enumerable expected true got false
FAILDocument interface: attribute onfullscreenchangeassert_true: The prototype object must have a property "onfullscreenchange" expected true got false
FAILDocument interface: attribute onfullscreenerrorassert_true: The prototype object must have a property "onfullscreenerror" expected true got false
FAILDocument interface: operation getElementById(DOMString)assert_true: property should be enumerable expected true got false
FAILDocument interface: attribute customElementRegistryassert_true: The prototype object must have a property "customElementRegistry" expected true got false
FAILDocument interface: attribute fullscreenElementassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDocument interface: attribute childrenassert_true: The prototype object must have a property "children" expected true got false
FAILDocument interface: attribute firstElementChildassert_true: The prototype object must have a property "firstElementChild" expected true got false
FAILDocument interface: attribute lastElementChildassert_true: The prototype object must have a property "lastElementChild" expected true got false
FAILDocument interface: attribute childElementCountassert_true: The prototype object must have a property "childElementCount" expected true got false
FAILDocument interface: operation prepend((Node or DOMString)...)Cannot convert undefined or null to object
FAILDocument interface: operation append((Node or DOMString)...)Cannot convert undefined or null to object
FAILDocument interface: operation replaceChildren((Node or DOMString)...)Cannot convert undefined or null to object
FAILDocument interface: operation moveBefore(Node, Node?)assert_own_property: interface prototype object missing non-static operation expected property "moveBefore" missing
FAILDocument interface: operation querySelector(DOMString)assert_true: property should be enumerable expected true got false
FAILDocument interface: operation querySelectorAll(DOMString)assert_true: property should be enumerable expected true got false
FAILDocument interface: operation createExpression(DOMString, optional XPathNSResolver?)assert_own_property: interface prototype object missing non-static operation expected property "createExpression" missing
FAILDocument interface: operation createNSResolver(Node)assert_own_property: interface prototype object missing non-static operation expected property "createNSResolver" missing
FAILDocument interface: operation evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?)assert_own_property: interface prototype object missing non-static operation expected property "evaluate" missing
PASSDocument must be primary interface of new Document()
FAILStringification of new Document()assert_class_string: class string of new Document() expected "[object Document]" but got "[object Object]"
PASSDocument interface: new Document() must inherit property "implementation" with the proper type
PASSDocument interface: new Document() must inherit property "URL" with the proper type
PASSDocument interface: new Document() must inherit property "documentURI" with the proper type
PASSDocument interface: new Document() must inherit property "compatMode" with the proper type
PASSDocument interface: new Document() must inherit property "characterSet" with the proper type
PASSDocument interface: new Document() must inherit property "charset" with the proper type
PASSDocument interface: new Document() must inherit property "inputEncoding" with the proper type
PASSDocument interface: new Document() must inherit property "contentType" with the proper type
PASSDocument interface: new Document() must inherit property "doctype" with the proper type
PASSDocument interface: new Document() must inherit property "documentElement" with the proper type
PASSDocument interface: new Document() must inherit property "getElementsByTagName(DOMString)" with the proper type
FAILDocument interface: calling getElementsByTagName(DOMString) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: new Document() must inherit property "getElementsByTagNameNS(DOMString?, DOMString)" with the proper type
FAILDocument interface: calling getElementsByTagNameNS(DOMString?, DOMString) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: new Document() must inherit property "getElementsByClassName(DOMString)" with the proper type
FAILDocument interface: calling getElementsByClassName(DOMString) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: new Document() must inherit property "createElement(DOMString, optional (DOMString or ElementCreationOptions))" with the proper type
FAILDocument interface: calling createElement(DOMString, optional (DOMString or ElementCreationOptions)) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: new Document() must inherit property "createElementNS(DOMString?, DOMString, optional (DOMString or ElementCreationOptions))" with the proper type
FAILDocument interface: calling createElementNS(DOMString?, DOMString, optional (DOMString or ElementCreationOptions)) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: new Document() must inherit property "createDocumentFragment()" with the proper type
PASSDocument interface: new Document() must inherit property "createTextNode(DOMString)" with the proper type
FAILDocument interface: calling createTextNode(DOMString) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: new Document() must inherit property "createCDATASection(DOMString)" with the proper type
FAILDocument interface: calling createCDATASection(DOMString) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: new Document() must inherit property "createComment(DOMString)" with the proper type
FAILDocument interface: calling createComment(DOMString) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: new Document() must inherit property "createProcessingInstruction(DOMString, DOMString)" with the proper type
FAILDocument interface: calling createProcessingInstruction(DOMString, DOMString) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidCharacterError: createProcessingInstruction: target is empty" ("Invali…
FAILDocument interface: new Document() must inherit property "importNode(Node, optional (boolean or ImportNodeOptions))" with the proper typeassert_inherits: property "importNode" not found in prototype chain
FAILDocument interface: calling importNode(Node, optional (boolean or ImportNodeOptions)) on new Document() with too few arguments must throw TypeErrorassert_inherits: property "importNode" not found in prototype chain
PASSDocument interface: new Document() must inherit property "adoptNode(Node)" with the proper type
PASSDocument interface: calling adoptNode(Node) on new Document() with too few arguments must throw TypeError
PASSDocument interface: new Document() must inherit property "createAttribute(DOMString)" with the proper type
FAILDocument interface: calling createAttribute(DOMString) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: new Document() must inherit property "createAttributeNS(DOMString?, DOMString)" with the proper type
FAILDocument interface: calling createAttributeNS(DOMString?, DOMString) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidCharacterError: '' is not a valid attribute name" ("InvalidCharacterEr…
PASSDocument interface: new Document() must inherit property "createEvent(DOMString)" with the proper type
FAILDocument interface: calling createEvent(DOMString) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "NotSupportedError: createEvent('undefined') is not supported" ("NotSupportedE…
PASSDocument interface: new Document() must inherit property "createRange()" with the proper type
PASSDocument interface: new Document() must inherit property "createNodeIterator(Node, optional unsigned long, optional NodeFilter?)" with the proper type
PASSDocument interface: calling createNodeIterator(Node, optional unsigned long, optional NodeFilter?) on new Document() with too few arguments must throw TypeError
PASSDocument interface: new Document() must inherit property "createTreeWalker(Node, optional unsigned long, optional NodeFilter?)" with the proper type
PASSDocument interface: calling createTreeWalker(Node, optional unsigned long, optional NodeFilter?) on new Document() with too few arguments must throw TypeError
PASSDocument interface: new Document() must inherit property "fullscreenEnabled" with the proper type
FAILDocument interface: new Document() must inherit property "fullscreen" with the proper typeassert_inherits: property "fullscreen" not found in prototype chain
PASSDocument interface: new Document() must inherit property "exitFullscreen()" with the proper type
FAILDocument interface: new Document() must inherit property "onfullscreenchange" with the proper typeassert_inherits: property "onfullscreenchange" not found in prototype chain
FAILDocument interface: new Document() must inherit property "onfullscreenerror" with the proper typeassert_inherits: property "onfullscreenerror" not found in prototype chain
PASSDocument interface: new Document() must inherit property "getElementById(DOMString)" with the proper type
FAILDocument interface: calling getElementById(DOMString) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
FAILDocument interface: new Document() must inherit property "customElementRegistry" with the proper typeassert_inherits: property "customElementRegistry" not found in prototype chain
PASSDocument interface: new Document() must inherit property "fullscreenElement" with the proper type
FAILDocument interface: new Document() must inherit property "children" with the proper typeassert_inherits: property "children" not found in prototype chain
FAILDocument interface: new Document() must inherit property "firstElementChild" with the proper typeassert_inherits: property "firstElementChild" not found in prototype chain
FAILDocument interface: new Document() must inherit property "lastElementChild" with the proper typeassert_inherits: property "lastElementChild" not found in prototype chain
FAILDocument interface: new Document() must inherit property "childElementCount" with the proper typeassert_inherits: property "childElementCount" not found in prototype chain
PASSDocument interface: new Document() must inherit property "prepend((Node or DOMString)...)" with the proper type
PASSDocument interface: calling prepend((Node or DOMString)...) on new Document() with too few arguments must throw TypeError
PASSDocument interface: new Document() must inherit property "append((Node or DOMString)...)" with the proper type
PASSDocument interface: calling append((Node or DOMString)...) on new Document() with too few arguments must throw TypeError
PASSDocument interface: new Document() must inherit property "replaceChildren((Node or DOMString)...)" with the proper type
PASSDocument interface: calling replaceChildren((Node or DOMString)...) on new Document() with too few arguments must throw TypeError
FAILDocument interface: new Document() must inherit property "moveBefore(Node, Node?)" with the proper typeassert_inherits: property "moveBefore" not found in prototype chain
FAILDocument interface: calling moveBefore(Node, Node?) on new Document() with too few arguments must throw TypeErrorassert_inherits: property "moveBefore" not found in prototype chain
PASSDocument interface: new Document() must inherit property "querySelector(DOMString)" with the proper type
FAILDocument interface: calling querySelector(DOMString) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: new Document() must inherit property "querySelectorAll(DOMString)" with the proper type
FAILDocument interface: calling querySelectorAll(DOMString) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
FAILDocument interface: new Document() must inherit property "createExpression(DOMString, optional XPathNSResolver?)" with the proper typeassert_inherits: property "createExpression" not found in prototype chain
FAILDocument interface: calling createExpression(DOMString, optional XPathNSResolver?) on new Document() with too few arguments must throw TypeErrorassert_inherits: property "createExpression" not found in prototype chain
FAILDocument interface: new Document() must inherit property "createNSResolver(Node)" with the proper typeassert_inherits: property "createNSResolver" not found in prototype chain
FAILDocument interface: calling createNSResolver(Node) on new Document() with too few arguments must throw TypeErrorassert_inherits: property "createNSResolver" not found in prototype chain
FAILDocument interface: new Document() must inherit property "evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?)" with the proper typeassert_inherits: property "evaluate" not found in prototype chain
FAILDocument interface: calling evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?) on new Document() with too few arguments must throw TypeErrorassert_inherits: property "evaluate" not found in prototype chain
PASSNode interface: new Document() must inherit property "ELEMENT_NODE" with the proper type
PASSNode interface: new Document() must inherit property "ATTRIBUTE_NODE" with the proper type
PASSNode interface: new Document() must inherit property "TEXT_NODE" with the proper type
PASSNode interface: new Document() must inherit property "CDATA_SECTION_NODE" with the proper type
PASSNode interface: new Document() must inherit property "ENTITY_REFERENCE_NODE" with the proper type
PASSNode interface: new Document() must inherit property "ENTITY_NODE" with the proper type
PASSNode interface: new Document() must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type
PASSNode interface: new Document() must inherit property "COMMENT_NODE" with the proper type
PASSNode interface: new Document() must inherit property "DOCUMENT_NODE" with the proper type
PASSNode interface: new Document() must inherit property "DOCUMENT_TYPE_NODE" with the proper type
PASSNode interface: new Document() must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type
PASSNode interface: new Document() must inherit property "NOTATION_NODE" with the proper type
FAILNode interface: new Document() must inherit property "nodeType" with the proper typeassert_inherits: property "nodeType" found on object expected in prototype chain
FAILNode interface: new Document() must inherit property "nodeName" with the proper typeassert_inherits: property "nodeName" found on object expected in prototype chain
PASSNode interface: new Document() must inherit property "baseURI" with the proper type
FAILNode interface: new Document() must inherit property "isConnected" with the proper typeassert_inherits: property "isConnected" not found in prototype chain
FAILNode interface: new Document() must inherit property "ownerDocument" with the proper typeassert_inherits: property "ownerDocument" found on object expected in prototype chain
FAILNode interface: new Document() must inherit property "getRootNode(optional GetRootNodeOptions)" with the proper typeassert_inherits: property "getRootNode" not found in prototype chain
FAILNode interface: calling getRootNode(optional GetRootNodeOptions) on new Document() with too few arguments must throw TypeErrorassert_inherits: property "getRootNode" not found in prototype chain
FAILNode interface: new Document() must inherit property "parentNode" with the proper typeassert_inherits: property "parentNode" found on object expected in prototype chain
PASSNode interface: new Document() must inherit property "parentElement" with the proper type
PASSNode interface: new Document() must inherit property "hasChildNodes()" with the proper type
PASSNode interface: new Document() must inherit property "childNodes" with the proper type
PASSNode interface: new Document() must inherit property "firstChild" with the proper type
PASSNode interface: new Document() must inherit property "lastChild" with the proper type
PASSNode interface: new Document() must inherit property "previousSibling" with the proper type
PASSNode interface: new Document() must inherit property "nextSibling" with the proper type
PASSNode interface: new Document() must inherit property "nodeValue" with the proper type
PASSNode interface: new Document() must inherit property "textContent" with the proper type
FAILNode interface: new Document() must inherit property "normalize()" with the proper typeassert_inherits: property "normalize" not found in prototype chain
PASSNode interface: new Document() must inherit property "cloneNode(optional boolean)" with the proper type
PASSNode interface: calling cloneNode(optional boolean) on new Document() with too few arguments must throw TypeError
PASSNode interface: new Document() must inherit property "isEqualNode(Node?)" with the proper type
FAILNode interface: calling isEqualNode(Node?) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: new Document() must inherit property "isSameNode(Node?)" with the proper type
FAILNode interface: calling isSameNode(Node?) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
FAILNode interface: new Document() must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper typeassert_inherits: property "DOCUMENT_POSITION_DISCONNECTED" not found in prototype chain
FAILNode interface: new Document() must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper typeassert_inherits: property "DOCUMENT_POSITION_PRECEDING" not found in prototype chain
FAILNode interface: new Document() must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper typeassert_inherits: property "DOCUMENT_POSITION_FOLLOWING" not found in prototype chain
FAILNode interface: new Document() must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper typeassert_inherits: property "DOCUMENT_POSITION_CONTAINS" not found in prototype chain
FAILNode interface: new Document() must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper typeassert_inherits: property "DOCUMENT_POSITION_CONTAINED_BY" not found in prototype chain
FAILNode interface: new Document() must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper typeassert_inherits: property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" not found in prototype chain
PASSNode interface: new Document() must inherit property "compareDocumentPosition(Node)" with the proper type
PASSNode interface: calling compareDocumentPosition(Node) on new Document() with too few arguments must throw TypeError
PASSNode interface: new Document() must inherit property "contains(Node?)" with the proper type
FAILNode interface: calling contains(Node?) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: new Document() must inherit property "lookupPrefix(DOMString?)" with the proper type
FAILNode interface: calling lookupPrefix(DOMString?) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: new Document() must inherit property "lookupNamespaceURI(DOMString?)" with the proper type
FAILNode interface: calling lookupNamespaceURI(DOMString?) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: new Document() must inherit property "isDefaultNamespace(DOMString?)" with the proper type
FAILNode interface: calling isDefaultNamespace(DOMString?) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: new Document() must inherit property "insertBefore(Node, Node?)" with the proper type
PASSNode interface: calling insertBefore(Node, Node?) on new Document() with too few arguments must throw TypeError
PASSNode interface: new Document() must inherit property "appendChild(Node)" with the proper type
PASSNode interface: calling appendChild(Node) on new Document() with too few arguments must throw TypeError
PASSNode interface: new Document() must inherit property "replaceChild(Node, Node)" with the proper type
FAILNode interface: calling replaceChild(Node, Node) on new Document() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "NotFoundError: replaceChild: old child is not a child of this document" ("Not…
PASSNode interface: new Document() must inherit property "removeChild(Node)" with the proper type
PASSNode interface: calling removeChild(Node) on new Document() with too few arguments must throw TypeError
PASSEventTarget interface: new Document() must inherit property "addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean)) on new Document() with too few arguments must throw TypeError
PASSEventTarget interface: new Document() must inherit property "removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean)) on new Document() with too few arguments must throw TypeError
PASSEventTarget interface: new Document() must inherit property "dispatchEvent(Event)" with the proper type
PASSEventTarget interface: calling dispatchEvent(Event) on new Document() with too few arguments must throw TypeError
FAILXMLDocument interface: existence and properties of interface objectassert_own_property: self does not have own property "XMLDocument" expected property "XMLDocument" missing
FAILXMLDocument interface object lengthassert_own_property: self does not have own property "XMLDocument" expected property "XMLDocument" missing
FAILXMLDocument interface object nameassert_own_property: self does not have own property "XMLDocument" expected property "XMLDocument" missing
FAILXMLDocument interface: existence and properties of interface prototype objectassert_own_property: self does not have own property "XMLDocument" expected property "XMLDocument" missing
FAILXMLDocument interface: existence and properties of interface prototype object's "constructor" propertyassert_own_property: self does not have own property "XMLDocument" expected property "XMLDocument" missing
FAILXMLDocument interface: existence and properties of interface prototype object's @@unscopables propertyassert_own_property: self does not have own property "XMLDocument" expected property "XMLDocument" missing
FAILXMLDocument must be primary interface of xmlDocassert_own_property: self does not have own property "XMLDocument" expected property "XMLDocument" missing
FAILStringification of xmlDocassert_class_string: class string of xmlDoc expected "[object XMLDocument]" but got "[object Object]"
PASSDocument interface: xmlDoc must inherit property "implementation" with the proper type
PASSDocument interface: xmlDoc must inherit property "URL" with the proper type
PASSDocument interface: xmlDoc must inherit property "documentURI" with the proper type
PASSDocument interface: xmlDoc must inherit property "compatMode" with the proper type
PASSDocument interface: xmlDoc must inherit property "characterSet" with the proper type
PASSDocument interface: xmlDoc must inherit property "charset" with the proper type
PASSDocument interface: xmlDoc must inherit property "inputEncoding" with the proper type
PASSDocument interface: xmlDoc must inherit property "contentType" with the proper type
PASSDocument interface: xmlDoc must inherit property "doctype" with the proper type
PASSDocument interface: xmlDoc must inherit property "documentElement" with the proper type
PASSDocument interface: xmlDoc must inherit property "getElementsByTagName(DOMString)" with the proper type
FAILDocument interface: calling getElementsByTagName(DOMString) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: xmlDoc must inherit property "getElementsByTagNameNS(DOMString?, DOMString)" with the proper type
FAILDocument interface: calling getElementsByTagNameNS(DOMString?, DOMString) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: xmlDoc must inherit property "getElementsByClassName(DOMString)" with the proper type
FAILDocument interface: calling getElementsByClassName(DOMString) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: xmlDoc must inherit property "createElement(DOMString, optional (DOMString or ElementCreationOptions))" with the proper type
FAILDocument interface: calling createElement(DOMString, optional (DOMString or ElementCreationOptions)) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: xmlDoc must inherit property "createElementNS(DOMString?, DOMString, optional (DOMString or ElementCreationOptions))" with the proper type
FAILDocument interface: calling createElementNS(DOMString?, DOMString, optional (DOMString or ElementCreationOptions)) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: xmlDoc must inherit property "createDocumentFragment()" with the proper type
PASSDocument interface: xmlDoc must inherit property "createTextNode(DOMString)" with the proper type
FAILDocument interface: calling createTextNode(DOMString) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: xmlDoc must inherit property "createCDATASection(DOMString)" with the proper type
FAILDocument interface: calling createCDATASection(DOMString) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: xmlDoc must inherit property "createComment(DOMString)" with the proper type
FAILDocument interface: calling createComment(DOMString) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: xmlDoc must inherit property "createProcessingInstruction(DOMString, DOMString)" with the proper type
FAILDocument interface: calling createProcessingInstruction(DOMString, DOMString) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidCharacterError: createProcessingInstruction: target is empty" ("Invali…
FAILDocument interface: xmlDoc must inherit property "importNode(Node, optional (boolean or ImportNodeOptions))" with the proper typeassert_inherits: property "importNode" not found in prototype chain
FAILDocument interface: calling importNode(Node, optional (boolean or ImportNodeOptions)) on xmlDoc with too few arguments must throw TypeErrorassert_inherits: property "importNode" not found in prototype chain
PASSDocument interface: xmlDoc must inherit property "adoptNode(Node)" with the proper type
PASSDocument interface: calling adoptNode(Node) on xmlDoc with too few arguments must throw TypeError
PASSDocument interface: xmlDoc must inherit property "createAttribute(DOMString)" with the proper type
FAILDocument interface: calling createAttribute(DOMString) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: xmlDoc must inherit property "createAttributeNS(DOMString?, DOMString)" with the proper type
FAILDocument interface: calling createAttributeNS(DOMString?, DOMString) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidCharacterError: '' is not a valid attribute name" ("InvalidCharacterEr…
PASSDocument interface: xmlDoc must inherit property "createEvent(DOMString)" with the proper type
FAILDocument interface: calling createEvent(DOMString) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "NotSupportedError: createEvent('undefined') is not supported" ("NotSupportedE…
PASSDocument interface: xmlDoc must inherit property "createRange()" with the proper type
PASSDocument interface: xmlDoc must inherit property "createNodeIterator(Node, optional unsigned long, optional NodeFilter?)" with the proper type
PASSDocument interface: calling createNodeIterator(Node, optional unsigned long, optional NodeFilter?) on xmlDoc with too few arguments must throw TypeError
PASSDocument interface: xmlDoc must inherit property "createTreeWalker(Node, optional unsigned long, optional NodeFilter?)" with the proper type
PASSDocument interface: calling createTreeWalker(Node, optional unsigned long, optional NodeFilter?) on xmlDoc with too few arguments must throw TypeError
PASSDocument interface: xmlDoc must inherit property "fullscreenEnabled" with the proper type
FAILDocument interface: xmlDoc must inherit property "fullscreen" with the proper typeassert_inherits: property "fullscreen" not found in prototype chain
PASSDocument interface: xmlDoc must inherit property "exitFullscreen()" with the proper type
FAILDocument interface: xmlDoc must inherit property "onfullscreenchange" with the proper typeassert_inherits: property "onfullscreenchange" not found in prototype chain
FAILDocument interface: xmlDoc must inherit property "onfullscreenerror" with the proper typeassert_inherits: property "onfullscreenerror" not found in prototype chain
PASSDocument interface: xmlDoc must inherit property "getElementById(DOMString)" with the proper type
FAILDocument interface: calling getElementById(DOMString) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
FAILDocument interface: xmlDoc must inherit property "customElementRegistry" with the proper typeassert_inherits: property "customElementRegistry" not found in prototype chain
PASSDocument interface: xmlDoc must inherit property "fullscreenElement" with the proper type
FAILDocument interface: xmlDoc must inherit property "children" with the proper typeassert_inherits: property "children" not found in prototype chain
FAILDocument interface: xmlDoc must inherit property "firstElementChild" with the proper typeassert_inherits: property "firstElementChild" not found in prototype chain
FAILDocument interface: xmlDoc must inherit property "lastElementChild" with the proper typeassert_inherits: property "lastElementChild" not found in prototype chain
FAILDocument interface: xmlDoc must inherit property "childElementCount" with the proper typeassert_inherits: property "childElementCount" not found in prototype chain
PASSDocument interface: xmlDoc must inherit property "prepend((Node or DOMString)...)" with the proper type
PASSDocument interface: calling prepend((Node or DOMString)...) on xmlDoc with too few arguments must throw TypeError
PASSDocument interface: xmlDoc must inherit property "append((Node or DOMString)...)" with the proper type
PASSDocument interface: calling append((Node or DOMString)...) on xmlDoc with too few arguments must throw TypeError
PASSDocument interface: xmlDoc must inherit property "replaceChildren((Node or DOMString)...)" with the proper type
PASSDocument interface: calling replaceChildren((Node or DOMString)...) on xmlDoc with too few arguments must throw TypeError
FAILDocument interface: xmlDoc must inherit property "moveBefore(Node, Node?)" with the proper typeassert_inherits: property "moveBefore" not found in prototype chain
FAILDocument interface: calling moveBefore(Node, Node?) on xmlDoc with too few arguments must throw TypeErrorassert_inherits: property "moveBefore" not found in prototype chain
PASSDocument interface: xmlDoc must inherit property "querySelector(DOMString)" with the proper type
FAILDocument interface: calling querySelector(DOMString) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocument interface: xmlDoc must inherit property "querySelectorAll(DOMString)" with the proper type
FAILDocument interface: calling querySelectorAll(DOMString) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
FAILDocument interface: xmlDoc must inherit property "createExpression(DOMString, optional XPathNSResolver?)" with the proper typeassert_inherits: property "createExpression" not found in prototype chain
FAILDocument interface: calling createExpression(DOMString, optional XPathNSResolver?) on xmlDoc with too few arguments must throw TypeErrorassert_inherits: property "createExpression" not found in prototype chain
FAILDocument interface: xmlDoc must inherit property "createNSResolver(Node)" with the proper typeassert_inherits: property "createNSResolver" not found in prototype chain
FAILDocument interface: calling createNSResolver(Node) on xmlDoc with too few arguments must throw TypeErrorassert_inherits: property "createNSResolver" not found in prototype chain
FAILDocument interface: xmlDoc must inherit property "evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?)" with the proper typeassert_inherits: property "evaluate" not found in prototype chain
FAILDocument interface: calling evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?) on xmlDoc with too few arguments must throw TypeErrorassert_inherits: property "evaluate" not found in prototype chain
PASSNode interface: xmlDoc must inherit property "ELEMENT_NODE" with the proper type
PASSNode interface: xmlDoc must inherit property "ATTRIBUTE_NODE" with the proper type
PASSNode interface: xmlDoc must inherit property "TEXT_NODE" with the proper type
PASSNode interface: xmlDoc must inherit property "CDATA_SECTION_NODE" with the proper type
PASSNode interface: xmlDoc must inherit property "ENTITY_REFERENCE_NODE" with the proper type
PASSNode interface: xmlDoc must inherit property "ENTITY_NODE" with the proper type
PASSNode interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type
PASSNode interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type
PASSNode interface: xmlDoc must inherit property "DOCUMENT_NODE" with the proper type
PASSNode interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the proper type
PASSNode interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type
PASSNode interface: xmlDoc must inherit property "NOTATION_NODE" with the proper type
FAILNode interface: xmlDoc must inherit property "nodeType" with the proper typeassert_inherits: property "nodeType" found on object expected in prototype chain
FAILNode interface: xmlDoc must inherit property "nodeName" with the proper typeassert_inherits: property "nodeName" found on object expected in prototype chain
PASSNode interface: xmlDoc must inherit property "baseURI" with the proper type
FAILNode interface: xmlDoc must inherit property "isConnected" with the proper typeassert_inherits: property "isConnected" not found in prototype chain
FAILNode interface: xmlDoc must inherit property "ownerDocument" with the proper typeassert_inherits: property "ownerDocument" found on object expected in prototype chain
FAILNode interface: xmlDoc must inherit property "getRootNode(optional GetRootNodeOptions)" with the proper typeassert_inherits: property "getRootNode" not found in prototype chain
FAILNode interface: calling getRootNode(optional GetRootNodeOptions) on xmlDoc with too few arguments must throw TypeErrorassert_inherits: property "getRootNode" not found in prototype chain
FAILNode interface: xmlDoc must inherit property "parentNode" with the proper typeassert_inherits: property "parentNode" found on object expected in prototype chain
PASSNode interface: xmlDoc must inherit property "parentElement" with the proper type
PASSNode interface: xmlDoc must inherit property "hasChildNodes()" with the proper type
PASSNode interface: xmlDoc must inherit property "childNodes" with the proper type
PASSNode interface: xmlDoc must inherit property "firstChild" with the proper type
PASSNode interface: xmlDoc must inherit property "lastChild" with the proper type
PASSNode interface: xmlDoc must inherit property "previousSibling" with the proper type
PASSNode interface: xmlDoc must inherit property "nextSibling" with the proper type
PASSNode interface: xmlDoc must inherit property "nodeValue" with the proper type
PASSNode interface: xmlDoc must inherit property "textContent" with the proper type
FAILNode interface: xmlDoc must inherit property "normalize()" with the proper typeassert_inherits: property "normalize" not found in prototype chain
PASSNode interface: xmlDoc must inherit property "cloneNode(optional boolean)" with the proper type
PASSNode interface: calling cloneNode(optional boolean) on xmlDoc with too few arguments must throw TypeError
PASSNode interface: xmlDoc must inherit property "isEqualNode(Node?)" with the proper type
FAILNode interface: calling isEqualNode(Node?) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: xmlDoc must inherit property "isSameNode(Node?)" with the proper type
FAILNode interface: calling isSameNode(Node?) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
FAILNode interface: xmlDoc must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper typeassert_inherits: property "DOCUMENT_POSITION_DISCONNECTED" not found in prototype chain
FAILNode interface: xmlDoc must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper typeassert_inherits: property "DOCUMENT_POSITION_PRECEDING" not found in prototype chain
FAILNode interface: xmlDoc must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper typeassert_inherits: property "DOCUMENT_POSITION_FOLLOWING" not found in prototype chain
FAILNode interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper typeassert_inherits: property "DOCUMENT_POSITION_CONTAINS" not found in prototype chain
FAILNode interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper typeassert_inherits: property "DOCUMENT_POSITION_CONTAINED_BY" not found in prototype chain
FAILNode interface: xmlDoc must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper typeassert_inherits: property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" not found in prototype chain
PASSNode interface: xmlDoc must inherit property "compareDocumentPosition(Node)" with the proper type
PASSNode interface: calling compareDocumentPosition(Node) on xmlDoc with too few arguments must throw TypeError
PASSNode interface: xmlDoc must inherit property "contains(Node?)" with the proper type
FAILNode interface: calling contains(Node?) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: xmlDoc must inherit property "lookupPrefix(DOMString?)" with the proper type
FAILNode interface: calling lookupPrefix(DOMString?) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: xmlDoc must inherit property "lookupNamespaceURI(DOMString?)" with the proper type
FAILNode interface: calling lookupNamespaceURI(DOMString?) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: xmlDoc must inherit property "isDefaultNamespace(DOMString?)" with the proper type
FAILNode interface: calling isDefaultNamespace(DOMString?) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: xmlDoc must inherit property "insertBefore(Node, Node?)" with the proper type
PASSNode interface: calling insertBefore(Node, Node?) on xmlDoc with too few arguments must throw TypeError
PASSNode interface: xmlDoc must inherit property "appendChild(Node)" with the proper type
PASSNode interface: calling appendChild(Node) on xmlDoc with too few arguments must throw TypeError
PASSNode interface: xmlDoc must inherit property "replaceChild(Node, Node)" with the proper type
FAILNode interface: calling replaceChild(Node, Node) on xmlDoc with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "NotFoundError: replaceChild: old child is not a child of this document" ("Not…
PASSNode interface: xmlDoc must inherit property "removeChild(Node)" with the proper type
PASSNode interface: calling removeChild(Node) on xmlDoc with too few arguments must throw TypeError
PASSEventTarget interface: xmlDoc must inherit property "addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean)) on xmlDoc with too few arguments must throw TypeError
PASSEventTarget interface: xmlDoc must inherit property "removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean)) on xmlDoc with too few arguments must throw TypeError
PASSEventTarget interface: xmlDoc must inherit property "dispatchEvent(Event)" with the proper type
PASSEventTarget interface: calling dispatchEvent(Event) on xmlDoc with too few arguments must throw TypeError
FAILDOMImplementation interface: existence and properties of interface objectassert_own_property: self does not have own property "DOMImplementation" expected property "DOMImplementation" missing
FAILDOMImplementation interface object lengthassert_own_property: self does not have own property "DOMImplementation" expected property "DOMImplementation" missing
FAILDOMImplementation interface object nameassert_own_property: self does not have own property "DOMImplementation" expected property "DOMImplementation" missing
FAILDOMImplementation interface: existence and properties of interface prototype objectassert_own_property: self does not have own property "DOMImplementation" expected property "DOMImplementation" missing
FAILDOMImplementation interface: existence and properties of interface prototype object's "constructor" propertyassert_own_property: self does not have own property "DOMImplementation" expected property "DOMImplementation" missing
FAILDOMImplementation interface: existence and properties of interface prototype object's @@unscopables propertyassert_own_property: self does not have own property "DOMImplementation" expected property "DOMImplementation" missing
FAILDOMImplementation interface: operation createDocumentType(DOMString, DOMString, DOMString)assert_own_property: self does not have own property "DOMImplementation" expected property "DOMImplementation" missing
FAILDOMImplementation interface: operation createDocument(DOMString?, DOMString, optional DocumentType?)assert_own_property: self does not have own property "DOMImplementation" expected property "DOMImplementation" missing
FAILDOMImplementation interface: operation createHTMLDocument(optional DOMString)assert_own_property: self does not have own property "DOMImplementation" expected property "DOMImplementation" missing
FAILDOMImplementation interface: operation hasFeature()assert_own_property: self does not have own property "DOMImplementation" expected property "DOMImplementation" missing
FAILDOMImplementation must be primary interface of document.implementationassert_own_property: self does not have own property "DOMImplementation" expected property "DOMImplementation" missing
FAILStringification of document.implementationassert_class_string: class string of document.implementation expected "[object DOMImplementation]" but got "[object Object]"
PASSDOMImplementation interface: document.implementation must inherit property "createDocumentType(DOMString, DOMString, DOMString)" with the proper type
FAILDOMImplementation interface: calling createDocumentType(DOMString, DOMString, DOMString) on document.implementation with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDOMImplementation interface: document.implementation must inherit property "createDocument(DOMString?, DOMString, optional DocumentType?)" with the proper type
PASSDOMImplementation interface: calling createDocument(DOMString?, DOMString, optional DocumentType?) on document.implementation with too few arguments must throw TypeError
PASSDOMImplementation interface: document.implementation must inherit property "createHTMLDocument(optional DOMString)" with the proper type
PASSDOMImplementation interface: calling createHTMLDocument(optional DOMString) on document.implementation with too few arguments must throw TypeError
PASSDOMImplementation interface: document.implementation must inherit property "hasFeature()" with the proper type
FAILDocumentType interface: existence and properties of interface objectassert_throws_js: interface object didn't throw TypeError when called as a constructor function "function() { new interface_object(); }" did not throw
PASSDocumentType interface object length
FAILDocumentType interface object nameassert_equals: wrong value for DocumentType.name expected "DocumentType" but got "DocumentTypeNode"
PASSDocumentType interface: existence and properties of interface prototype object
PASSDocumentType interface: existence and properties of interface prototype object's "constructor" property
FAILDocumentType interface: existence and properties of interface prototype object's @@unscopables propertyassert_own_property: DocumentType.prototype should have an @@unscopables property expected property symbol "Symbol(Symbol.unscopables)" missing
PASSDocumentType interface: attribute name
FAILDocumentType interface: attribute publicIdassert_true: The prototype object must have a property "publicId" expected true got false
FAILDocumentType interface: attribute systemIdassert_true: The prototype object must have a property "systemId" expected true got false
FAILDocumentType interface: operation before((Node or DOMString)...)Cannot convert undefined or null to object
FAILDocumentType interface: operation after((Node or DOMString)...)Cannot convert undefined or null to object
FAILDocumentType interface: operation replaceWith((Node or DOMString)...)Cannot convert undefined or null to object
FAILDocumentType interface: operation remove()Cannot convert undefined or null to object
PASSDocumentType must be primary interface of document.doctype
FAILStringification of document.doctypeassert_class_string: class string of document.doctype expected "[object DocumentType]" but got "[object Object]"
FAILDocumentType interface: document.doctype must inherit property "name" with the proper typeassert_inherits: property "name" found on object expected in prototype chain
FAILDocumentType interface: document.doctype must inherit property "publicId" with the proper typeassert_inherits: property "publicId" found on object expected in prototype chain
FAILDocumentType interface: document.doctype must inherit property "systemId" with the proper typeassert_inherits: property "systemId" found on object expected in prototype chain
PASSDocumentType interface: document.doctype must inherit property "before((Node or DOMString)...)" with the proper type
PASSDocumentType interface: calling before((Node or DOMString)...) on document.doctype with too few arguments must throw TypeError
PASSDocumentType interface: document.doctype must inherit property "after((Node or DOMString)...)" with the proper type
PASSDocumentType interface: calling after((Node or DOMString)...) on document.doctype with too few arguments must throw TypeError
PASSDocumentType interface: document.doctype must inherit property "replaceWith((Node or DOMString)...)" with the proper type
PASSDocumentType interface: calling replaceWith((Node or DOMString)...) on document.doctype with too few arguments must throw TypeError
PASSDocumentType interface: document.doctype must inherit property "remove()" with the proper type
PASSNode interface: document.doctype must inherit property "ELEMENT_NODE" with the proper type
PASSNode interface: document.doctype must inherit property "ATTRIBUTE_NODE" with the proper type
PASSNode interface: document.doctype must inherit property "TEXT_NODE" with the proper type
PASSNode interface: document.doctype must inherit property "CDATA_SECTION_NODE" with the proper type
PASSNode interface: document.doctype must inherit property "ENTITY_REFERENCE_NODE" with the proper type
PASSNode interface: document.doctype must inherit property "ENTITY_NODE" with the proper type
PASSNode interface: document.doctype must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type
PASSNode interface: document.doctype must inherit property "COMMENT_NODE" with the proper type
PASSNode interface: document.doctype must inherit property "DOCUMENT_NODE" with the proper type
PASSNode interface: document.doctype must inherit property "DOCUMENT_TYPE_NODE" with the proper type
PASSNode interface: document.doctype must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type
PASSNode interface: document.doctype must inherit property "NOTATION_NODE" with the proper type
PASSNode interface: document.doctype must inherit property "nodeType" with the proper type
PASSNode interface: document.doctype must inherit property "nodeName" with the proper type
PASSNode interface: document.doctype must inherit property "baseURI" with the proper type
PASSNode interface: document.doctype must inherit property "isConnected" with the proper type
PASSNode interface: document.doctype must inherit property "ownerDocument" with the proper type
PASSNode interface: document.doctype must inherit property "getRootNode(optional GetRootNodeOptions)" with the proper type
PASSNode interface: calling getRootNode(optional GetRootNodeOptions) on document.doctype with too few arguments must throw TypeError
PASSNode interface: document.doctype must inherit property "parentNode" with the proper type
PASSNode interface: document.doctype must inherit property "parentElement" with the proper type
PASSNode interface: document.doctype must inherit property "hasChildNodes()" with the proper type
PASSNode interface: document.doctype must inherit property "childNodes" with the proper type
PASSNode interface: document.doctype must inherit property "firstChild" with the proper type
PASSNode interface: document.doctype must inherit property "lastChild" with the proper type
PASSNode interface: document.doctype must inherit property "previousSibling" with the proper type
PASSNode interface: document.doctype must inherit property "nextSibling" with the proper type
PASSNode interface: document.doctype must inherit property "nodeValue" with the proper type
PASSNode interface: document.doctype must inherit property "textContent" with the proper type
PASSNode interface: document.doctype must inherit property "normalize()" with the proper type
PASSNode interface: document.doctype must inherit property "cloneNode(optional boolean)" with the proper type
PASSNode interface: calling cloneNode(optional boolean) on document.doctype with too few arguments must throw TypeError
PASSNode interface: document.doctype must inherit property "isEqualNode(Node?)" with the proper type
FAILNode interface: calling isEqualNode(Node?) on document.doctype with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.doctype must inherit property "isSameNode(Node?)" with the proper type
FAILNode interface: calling isSameNode(Node?) on document.doctype with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.doctype must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type
PASSNode interface: document.doctype must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type
PASSNode interface: document.doctype must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type
PASSNode interface: document.doctype must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type
PASSNode interface: document.doctype must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type
PASSNode interface: document.doctype must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type
PASSNode interface: document.doctype must inherit property "compareDocumentPosition(Node)" with the proper type
PASSNode interface: calling compareDocumentPosition(Node) on document.doctype with too few arguments must throw TypeError
PASSNode interface: document.doctype must inherit property "contains(Node?)" with the proper type
FAILNode interface: calling contains(Node?) on document.doctype with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.doctype must inherit property "lookupPrefix(DOMString?)" with the proper type
FAILNode interface: calling lookupPrefix(DOMString?) on document.doctype with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.doctype must inherit property "lookupNamespaceURI(DOMString?)" with the proper type
FAILNode interface: calling lookupNamespaceURI(DOMString?) on document.doctype with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.doctype must inherit property "isDefaultNamespace(DOMString?)" with the proper type
FAILNode interface: calling isDefaultNamespace(DOMString?) on document.doctype with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.doctype must inherit property "insertBefore(Node, Node?)" with the proper type
PASSNode interface: calling insertBefore(Node, Node?) on document.doctype with too few arguments must throw TypeError
PASSNode interface: document.doctype must inherit property "appendChild(Node)" with the proper type
PASSNode interface: calling appendChild(Node) on document.doctype with too few arguments must throw TypeError
PASSNode interface: document.doctype must inherit property "replaceChild(Node, Node)" with the proper type
FAILNode interface: calling replaceChild(Node, Node) on document.doctype with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "HierarchyRequestError: replaceChild: html nodes cannot have children" ("Hiera…
PASSNode interface: document.doctype must inherit property "removeChild(Node)" with the proper type
PASSNode interface: calling removeChild(Node) on document.doctype with too few arguments must throw TypeError
PASSEventTarget interface: document.doctype must inherit property "addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean)) on document.doctype with too few arguments must throw TypeError
PASSEventTarget interface: document.doctype must inherit property "removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean)) on document.doctype with too few arguments must throw TypeError
PASSEventTarget interface: document.doctype must inherit property "dispatchEvent(Event)" with the proper type
PASSEventTarget interface: calling dispatchEvent(Event) on document.doctype with too few arguments must throw TypeError
FAILDocumentFragment interface: existence and properties of interface objectassert_equals: prototype of DocumentFragment is not Node expected function "class ja{static{u(this,"Ss")}static{c(this,"NodeBase")}get data(){return this._info?this._info.nodeValue:void 0}set data(t){…
FAILDocumentFragment interface object lengthassert_equals: wrong value for DocumentFragment.length expected 0 but got 2
FAILDocumentFragment interface object nameassert_equals: wrong value for DocumentFragment.name expected "DocumentFragment" but got "DocumentFragmentImpl"
FAILDocumentFragment interface: existence and properties of interface prototype objectassert_equals: prototype of DocumentFragment.prototype is not Node.prototype expected Node object of unknown type but got Node object of unknown type
PASSDocumentFragment interface: existence and properties of interface prototype object's "constructor" property
FAILDocumentFragment interface: existence and properties of interface prototype object's @@unscopables propertyassert_own_property: DocumentFragment.prototype should have an @@unscopables property expected property symbol "Symbol(Symbol.unscopables)" missing
FAILDocumentFragment interface: operation getElementById(DOMString)assert_throws_js: calling operation with this = null didn't throw TypeError function "function() { fn.apply(obj, args); }" did not throw
FAILDocumentFragment interface: attribute childrenassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDocumentFragment interface: attribute firstElementChildassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDocumentFragment interface: attribute lastElementChildassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDocumentFragment interface: attribute childElementCountassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDocumentFragment interface: operation prepend((Node or DOMString)...)assert_true: DocumentFragment.prototype[Symbol.unscopables].prepend must be writable expected true got false
FAILDocumentFragment interface: operation append((Node or DOMString)...)assert_true: DocumentFragment.prototype[Symbol.unscopables].append must be writable expected true got false
FAILDocumentFragment interface: operation replaceChildren((Node or DOMString)...)assert_true: DocumentFragment.prototype[Symbol.unscopables].replaceChildren must be writable expected true got false
FAILDocumentFragment interface: operation moveBefore(Node, Node?)assert_own_property: interface prototype object missing non-static operation expected property "moveBefore" missing
FAILDocumentFragment interface: operation querySelector(DOMString)assert_own_property: interface prototype object missing non-static operation expected property "querySelector" missing
FAILDocumentFragment interface: operation querySelectorAll(DOMString)assert_own_property: interface prototype object missing non-static operation expected property "querySelectorAll" missing
PASSDocumentFragment must be primary interface of document.createDocumentFragment()
FAILStringification of document.createDocumentFragment()assert_class_string: class string of document.createDocumentFragment() expected "[object DocumentFragment]" but got "[object HTMLElement]"
PASSDocumentFragment interface: document.createDocumentFragment() must inherit property "getElementById(DOMString)" with the proper type
FAILDocumentFragment interface: calling getElementById(DOMString) on document.createDocumentFragment() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDocumentFragment interface: document.createDocumentFragment() must inherit property "children" with the proper type
PASSDocumentFragment interface: document.createDocumentFragment() must inherit property "firstElementChild" with the proper type
PASSDocumentFragment interface: document.createDocumentFragment() must inherit property "lastElementChild" with the proper type
PASSDocumentFragment interface: document.createDocumentFragment() must inherit property "childElementCount" with the proper type
PASSDocumentFragment interface: document.createDocumentFragment() must inherit property "prepend((Node or DOMString)...)" with the proper type
PASSDocumentFragment interface: calling prepend((Node or DOMString)...) on document.createDocumentFragment() with too few arguments must throw TypeError
PASSDocumentFragment interface: document.createDocumentFragment() must inherit property "append((Node or DOMString)...)" with the proper type
PASSDocumentFragment interface: calling append((Node or DOMString)...) on document.createDocumentFragment() with too few arguments must throw TypeError
PASSDocumentFragment interface: document.createDocumentFragment() must inherit property "replaceChildren((Node or DOMString)...)" with the proper type
PASSDocumentFragment interface: calling replaceChildren((Node or DOMString)...) on document.createDocumentFragment() with too few arguments must throw TypeError
FAILDocumentFragment interface: document.createDocumentFragment() must inherit property "moveBefore(Node, Node?)" with the proper typeassert_inherits: property "moveBefore" not found in prototype chain
FAILDocumentFragment interface: calling moveBefore(Node, Node?) on document.createDocumentFragment() with too few arguments must throw TypeErrorassert_inherits: property "moveBefore" not found in prototype chain
PASSDocumentFragment interface: document.createDocumentFragment() must inherit property "querySelector(DOMString)" with the proper type
PASSDocumentFragment interface: calling querySelector(DOMString) on document.createDocumentFragment() with too few arguments must throw TypeError
PASSDocumentFragment interface: document.createDocumentFragment() must inherit property "querySelectorAll(DOMString)" with the proper type
PASSDocumentFragment interface: calling querySelectorAll(DOMString) on document.createDocumentFragment() with too few arguments must throw TypeError
PASSNode interface: document.createDocumentFragment() must inherit property "ELEMENT_NODE" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "ATTRIBUTE_NODE" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "TEXT_NODE" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "CDATA_SECTION_NODE" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "ENTITY_REFERENCE_NODE" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "ENTITY_NODE" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "COMMENT_NODE" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "DOCUMENT_NODE" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "DOCUMENT_TYPE_NODE" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "NOTATION_NODE" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "nodeType" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "nodeName" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "baseURI" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "isConnected" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "ownerDocument" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "getRootNode(optional GetRootNodeOptions)" with the proper type
PASSNode interface: calling getRootNode(optional GetRootNodeOptions) on document.createDocumentFragment() with too few arguments must throw TypeError
PASSNode interface: document.createDocumentFragment() must inherit property "parentNode" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "parentElement" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "hasChildNodes()" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "childNodes" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "firstChild" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "lastChild" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "previousSibling" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "nextSibling" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "nodeValue" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "textContent" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "normalize()" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "cloneNode(optional boolean)" with the proper type
PASSNode interface: calling cloneNode(optional boolean) on document.createDocumentFragment() with too few arguments must throw TypeError
PASSNode interface: document.createDocumentFragment() must inherit property "isEqualNode(Node?)" with the proper type
FAILNode interface: calling isEqualNode(Node?) on document.createDocumentFragment() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createDocumentFragment() must inherit property "isSameNode(Node?)" with the proper type
FAILNode interface: calling isSameNode(Node?) on document.createDocumentFragment() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createDocumentFragment() must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type
PASSNode interface: document.createDocumentFragment() must inherit property "compareDocumentPosition(Node)" with the proper type
PASSNode interface: calling compareDocumentPosition(Node) on document.createDocumentFragment() with too few arguments must throw TypeError
PASSNode interface: document.createDocumentFragment() must inherit property "contains(Node?)" with the proper type
FAILNode interface: calling contains(Node?) on document.createDocumentFragment() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createDocumentFragment() must inherit property "lookupPrefix(DOMString?)" with the proper type
FAILNode interface: calling lookupPrefix(DOMString?) on document.createDocumentFragment() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createDocumentFragment() must inherit property "lookupNamespaceURI(DOMString?)" with the proper type
FAILNode interface: calling lookupNamespaceURI(DOMString?) on document.createDocumentFragment() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createDocumentFragment() must inherit property "isDefaultNamespace(DOMString?)" with the proper type
FAILNode interface: calling isDefaultNamespace(DOMString?) on document.createDocumentFragment() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createDocumentFragment() must inherit property "insertBefore(Node, Node?)" with the proper type
PASSNode interface: calling insertBefore(Node, Node?) on document.createDocumentFragment() with too few arguments must throw TypeError
PASSNode interface: document.createDocumentFragment() must inherit property "appendChild(Node)" with the proper type
PASSNode interface: calling appendChild(Node) on document.createDocumentFragment() with too few arguments must throw TypeError
PASSNode interface: document.createDocumentFragment() must inherit property "replaceChild(Node, Node)" with the proper type
PASSNode interface: calling replaceChild(Node, Node) on document.createDocumentFragment() with too few arguments must throw TypeError
PASSNode interface: document.createDocumentFragment() must inherit property "removeChild(Node)" with the proper type
PASSNode interface: calling removeChild(Node) on document.createDocumentFragment() with too few arguments must throw TypeError
PASSEventTarget interface: document.createDocumentFragment() must inherit property "addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean)) on document.createDocumentFragment() with too few arguments must throw TypeError
PASSEventTarget interface: document.createDocumentFragment() must inherit property "removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean)) on document.createDocumentFragment() with too few arguments must throw TypeError
PASSEventTarget interface: document.createDocumentFragment() must inherit property "dispatchEvent(Event)" with the proper type
PASSEventTarget interface: calling dispatchEvent(Event) on document.createDocumentFragment() with too few arguments must throw TypeError
FAILShadowRoot interface: existence and properties of interface objectassert_equals: prototype of ShadowRoot is not DocumentFragment expected function "class extends Ct{static{u(this,"Jr")}static{c(this,"DocumentFragmentImpl")}constructor(n,t){if(typeof n=="number"&&t)s…
PASSShadowRoot interface object length
FAILShadowRoot interface object nameassert_equals: wrong value for ShadowRoot.name expected "ShadowRoot" but got ""
FAILShadowRoot interface: existence and properties of interface prototype objectassert_equals: prototype of ShadowRoot.prototype is not DocumentFragment.prototype expected DocumentFragment node with 3 children but got object "[object Object]"
PASSShadowRoot interface: existence and properties of interface prototype object's "constructor" property
PASSShadowRoot interface: existence and properties of interface prototype object's @@unscopables property
FAILShadowRoot interface: attribute modeassert_true: The prototype object must have a property "mode" expected true got false
FAILShadowRoot interface: attribute delegatesFocusassert_true: The prototype object must have a property "delegatesFocus" expected true got false
FAILShadowRoot interface: attribute slotAssignmentassert_true: The prototype object must have a property "slotAssignment" expected true got false
FAILShadowRoot interface: attribute clonableassert_true: The prototype object must have a property "clonable" expected true got false
FAILShadowRoot interface: attribute serializableassert_true: The prototype object must have a property "serializable" expected true got false
FAILShadowRoot interface: attribute hostassert_true: The prototype object must have a property "host" expected true got false
FAILShadowRoot interface: attribute onslotchangeassert_true: The prototype object must have a property "onslotchange" expected true got false
FAILShadowRoot interface: attribute customElementRegistryassert_true: The prototype object must have a property "customElementRegistry" expected true got false
FAILShadowRoot interface: attribute fullscreenElementassert_true: The prototype object must have a property "fullscreenElement" expected true got false
FAILElement interface: existence and properties of interface objectassert_throws_js: interface object didn't throw TypeError when called as a constructor function "function() { new interface_object(); }" did not throw
FAILElement interface object lengthassert_equals: wrong value for Element.length expected 0 but got 2
PASSElement interface object name
PASSElement interface: existence and properties of interface prototype object
PASSElement interface: existence and properties of interface prototype object's "constructor" property
FAILElement interface: existence and properties of interface prototype object's @@unscopables propertyassert_equals: Element.prototype[Symbol.unscopables] should have a null prototype expected null but got object "[object Object]"
FAILElement interface: attribute namespaceURIassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILElement interface: attribute prefixassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
PASSElement interface: attribute localName
PASSElement interface: attribute tagName
FAILElement interface: attribute idassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILElement interface: attribute classNameassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILElement interface: attribute classListassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILElement interface: attribute slotassert_true: Element.prototype[Symbol.unscopables].slot must be writable expected true got false
PASSElement interface: operation hasAttributes()
FAILElement interface: attribute attributesassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
PASSElement interface: operation getAttributeNames()
PASSElement interface: operation getAttribute(DOMString)
PASSElement interface: operation getAttributeNS(DOMString?, DOMString)
FAILElement interface: operation setAttribute(DOMString, (TrustedType or DOMString))assert_throws_js: calling operation with this = {} didn't throw TypeError function "function() { fn.apply(obj, args); }" did not throw
PASSElement interface: operation setAttributeNS(DOMString?, DOMString, (TrustedType or DOMString))
PASSElement interface: operation removeAttribute(DOMString)
PASSElement interface: operation removeAttributeNS(DOMString?, DOMString)
FAILElement interface: operation toggleAttribute(DOMString, optional boolean)assert_equals: property has wrong .length expected 1 but got 2
PASSElement interface: operation hasAttribute(DOMString)
PASSElement interface: operation hasAttributeNS(DOMString?, DOMString)
FAILElement interface: operation getAttributeNode(DOMString)assert_throws_js: calling operation with this = {} didn't throw TypeError function "function() { fn.apply(obj, args); }" did not throw
FAILElement interface: operation getAttributeNodeNS(DOMString?, DOMString)assert_throws_js: calling operation with this = {} didn't throw TypeError function "function() { fn.apply(obj, args); }" did not throw
FAILElement interface: operation setAttributeNode(Attr)assert_throws_js: calling operation with this = null didn't throw TypeError function "function() { fn.apply(obj, args); }" threw object "TypeError: setAttributeNode: argument must …
PASSElement interface: operation setAttributeNodeNS(Attr)
FAILElement interface: operation removeAttributeNode(Attr)assert_throws_js: calling operation with this = null didn't throw TypeError function "function() { fn.apply(obj, args); }" threw object "NotFoundError: removeAttributeNode: argumen…
FAILElement interface: operation attachShadow(ShadowRootInit)assert_own_property: interface prototype object missing non-static operation expected property "attachShadow" missing
FAILElement interface: attribute shadowRootassert_true: The prototype object must have a property "shadowRoot" expected true got false
FAILElement interface: attribute customElementRegistryassert_true: The prototype object must have a property "customElementRegistry" expected true got false
FAILElement interface: operation closest(DOMString)assert_throws_js: calling operation with this = null didn't throw TypeError function "function() { fn.apply(obj, args); }" threw object "SyntaxError: Failed to execute 'closest' on…
FAILElement interface: operation matches(DOMString)assert_throws_js: calling operation with this = null didn't throw TypeError function "function() { fn.apply(obj, args); }" threw object "SyntaxError: Failed to execute 'matches' on…
FAILElement interface: operation webkitMatchesSelector(DOMString)assert_equals: property has wrong .name expected "webkitMatchesSelector" but got "value"
FAILElement interface: operation getElementsByTagName(DOMString)assert_throws_js: calling operation with this = {} didn't throw TypeError function "function() { fn.apply(obj, args); }" did not throw
FAILElement interface: operation getElementsByTagNameNS(DOMString?, DOMString)assert_throws_js: calling operation with this = {} didn't throw TypeError function "function() { fn.apply(obj, args); }" did not throw
FAILElement interface: operation getElementsByClassName(DOMString)assert_throws_js: calling operation with this = {} didn't throw TypeError function "function() { fn.apply(obj, args); }" did not throw
FAILElement interface: operation insertAdjacentElement(DOMString, Element)assert_own_property: interface prototype object missing non-static operation expected property "insertAdjacentElement" missing
FAILElement interface: operation insertAdjacentText(DOMString, DOMString)assert_own_property: interface prototype object missing non-static operation expected property "insertAdjacentText" missing
FAILElement interface: operation requestFullscreen(optional FullscreenOptions)assert_own_property: interface prototype object missing non-static operation expected property "requestFullscreen" missing
FAILElement interface: attribute onfullscreenchangeassert_true: The prototype object must have a property "onfullscreenchange" expected true got false
FAILElement interface: attribute onfullscreenerrorassert_true: The prototype object must have a property "onfullscreenerror" expected true got false
FAILElement interface: attribute childrenassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILElement interface: attribute firstElementChildassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILElement interface: attribute lastElementChildassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILElement interface: attribute childElementCountassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILElement interface: operation prepend((Node or DOMString)...)assert_true: Element.prototype[Symbol.unscopables].prepend must be writable expected true got false
FAILElement interface: operation append((Node or DOMString)...)assert_true: Element.prototype[Symbol.unscopables].append must be writable expected true got false
FAILElement interface: operation replaceChildren((Node or DOMString)...)assert_true: Element.prototype[Symbol.unscopables].replaceChildren must be writable expected true got false
FAILElement interface: operation moveBefore(Node, Node?)assert_own_property: interface prototype object missing non-static operation expected property "moveBefore" missing
FAILElement interface: operation querySelector(DOMString)assert_throws_js: calling operation with this = {} didn't throw TypeError function "function() { fn.apply(obj, args); }" did not throw
FAILElement interface: operation querySelectorAll(DOMString)assert_throws_js: calling operation with this = {} didn't throw TypeError function "function() { fn.apply(obj, args); }" did not throw
FAILElement interface: attribute previousElementSiblingassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILElement interface: attribute nextElementSiblingassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILElement interface: operation before((Node or DOMString)...)assert_true: Element.prototype[Symbol.unscopables].before must be writable expected true got false
FAILElement interface: operation after((Node or DOMString)...)assert_true: Element.prototype[Symbol.unscopables].after must be writable expected true got false
FAILElement interface: operation replaceWith((Node or DOMString)...)assert_true: Element.prototype[Symbol.unscopables].replaceWith must be writable expected true got false
FAILElement interface: operation remove()assert_true: Element.prototype[Symbol.unscopables].remove must be writable expected true got false
FAILElement interface: attribute assignedSlotassert_true: The prototype object must have a property "assignedSlot" expected true got false
FAILElement must be primary interface of elementassert_equals: element's prototype is not Element.prototype expected Document node with 3 children but got Document node with 3 children
FAILStringification of elementassert_class_string: class string of element expected "[object Element]" but got "[object HTMLUnknownElement]"
PASSElement interface: element must inherit property "namespaceURI" with the proper type
PASSElement interface: element must inherit property "prefix" with the proper type
PASSElement interface: element must inherit property "localName" with the proper type
PASSElement interface: element must inherit property "tagName" with the proper type
PASSElement interface: element must inherit property "id" with the proper type
PASSElement interface: element must inherit property "className" with the proper type
PASSElement interface: element must inherit property "classList" with the proper type
PASSElement interface: element must inherit property "slot" with the proper type
PASSElement interface: element must inherit property "hasAttributes()" with the proper type
PASSElement interface: element must inherit property "attributes" with the proper type
PASSElement interface: element must inherit property "getAttributeNames()" with the proper type
PASSElement interface: element must inherit property "getAttribute(DOMString)" with the proper type
FAILElement interface: calling getAttribute(DOMString) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSElement interface: element must inherit property "getAttributeNS(DOMString?, DOMString)" with the proper type
FAILElement interface: calling getAttributeNS(DOMString?, DOMString) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSElement interface: element must inherit property "setAttribute(DOMString, (TrustedType or DOMString))" with the proper type
FAILElement interface: calling setAttribute(DOMString, (TrustedType or DOMString)) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidCharacterError: '' is not a valid attribute name" ("InvalidCharacterEr…
PASSElement interface: element must inherit property "setAttributeNS(DOMString?, DOMString, (TrustedType or DOMString))" with the proper type
FAILElement interface: calling setAttributeNS(DOMString?, DOMString, (TrustedType or DOMString)) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidCharacterError: '' is not a valid attribute name" ("InvalidCharacterEr…
PASSElement interface: element must inherit property "removeAttribute(DOMString)" with the proper type
FAILElement interface: calling removeAttribute(DOMString) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSElement interface: element must inherit property "removeAttributeNS(DOMString?, DOMString)" with the proper type
FAILElement interface: calling removeAttributeNS(DOMString?, DOMString) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSElement interface: element must inherit property "toggleAttribute(DOMString, optional boolean)" with the proper type
FAILElement interface: calling toggleAttribute(DOMString, optional boolean) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidCharacterError: '' is not a valid attribute name" ("InvalidCharacterEr…
PASSElement interface: element must inherit property "hasAttribute(DOMString)" with the proper type
FAILElement interface: calling hasAttribute(DOMString) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSElement interface: element must inherit property "hasAttributeNS(DOMString?, DOMString)" with the proper type
FAILElement interface: calling hasAttributeNS(DOMString?, DOMString) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSElement interface: element must inherit property "getAttributeNode(DOMString)" with the proper type
FAILElement interface: calling getAttributeNode(DOMString) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSElement interface: element must inherit property "getAttributeNodeNS(DOMString?, DOMString)" with the proper type
FAILElement interface: calling getAttributeNodeNS(DOMString?, DOMString) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSElement interface: element must inherit property "setAttributeNode(Attr)" with the proper type
FAILElement interface: calling setAttributeNode(Attr) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "TypeError: setAttributeNode: argument must be an Attr" ("TypeError") expected…
PASSElement interface: element must inherit property "setAttributeNodeNS(Attr)" with the proper type
FAILElement interface: calling setAttributeNodeNS(Attr) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "TypeError: setAttributeNode: argument must be an Attr" ("TypeError") expected…
PASSElement interface: element must inherit property "removeAttributeNode(Attr)" with the proper type
FAILElement interface: calling removeAttributeNode(Attr) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "NotFoundError: removeAttributeNode: argument is null" ("NotFoundError") expec…
PASSElement interface: element must inherit property "attachShadow(ShadowRootInit)" with the proper type
FAILElement interface: calling attachShadow(ShadowRootInit) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
FAILElement interface: element must inherit property "shadowRoot" with the proper typeassert_inherits: property "shadowRoot" found on object expected in prototype chain
FAILElement interface: element must inherit property "customElementRegistry" with the proper typeassert_inherits: property "customElementRegistry" not found in prototype chain
PASSElement interface: element must inherit property "closest(DOMString)" with the proper type
PASSElement interface: calling closest(DOMString) on element with too few arguments must throw TypeError
PASSElement interface: element must inherit property "matches(DOMString)" with the proper type
PASSElement interface: calling matches(DOMString) on element with too few arguments must throw TypeError
PASSElement interface: element must inherit property "webkitMatchesSelector(DOMString)" with the proper type
FAILElement interface: calling webkitMatchesSelector(DOMString) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSElement interface: element must inherit property "getElementsByTagName(DOMString)" with the proper type
FAILElement interface: calling getElementsByTagName(DOMString) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSElement interface: element must inherit property "getElementsByTagNameNS(DOMString?, DOMString)" with the proper type
FAILElement interface: calling getElementsByTagNameNS(DOMString?, DOMString) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSElement interface: element must inherit property "getElementsByClassName(DOMString)" with the proper type
FAILElement interface: calling getElementsByClassName(DOMString) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSElement interface: element must inherit property "insertAdjacentElement(DOMString, Element)" with the proper type
PASSElement interface: calling insertAdjacentElement(DOMString, Element) on element with too few arguments must throw TypeError
PASSElement interface: element must inherit property "insertAdjacentText(DOMString, DOMString)" with the proper type
FAILElement interface: calling insertAdjacentText(DOMString, DOMString) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "SyntaxError: insertAdjacentText: 'undefined' is not a valid insertAdjacent po…
FAILElement interface: element must inherit property "requestFullscreen(optional FullscreenOptions)" with the proper typeassert_inherits: property "requestFullscreen" not found in prototype chain
FAILElement interface: calling requestFullscreen(optional FullscreenOptions) on element with too few arguments must throw TypeErrorassert_inherits: property "requestFullscreen" not found in prototype chain
FAILElement interface: element must inherit property "onfullscreenchange" with the proper typeassert_inherits: property "onfullscreenchange" not found in prototype chain
FAILElement interface: element must inherit property "onfullscreenerror" with the proper typeassert_inherits: property "onfullscreenerror" not found in prototype chain
PASSElement interface: element must inherit property "children" with the proper type
PASSElement interface: element must inherit property "firstElementChild" with the proper type
PASSElement interface: element must inherit property "lastElementChild" with the proper type
PASSElement interface: element must inherit property "childElementCount" with the proper type
PASSElement interface: element must inherit property "prepend((Node or DOMString)...)" with the proper type
PASSElement interface: calling prepend((Node or DOMString)...) on element with too few arguments must throw TypeError
PASSElement interface: element must inherit property "append((Node or DOMString)...)" with the proper type
PASSElement interface: calling append((Node or DOMString)...) on element with too few arguments must throw TypeError
PASSElement interface: element must inherit property "replaceChildren((Node or DOMString)...)" with the proper type
PASSElement interface: calling replaceChildren((Node or DOMString)...) on element with too few arguments must throw TypeError
FAILElement interface: element must inherit property "moveBefore(Node, Node?)" with the proper typeassert_inherits: property "moveBefore" not found in prototype chain
FAILElement interface: calling moveBefore(Node, Node?) on element with too few arguments must throw TypeErrorassert_inherits: property "moveBefore" not found in prototype chain
PASSElement interface: element must inherit property "querySelector(DOMString)" with the proper type
PASSElement interface: calling querySelector(DOMString) on element with too few arguments must throw TypeError
PASSElement interface: element must inherit property "querySelectorAll(DOMString)" with the proper type
PASSElement interface: calling querySelectorAll(DOMString) on element with too few arguments must throw TypeError
PASSElement interface: element must inherit property "previousElementSibling" with the proper type
PASSElement interface: element must inherit property "nextElementSibling" with the proper type
PASSElement interface: element must inherit property "before((Node or DOMString)...)" with the proper type
PASSElement interface: calling before((Node or DOMString)...) on element with too few arguments must throw TypeError
PASSElement interface: element must inherit property "after((Node or DOMString)...)" with the proper type
PASSElement interface: calling after((Node or DOMString)...) on element with too few arguments must throw TypeError
PASSElement interface: element must inherit property "replaceWith((Node or DOMString)...)" with the proper type
PASSElement interface: calling replaceWith((Node or DOMString)...) on element with too few arguments must throw TypeError
PASSElement interface: element must inherit property "remove()" with the proper type
FAILElement interface: element must inherit property "assignedSlot" with the proper typeassert_inherits: property "assignedSlot" not found in prototype chain
PASSNode interface: element must inherit property "ELEMENT_NODE" with the proper type
PASSNode interface: element must inherit property "ATTRIBUTE_NODE" with the proper type
PASSNode interface: element must inherit property "TEXT_NODE" with the proper type
PASSNode interface: element must inherit property "CDATA_SECTION_NODE" with the proper type
PASSNode interface: element must inherit property "ENTITY_REFERENCE_NODE" with the proper type
PASSNode interface: element must inherit property "ENTITY_NODE" with the proper type
PASSNode interface: element must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type
PASSNode interface: element must inherit property "COMMENT_NODE" with the proper type
PASSNode interface: element must inherit property "DOCUMENT_NODE" with the proper type
PASSNode interface: element must inherit property "DOCUMENT_TYPE_NODE" with the proper type
PASSNode interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type
PASSNode interface: element must inherit property "NOTATION_NODE" with the proper type
PASSNode interface: element must inherit property "nodeType" with the proper type
PASSNode interface: element must inherit property "nodeName" with the proper type
PASSNode interface: element must inherit property "baseURI" with the proper type
PASSNode interface: element must inherit property "isConnected" with the proper type
PASSNode interface: element must inherit property "ownerDocument" with the proper type
PASSNode interface: element must inherit property "getRootNode(optional GetRootNodeOptions)" with the proper type
PASSNode interface: calling getRootNode(optional GetRootNodeOptions) on element with too few arguments must throw TypeError
PASSNode interface: element must inherit property "parentNode" with the proper type
PASSNode interface: element must inherit property "parentElement" with the proper type
PASSNode interface: element must inherit property "hasChildNodes()" with the proper type
PASSNode interface: element must inherit property "childNodes" with the proper type
PASSNode interface: element must inherit property "firstChild" with the proper type
PASSNode interface: element must inherit property "lastChild" with the proper type
PASSNode interface: element must inherit property "previousSibling" with the proper type
PASSNode interface: element must inherit property "nextSibling" with the proper type
PASSNode interface: element must inherit property "nodeValue" with the proper type
PASSNode interface: element must inherit property "textContent" with the proper type
PASSNode interface: element must inherit property "normalize()" with the proper type
PASSNode interface: element must inherit property "cloneNode(optional boolean)" with the proper type
PASSNode interface: calling cloneNode(optional boolean) on element with too few arguments must throw TypeError
PASSNode interface: element must inherit property "isEqualNode(Node?)" with the proper type
FAILNode interface: calling isEqualNode(Node?) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: element must inherit property "isSameNode(Node?)" with the proper type
FAILNode interface: calling isSameNode(Node?) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: element must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type
PASSNode interface: element must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type
PASSNode interface: element must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type
PASSNode interface: element must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type
PASSNode interface: element must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type
PASSNode interface: element must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type
PASSNode interface: element must inherit property "compareDocumentPosition(Node)" with the proper type
PASSNode interface: calling compareDocumentPosition(Node) on element with too few arguments must throw TypeError
PASSNode interface: element must inherit property "contains(Node?)" with the proper type
FAILNode interface: calling contains(Node?) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: element must inherit property "lookupPrefix(DOMString?)" with the proper type
FAILNode interface: calling lookupPrefix(DOMString?) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: element must inherit property "lookupNamespaceURI(DOMString?)" with the proper type
FAILNode interface: calling lookupNamespaceURI(DOMString?) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: element must inherit property "isDefaultNamespace(DOMString?)" with the proper type
FAILNode interface: calling isDefaultNamespace(DOMString?) on element with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: element must inherit property "insertBefore(Node, Node?)" with the proper type
PASSNode interface: calling insertBefore(Node, Node?) on element with too few arguments must throw TypeError
PASSNode interface: element must inherit property "appendChild(Node)" with the proper type
PASSNode interface: calling appendChild(Node) on element with too few arguments must throw TypeError
PASSNode interface: element must inherit property "replaceChild(Node, Node)" with the proper type
PASSNode interface: calling replaceChild(Node, Node) on element with too few arguments must throw TypeError
PASSNode interface: element must inherit property "removeChild(Node)" with the proper type
PASSNode interface: calling removeChild(Node) on element with too few arguments must throw TypeError
PASSEventTarget interface: element must inherit property "addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean)) on element with too few arguments must throw TypeError
PASSEventTarget interface: element must inherit property "removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean)) on element with too few arguments must throw TypeError
PASSEventTarget interface: element must inherit property "dispatchEvent(Event)" with the proper type
PASSEventTarget interface: calling dispatchEvent(Event) on element with too few arguments must throw TypeError
FAILNamedNodeMap interface: existence and properties of interface objectassert_throws_js: interface object didn't throw TypeError when called as a constructor function "function() { new interface_object(); }" did not throw
PASSNamedNodeMap interface object length
FAILNamedNodeMap interface object nameassert_equals: wrong value for NamedNodeMap.name expected "NamedNodeMap" but got "NamedNodeMapCls"
PASSNamedNodeMap interface: existence and properties of interface prototype object
PASSNamedNodeMap interface: existence and properties of interface prototype object's "constructor" property
PASSNamedNodeMap interface: existence and properties of interface prototype object's @@unscopables property
FAILNamedNodeMap interface: attribute lengthassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNamedNodeMap interface: operation item(unsigned long)assert_true: property should be enumerable expected true got false
FAILNamedNodeMap interface: operation getNamedItem(DOMString)assert_true: property should be enumerable expected true got false
FAILNamedNodeMap interface: operation getNamedItemNS(DOMString?, DOMString)assert_true: property should be enumerable expected true got false
FAILNamedNodeMap interface: operation setNamedItem(Attr)assert_true: property should be enumerable expected true got false
FAILNamedNodeMap interface: operation setNamedItemNS(Attr)assert_true: property should be enumerable expected true got false
FAILNamedNodeMap interface: operation removeNamedItem(DOMString)assert_true: property should be enumerable expected true got false
FAILNamedNodeMap interface: operation removeNamedItemNS(DOMString?, DOMString)assert_true: property should be enumerable expected true got false
FAILAttr interface: existence and properties of interface objectassert_equals: prototype of Attr is not Node expected function "class ja{static{u(this,"Ss")}static{c(this,"NodeBase")}get data(){return this._info?this._info.nodeValue:void 0}set data(t){}get innerHT…
PASSAttr interface object length
FAILAttr interface object nameassert_equals: wrong value for Attr.name expected "Attr" but got "AttrCls"
FAILAttr interface: existence and properties of interface prototype objectassert_equals: prototype of Attr.prototype is not Node.prototype expected Node object of unknown type but got object "[object Object]"
PASSAttr interface: existence and properties of interface prototype object's "constructor" property
PASSAttr interface: existence and properties of interface prototype object's @@unscopables property
FAILAttr interface: attribute namespaceURIassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILAttr interface: attribute prefixassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILAttr interface: attribute localNameassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILAttr interface: attribute nameassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILAttr interface: attribute valueassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILAttr interface: attribute ownerElementassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILAttr interface: attribute specifiedassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
PASSAttr must be primary interface of document.querySelector("[id]").attributes[0]
FAILStringification of document.querySelector("[id]").attributes[0]assert_class_string: class string of document.querySelector("[id]").attributes[0] expected "[object Attr]" but got "[object Object]"
PASSAttr interface: document.querySelector("[id]").attributes[0] must inherit property "namespaceURI" with the proper type
PASSAttr interface: document.querySelector("[id]").attributes[0] must inherit property "prefix" with the proper type
PASSAttr interface: document.querySelector("[id]").attributes[0] must inherit property "localName" with the proper type
PASSAttr interface: document.querySelector("[id]").attributes[0] must inherit property "name" with the proper type
PASSAttr interface: document.querySelector("[id]").attributes[0] must inherit property "value" with the proper type
PASSAttr interface: document.querySelector("[id]").attributes[0] must inherit property "ownerElement" with the proper type
PASSAttr interface: document.querySelector("[id]").attributes[0] must inherit property "specified" with the proper type
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "ELEMENT_NODE" with the proper typeassert_inherits: property "ELEMENT_NODE" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "ATTRIBUTE_NODE" with the proper typeassert_inherits: property "ATTRIBUTE_NODE" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "TEXT_NODE" with the proper typeassert_inherits: property "TEXT_NODE" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "CDATA_SECTION_NODE" with the proper typeassert_inherits: property "CDATA_SECTION_NODE" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "ENTITY_REFERENCE_NODE" with the proper typeassert_inherits: property "ENTITY_REFERENCE_NODE" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "ENTITY_NODE" with the proper typeassert_inherits: property "ENTITY_NODE" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper typeassert_inherits: property "PROCESSING_INSTRUCTION_NODE" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "COMMENT_NODE" with the proper typeassert_inherits: property "COMMENT_NODE" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_NODE" with the proper typeassert_inherits: property "DOCUMENT_NODE" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_TYPE_NODE" with the proper typeassert_inherits: property "DOCUMENT_TYPE_NODE" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper typeassert_inherits: property "DOCUMENT_FRAGMENT_NODE" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "NOTATION_NODE" with the proper typeassert_inherits: property "NOTATION_NODE" not found in prototype chain
PASSNode interface: document.querySelector("[id]").attributes[0] must inherit property "nodeType" with the proper type
PASSNode interface: document.querySelector("[id]").attributes[0] must inherit property "nodeName" with the proper type
PASSNode interface: document.querySelector("[id]").attributes[0] must inherit property "baseURI" with the proper type
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "isConnected" with the proper typeassert_inherits: property "isConnected" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "ownerDocument" with the proper typeassert_inherits: property "ownerDocument" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "getRootNode(optional GetRootNodeOptions)" with the proper typeassert_inherits: property "getRootNode" not found in prototype chain
FAILNode interface: calling getRootNode(optional GetRootNodeOptions) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_inherits: property "getRootNode" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "parentNode" with the proper typeassert_inherits: property "parentNode" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "parentElement" with the proper typeassert_inherits: property "parentElement" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "hasChildNodes()" with the proper typeassert_inherits: property "hasChildNodes" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "childNodes" with the proper typeassert_inherits: property "childNodes" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "firstChild" with the proper typeassert_inherits: property "firstChild" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "lastChild" with the proper typeassert_inherits: property "lastChild" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "previousSibling" with the proper typeassert_inherits: property "previousSibling" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "nextSibling" with the proper typeassert_inherits: property "nextSibling" not found in prototype chain
PASSNode interface: document.querySelector("[id]").attributes[0] must inherit property "nodeValue" with the proper type
PASSNode interface: document.querySelector("[id]").attributes[0] must inherit property "textContent" with the proper type
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "normalize()" with the proper typeassert_inherits: property "normalize" not found in prototype chain
PASSNode interface: document.querySelector("[id]").attributes[0] must inherit property "cloneNode(optional boolean)" with the proper type
PASSNode interface: calling cloneNode(optional boolean) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
PASSNode interface: document.querySelector("[id]").attributes[0] must inherit property "isEqualNode(Node?)" with the proper type
FAILNode interface: calling isEqualNode(Node?) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.querySelector("[id]").attributes[0] must inherit property "isSameNode(Node?)" with the proper type
FAILNode interface: calling isSameNode(Node?) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper typeassert_inherits: property "DOCUMENT_POSITION_DISCONNECTED" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper typeassert_inherits: property "DOCUMENT_POSITION_PRECEDING" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper typeassert_inherits: property "DOCUMENT_POSITION_FOLLOWING" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper typeassert_inherits: property "DOCUMENT_POSITION_CONTAINS" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper typeassert_inherits: property "DOCUMENT_POSITION_CONTAINED_BY" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper typeassert_inherits: property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "compareDocumentPosition(Node)" with the proper typeassert_inherits: property "compareDocumentPosition" not found in prototype chain
FAILNode interface: calling compareDocumentPosition(Node) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_inherits: property "compareDocumentPosition" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "contains(Node?)" with the proper typeassert_inherits: property "contains" not found in prototype chain
FAILNode interface: calling contains(Node?) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_inherits: property "contains" not found in prototype chain
PASSNode interface: document.querySelector("[id]").attributes[0] must inherit property "lookupPrefix(DOMString?)" with the proper type
FAILNode interface: calling lookupPrefix(DOMString?) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.querySelector("[id]").attributes[0] must inherit property "lookupNamespaceURI(DOMString?)" with the proper type
FAILNode interface: calling lookupNamespaceURI(DOMString?) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.querySelector("[id]").attributes[0] must inherit property "isDefaultNamespace(DOMString?)" with the proper type
FAILNode interface: calling isDefaultNamespace(DOMString?) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "insertBefore(Node, Node?)" with the proper typeassert_inherits: property "insertBefore" not found in prototype chain
FAILNode interface: calling insertBefore(Node, Node?) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_inherits: property "insertBefore" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "appendChild(Node)" with the proper typeassert_inherits: property "appendChild" not found in prototype chain
FAILNode interface: calling appendChild(Node) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_inherits: property "appendChild" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "replaceChild(Node, Node)" with the proper typeassert_inherits: property "replaceChild" not found in prototype chain
FAILNode interface: calling replaceChild(Node, Node) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_inherits: property "replaceChild" not found in prototype chain
FAILNode interface: document.querySelector("[id]").attributes[0] must inherit property "removeChild(Node)" with the proper typeassert_inherits: property "removeChild" not found in prototype chain
FAILNode interface: calling removeChild(Node) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_inherits: property "removeChild" not found in prototype chain
FAILEventTarget interface: document.querySelector("[id]").attributes[0] must inherit property "addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" with the proper typeassert_inherits: property "addEventListener" not found in prototype chain
FAILEventTarget interface: calling addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean)) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_inherits: property "addEventListener" not found in prototype chain
FAILEventTarget interface: document.querySelector("[id]").attributes[0] must inherit property "removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" with the proper typeassert_inherits: property "removeEventListener" not found in prototype chain
FAILEventTarget interface: calling removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean)) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_inherits: property "removeEventListener" not found in prototype chain
FAILEventTarget interface: document.querySelector("[id]").attributes[0] must inherit property "dispatchEvent(Event)" with the proper typeassert_inherits: property "dispatchEvent" not found in prototype chain
FAILEventTarget interface: calling dispatchEvent(Event) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeErrorassert_inherits: property "dispatchEvent" not found in prototype chain
FAILCharacterData interface: existence and properties of interface objectassert_throws_js: interface object didn't throw TypeError when called as a constructor function "function() { new interface_object(); }" did not throw
PASSCharacterData interface object length
FAILCharacterData interface object nameassert_equals: wrong value for CharacterData.name expected "CharacterData" but got "CharacterDataNode"
PASSCharacterData interface: existence and properties of interface prototype object
PASSCharacterData interface: existence and properties of interface prototype object's "constructor" property
FAILCharacterData interface: existence and properties of interface prototype object's @@unscopables propertyassert_own_property: CharacterData.prototype should have an @@unscopables property expected property symbol "Symbol(Symbol.unscopables)" missing
FAILCharacterData interface: attribute dataassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
PASSCharacterData interface: attribute length
PASSCharacterData interface: operation substringData(unsigned long, unsigned long)
PASSCharacterData interface: operation appendData(DOMString)
PASSCharacterData interface: operation insertData(unsigned long, DOMString)
PASSCharacterData interface: operation deleteData(unsigned long, unsigned long)
PASSCharacterData interface: operation replaceData(unsigned long, unsigned long, DOMString)
FAILCharacterData interface: attribute previousElementSiblingassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILCharacterData interface: attribute nextElementSiblingassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILCharacterData interface: operation before((Node or DOMString)...)Cannot convert undefined or null to object
FAILCharacterData interface: operation after((Node or DOMString)...)Cannot convert undefined or null to object
FAILCharacterData interface: operation replaceWith((Node or DOMString)...)Cannot convert undefined or null to object
FAILCharacterData interface: operation remove()Cannot convert undefined or null to object
PASSText interface: existence and properties of interface object
FAILText interface object lengthassert_equals: wrong value for Text.length expected 0 but got 2
FAILText interface object nameassert_equals: wrong value for Text.name expected "Text" but got "TextNode"
PASSText interface: existence and properties of interface prototype object
PASSText interface: existence and properties of interface prototype object's "constructor" property
PASSText interface: existence and properties of interface prototype object's @@unscopables property
FAILText interface: operation splitText(unsigned long)assert_true: property should be enumerable expected true got false
FAILText interface: attribute wholeTextassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILText interface: attribute assignedSlotassert_true: The prototype object must have a property "assignedSlot" expected true got false
PASSText must be primary interface of document.createTextNode("abc")
FAILStringification of document.createTextNode("abc")assert_class_string: class string of document.createTextNode("abc") expected "[object Text]" but got "[object Object]"
PASSText interface: document.createTextNode("abc") must inherit property "splitText(unsigned long)" with the proper type
FAILText interface: calling splitText(unsigned long) on document.createTextNode("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSText interface: document.createTextNode("abc") must inherit property "wholeText" with the proper type
FAILText interface: document.createTextNode("abc") must inherit property "assignedSlot" with the proper typeassert_inherits: property "assignedSlot" not found in prototype chain
PASSCharacterData interface: document.createTextNode("abc") must inherit property "data" with the proper type
PASSCharacterData interface: document.createTextNode("abc") must inherit property "length" with the proper type
PASSCharacterData interface: document.createTextNode("abc") must inherit property "substringData(unsigned long, unsigned long)" with the proper type
PASSCharacterData interface: calling substringData(unsigned long, unsigned long) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createTextNode("abc") must inherit property "appendData(DOMString)" with the proper type
PASSCharacterData interface: calling appendData(DOMString) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createTextNode("abc") must inherit property "insertData(unsigned long, DOMString)" with the proper type
PASSCharacterData interface: calling insertData(unsigned long, DOMString) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createTextNode("abc") must inherit property "deleteData(unsigned long, unsigned long)" with the proper type
PASSCharacterData interface: calling deleteData(unsigned long, unsigned long) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createTextNode("abc") must inherit property "replaceData(unsigned long, unsigned long, DOMString)" with the proper type
PASSCharacterData interface: calling replaceData(unsigned long, unsigned long, DOMString) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createTextNode("abc") must inherit property "previousElementSibling" with the proper type
PASSCharacterData interface: document.createTextNode("abc") must inherit property "nextElementSibling" with the proper type
PASSCharacterData interface: document.createTextNode("abc") must inherit property "before((Node or DOMString)...)" with the proper type
PASSCharacterData interface: calling before((Node or DOMString)...) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createTextNode("abc") must inherit property "after((Node or DOMString)...)" with the proper type
PASSCharacterData interface: calling after((Node or DOMString)...) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createTextNode("abc") must inherit property "replaceWith((Node or DOMString)...)" with the proper type
PASSCharacterData interface: calling replaceWith((Node or DOMString)...) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createTextNode("abc") must inherit property "remove()" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "ELEMENT_NODE" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "ATTRIBUTE_NODE" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "TEXT_NODE" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "CDATA_SECTION_NODE" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "ENTITY_REFERENCE_NODE" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "ENTITY_NODE" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "COMMENT_NODE" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "DOCUMENT_NODE" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "DOCUMENT_TYPE_NODE" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "NOTATION_NODE" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "nodeType" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "nodeName" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "baseURI" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "isConnected" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "ownerDocument" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "getRootNode(optional GetRootNodeOptions)" with the proper type
PASSNode interface: calling getRootNode(optional GetRootNodeOptions) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSNode interface: document.createTextNode("abc") must inherit property "parentNode" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "parentElement" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "hasChildNodes()" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "childNodes" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "firstChild" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "lastChild" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "previousSibling" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "nextSibling" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "nodeValue" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "textContent" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "normalize()" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "cloneNode(optional boolean)" with the proper type
PASSNode interface: calling cloneNode(optional boolean) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSNode interface: document.createTextNode("abc") must inherit property "isEqualNode(Node?)" with the proper type
FAILNode interface: calling isEqualNode(Node?) on document.createTextNode("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createTextNode("abc") must inherit property "isSameNode(Node?)" with the proper type
FAILNode interface: calling isSameNode(Node?) on document.createTextNode("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createTextNode("abc") must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type
PASSNode interface: document.createTextNode("abc") must inherit property "compareDocumentPosition(Node)" with the proper type
PASSNode interface: calling compareDocumentPosition(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSNode interface: document.createTextNode("abc") must inherit property "contains(Node?)" with the proper type
FAILNode interface: calling contains(Node?) on document.createTextNode("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createTextNode("abc") must inherit property "lookupPrefix(DOMString?)" with the proper type
FAILNode interface: calling lookupPrefix(DOMString?) on document.createTextNode("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createTextNode("abc") must inherit property "lookupNamespaceURI(DOMString?)" with the proper type
FAILNode interface: calling lookupNamespaceURI(DOMString?) on document.createTextNode("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createTextNode("abc") must inherit property "isDefaultNamespace(DOMString?)" with the proper type
FAILNode interface: calling isDefaultNamespace(DOMString?) on document.createTextNode("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createTextNode("abc") must inherit property "insertBefore(Node, Node?)" with the proper type
PASSNode interface: calling insertBefore(Node, Node?) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSNode interface: document.createTextNode("abc") must inherit property "appendChild(Node)" with the proper type
PASSNode interface: calling appendChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSNode interface: document.createTextNode("abc") must inherit property "replaceChild(Node, Node)" with the proper type
FAILNode interface: calling replaceChild(Node, Node) on document.createTextNode("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "HierarchyRequestError: replaceChild: #text nodes cannot have children" ("Hier…
PASSNode interface: document.createTextNode("abc") must inherit property "removeChild(Node)" with the proper type
PASSNode interface: calling removeChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSEventTarget interface: document.createTextNode("abc") must inherit property "addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean)) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSEventTarget interface: document.createTextNode("abc") must inherit property "removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean)) on document.createTextNode("abc") with too few arguments must throw TypeError
PASSEventTarget interface: document.createTextNode("abc") must inherit property "dispatchEvent(Event)" with the proper type
PASSEventTarget interface: calling dispatchEvent(Event) on document.createTextNode("abc") with too few arguments must throw TypeError
FAILCDATASection interface: existence and properties of interface objectassert_own_property: self does not have own property "CDATASection" expected property "CDATASection" missing
FAILCDATASection interface object lengthassert_own_property: self does not have own property "CDATASection" expected property "CDATASection" missing
FAILCDATASection interface object nameassert_own_property: self does not have own property "CDATASection" expected property "CDATASection" missing
FAILCDATASection interface: existence and properties of interface prototype objectassert_own_property: self does not have own property "CDATASection" expected property "CDATASection" missing
FAILCDATASection interface: existence and properties of interface prototype object's "constructor" propertyassert_own_property: self does not have own property "CDATASection" expected property "CDATASection" missing
FAILCDATASection interface: existence and properties of interface prototype object's @@unscopables propertyassert_own_property: self does not have own property "CDATASection" expected property "CDATASection" missing
FAILProcessingInstruction interface: existence and properties of interface objectassert_own_property: self does not have own property "ProcessingInstruction" expected property "ProcessingInstruction" missing
FAILProcessingInstruction interface object lengthassert_own_property: self does not have own property "ProcessingInstruction" expected property "ProcessingInstruction" missing
FAILProcessingInstruction interface object nameassert_own_property: self does not have own property "ProcessingInstruction" expected property "ProcessingInstruction" missing
FAILProcessingInstruction interface: existence and properties of interface prototype objectassert_own_property: self does not have own property "ProcessingInstruction" expected property "ProcessingInstruction" missing
FAILProcessingInstruction interface: existence and properties of interface prototype object's "constructor" propertyassert_own_property: self does not have own property "ProcessingInstruction" expected property "ProcessingInstruction" missing
FAILProcessingInstruction interface: existence and properties of interface prototype object's @@unscopables propertyassert_own_property: self does not have own property "ProcessingInstruction" expected property "ProcessingInstruction" missing
FAILProcessingInstruction interface: attribute targetassert_own_property: self does not have own property "ProcessingInstruction" expected property "ProcessingInstruction" missing
FAILProcessingInstruction must be primary interface of xmlDoc.createProcessingInstruction("abc", "def")assert_own_property: self does not have own property "ProcessingInstruction" expected property "ProcessingInstruction" missing
FAILStringification of xmlDoc.createProcessingInstruction("abc", "def")assert_class_string: class string of xmlDoc.createProcessingInstruction("abc", "def") expected "[object ProcessingInstruction]" but got "[object Object]"
FAILProcessingInstruction interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "target" with the proper typeassert_inherits: property "target" found on object expected in prototype chain
PASSCharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "data" with the proper type
PASSCharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "length" with the proper type
PASSCharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "substringData(unsigned long, unsigned long)" with the proper type
PASSCharacterData interface: calling substringData(unsigned long, unsigned long) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSCharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "appendData(DOMString)" with the proper type
PASSCharacterData interface: calling appendData(DOMString) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSCharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "insertData(unsigned long, DOMString)" with the proper type
PASSCharacterData interface: calling insertData(unsigned long, DOMString) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSCharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "deleteData(unsigned long, unsigned long)" with the proper type
PASSCharacterData interface: calling deleteData(unsigned long, unsigned long) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSCharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "replaceData(unsigned long, unsigned long, DOMString)" with the proper type
PASSCharacterData interface: calling replaceData(unsigned long, unsigned long, DOMString) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSCharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "previousElementSibling" with the proper type
PASSCharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "nextElementSibling" with the proper type
PASSCharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "before((Node or DOMString)...)" with the proper type
PASSCharacterData interface: calling before((Node or DOMString)...) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSCharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "after((Node or DOMString)...)" with the proper type
PASSCharacterData interface: calling after((Node or DOMString)...) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSCharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "replaceWith((Node or DOMString)...)" with the proper type
PASSCharacterData interface: calling replaceWith((Node or DOMString)...) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSCharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "remove()" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "ELEMENT_NODE" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "ATTRIBUTE_NODE" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "TEXT_NODE" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "CDATA_SECTION_NODE" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "ENTITY_REFERENCE_NODE" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "ENTITY_NODE" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "COMMENT_NODE" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "DOCUMENT_NODE" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "DOCUMENT_TYPE_NODE" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "NOTATION_NODE" with the proper type
FAILNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "nodeType" with the proper typeassert_inherits: property "nodeType" found on object expected in prototype chain
FAILNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "nodeName" with the proper typeassert_inherits: property "nodeName" found on object expected in prototype chain
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "baseURI" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "isConnected" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "ownerDocument" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "getRootNode(optional GetRootNodeOptions)" with the proper type
PASSNode interface: calling getRootNode(optional GetRootNodeOptions) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "parentNode" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "parentElement" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "hasChildNodes()" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "childNodes" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "firstChild" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "lastChild" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "previousSibling" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "nextSibling" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "nodeValue" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "textContent" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "normalize()" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "cloneNode(optional boolean)" with the proper type
PASSNode interface: calling cloneNode(optional boolean) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "isEqualNode(Node?)" with the proper type
FAILNode interface: calling isEqualNode(Node?) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "isSameNode(Node?)" with the proper type
FAILNode interface: calling isSameNode(Node?) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "compareDocumentPosition(Node)" with the proper type
PASSNode interface: calling compareDocumentPosition(Node) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "contains(Node?)" with the proper type
FAILNode interface: calling contains(Node?) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "lookupPrefix(DOMString?)" with the proper type
FAILNode interface: calling lookupPrefix(DOMString?) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "lookupNamespaceURI(DOMString?)" with the proper type
FAILNode interface: calling lookupNamespaceURI(DOMString?) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "isDefaultNamespace(DOMString?)" with the proper type
FAILNode interface: calling isDefaultNamespace(DOMString?) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "insertBefore(Node, Node?)" with the proper type
PASSNode interface: calling insertBefore(Node, Node?) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "appendChild(Node)" with the proper type
PASSNode interface: calling appendChild(Node) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "replaceChild(Node, Node)" with the proper type
FAILNode interface: calling replaceChild(Node, Node) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "HierarchyRequestError: replaceChild: abc nodes cannot have children" ("Hierar…
PASSNode interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "removeChild(Node)" with the proper type
PASSNode interface: calling removeChild(Node) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSEventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean)) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSEventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean)) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSEventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "dispatchEvent(Event)" with the proper type
PASSEventTarget interface: calling dispatchEvent(Event) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
PASSComment interface: existence and properties of interface object
FAILComment interface object lengthassert_equals: wrong value for Comment.length expected 0 but got 2
FAILComment interface object nameassert_equals: wrong value for Comment.name expected "Comment" but got "CommentNode"
PASSComment interface: existence and properties of interface prototype object
PASSComment interface: existence and properties of interface prototype object's "constructor" property
PASSComment interface: existence and properties of interface prototype object's @@unscopables property
PASSComment must be primary interface of document.createComment("abc")
FAILStringification of document.createComment("abc")assert_class_string: class string of document.createComment("abc") expected "[object Comment]" but got "[object Object]"
PASSCharacterData interface: document.createComment("abc") must inherit property "data" with the proper type
PASSCharacterData interface: document.createComment("abc") must inherit property "length" with the proper type
PASSCharacterData interface: document.createComment("abc") must inherit property "substringData(unsigned long, unsigned long)" with the proper type
PASSCharacterData interface: calling substringData(unsigned long, unsigned long) on document.createComment("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createComment("abc") must inherit property "appendData(DOMString)" with the proper type
PASSCharacterData interface: calling appendData(DOMString) on document.createComment("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createComment("abc") must inherit property "insertData(unsigned long, DOMString)" with the proper type
PASSCharacterData interface: calling insertData(unsigned long, DOMString) on document.createComment("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createComment("abc") must inherit property "deleteData(unsigned long, unsigned long)" with the proper type
PASSCharacterData interface: calling deleteData(unsigned long, unsigned long) on document.createComment("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createComment("abc") must inherit property "replaceData(unsigned long, unsigned long, DOMString)" with the proper type
PASSCharacterData interface: calling replaceData(unsigned long, unsigned long, DOMString) on document.createComment("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createComment("abc") must inherit property "previousElementSibling" with the proper type
PASSCharacterData interface: document.createComment("abc") must inherit property "nextElementSibling" with the proper type
PASSCharacterData interface: document.createComment("abc") must inherit property "before((Node or DOMString)...)" with the proper type
PASSCharacterData interface: calling before((Node or DOMString)...) on document.createComment("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createComment("abc") must inherit property "after((Node or DOMString)...)" with the proper type
PASSCharacterData interface: calling after((Node or DOMString)...) on document.createComment("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createComment("abc") must inherit property "replaceWith((Node or DOMString)...)" with the proper type
PASSCharacterData interface: calling replaceWith((Node or DOMString)...) on document.createComment("abc") with too few arguments must throw TypeError
PASSCharacterData interface: document.createComment("abc") must inherit property "remove()" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "ELEMENT_NODE" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "ATTRIBUTE_NODE" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "TEXT_NODE" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "CDATA_SECTION_NODE" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "ENTITY_REFERENCE_NODE" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "ENTITY_NODE" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "COMMENT_NODE" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "DOCUMENT_NODE" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "DOCUMENT_TYPE_NODE" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "NOTATION_NODE" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "nodeType" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "nodeName" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "baseURI" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "isConnected" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "ownerDocument" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "getRootNode(optional GetRootNodeOptions)" with the proper type
PASSNode interface: calling getRootNode(optional GetRootNodeOptions) on document.createComment("abc") with too few arguments must throw TypeError
PASSNode interface: document.createComment("abc") must inherit property "parentNode" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "parentElement" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "hasChildNodes()" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "childNodes" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "firstChild" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "lastChild" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "previousSibling" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "nextSibling" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "nodeValue" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "textContent" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "normalize()" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "cloneNode(optional boolean)" with the proper type
PASSNode interface: calling cloneNode(optional boolean) on document.createComment("abc") with too few arguments must throw TypeError
PASSNode interface: document.createComment("abc") must inherit property "isEqualNode(Node?)" with the proper type
FAILNode interface: calling isEqualNode(Node?) on document.createComment("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createComment("abc") must inherit property "isSameNode(Node?)" with the proper type
FAILNode interface: calling isSameNode(Node?) on document.createComment("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createComment("abc") must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type
PASSNode interface: document.createComment("abc") must inherit property "compareDocumentPosition(Node)" with the proper type
PASSNode interface: calling compareDocumentPosition(Node) on document.createComment("abc") with too few arguments must throw TypeError
PASSNode interface: document.createComment("abc") must inherit property "contains(Node?)" with the proper type
FAILNode interface: calling contains(Node?) on document.createComment("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createComment("abc") must inherit property "lookupPrefix(DOMString?)" with the proper type
FAILNode interface: calling lookupPrefix(DOMString?) on document.createComment("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createComment("abc") must inherit property "lookupNamespaceURI(DOMString?)" with the proper type
FAILNode interface: calling lookupNamespaceURI(DOMString?) on document.createComment("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createComment("abc") must inherit property "isDefaultNamespace(DOMString?)" with the proper type
FAILNode interface: calling isDefaultNamespace(DOMString?) on document.createComment("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSNode interface: document.createComment("abc") must inherit property "insertBefore(Node, Node?)" with the proper type
PASSNode interface: calling insertBefore(Node, Node?) on document.createComment("abc") with too few arguments must throw TypeError
PASSNode interface: document.createComment("abc") must inherit property "appendChild(Node)" with the proper type
PASSNode interface: calling appendChild(Node) on document.createComment("abc") with too few arguments must throw TypeError
PASSNode interface: document.createComment("abc") must inherit property "replaceChild(Node, Node)" with the proper type
FAILNode interface: calling replaceChild(Node, Node) on document.createComment("abc") with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "HierarchyRequestError: replaceChild: #comment nodes cannot have children" ("H…
PASSNode interface: document.createComment("abc") must inherit property "removeChild(Node)" with the proper type
PASSNode interface: calling removeChild(Node) on document.createComment("abc") with too few arguments must throw TypeError
PASSEventTarget interface: document.createComment("abc") must inherit property "addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean)) on document.createComment("abc") with too few arguments must throw TypeError
PASSEventTarget interface: document.createComment("abc") must inherit property "removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" with the proper type
PASSEventTarget interface: calling removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean)) on document.createComment("abc") with too few arguments must throw TypeError
PASSEventTarget interface: document.createComment("abc") must inherit property "dispatchEvent(Event)" with the proper type
PASSEventTarget interface: calling dispatchEvent(Event) on document.createComment("abc") with too few arguments must throw TypeError
FAILAbstractRange interface: existence and properties of interface objectassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
FAILAbstractRange interface object lengthassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
FAILAbstractRange interface object nameassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
FAILAbstractRange interface: existence and properties of interface prototype objectassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
FAILAbstractRange interface: existence and properties of interface prototype object's "constructor" propertyassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
FAILAbstractRange interface: existence and properties of interface prototype object's @@unscopables propertyassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
FAILAbstractRange interface: attribute startContainerassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
FAILAbstractRange interface: attribute startOffsetassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
FAILAbstractRange interface: attribute endContainerassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
FAILAbstractRange interface: attribute endOffsetassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
FAILAbstractRange interface: attribute collapsedassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
FAILStaticRange interface: existence and properties of interface objectassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
PASSStaticRange interface object length
FAILStaticRange interface object nameassert_equals: wrong value for StaticRange.name expected "StaticRange" but got "StaticRangeImpl"
FAILStaticRange interface: existence and properties of interface prototype objectassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
PASSStaticRange interface: existence and properties of interface prototype object's "constructor" property
PASSStaticRange interface: existence and properties of interface prototype object's @@unscopables property
FAILRange interface: existence and properties of interface objectassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
FAILRange interface object lengthassert_equals: wrong value for Range.length expected 0 but got 1
FAILRange interface object nameassert_equals: wrong value for Range.name expected "Range" but got "RangeImpl"
FAILRange interface: existence and properties of interface prototype objectassert_own_property: self does not have own property "AbstractRange" expected property "AbstractRange" missing
PASSRange interface: existence and properties of interface prototype object's "constructor" property
PASSRange interface: existence and properties of interface prototype object's @@unscopables property
FAILRange interface: attribute commonAncestorContainerassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILRange interface: operation setStart(Node, unsigned long)assert_true: property should be enumerable expected true got false
FAILRange interface: operation setEnd(Node, unsigned long)assert_true: property should be enumerable expected true got false
FAILRange interface: operation setStartBefore(Node)assert_true: property should be enumerable expected true got false
FAILRange interface: operation setStartAfter(Node)assert_true: property should be enumerable expected true got false
FAILRange interface: operation setEndBefore(Node)assert_true: property should be enumerable expected true got false
FAILRange interface: operation setEndAfter(Node)assert_true: property should be enumerable expected true got false
FAILRange interface: operation collapse(optional boolean)assert_true: property should be enumerable expected true got false
FAILRange interface: operation selectNode(Node)assert_true: property should be enumerable expected true got false
FAILRange interface: operation selectNodeContents(Node)assert_true: property should be enumerable expected true got false
FAILRange interface: constant START_TO_START on interface objectassert_false: property should not be writable expected false got true
FAILRange interface: constant START_TO_START on interface prototype objectassert_own_property: expected property "START_TO_START" missing
FAILRange interface: constant START_TO_END on interface objectassert_false: property should not be writable expected false got true
FAILRange interface: constant START_TO_END on interface prototype objectassert_own_property: expected property "START_TO_END" missing
FAILRange interface: constant END_TO_END on interface objectassert_false: property should not be writable expected false got true
FAILRange interface: constant END_TO_END on interface prototype objectassert_own_property: expected property "END_TO_END" missing
FAILRange interface: constant END_TO_START on interface objectassert_false: property should not be writable expected false got true
FAILRange interface: constant END_TO_START on interface prototype objectassert_own_property: expected property "END_TO_START" missing
FAILRange interface: operation compareBoundaryPoints(unsigned short, Range)assert_true: property should be enumerable expected true got false
FAILRange interface: operation deleteContents()assert_true: property should be enumerable expected true got false
FAILRange interface: operation extractContents()assert_true: property should be enumerable expected true got false
FAILRange interface: operation cloneContents()assert_true: property should be enumerable expected true got false
FAILRange interface: operation insertNode(Node)assert_true: property should be enumerable expected true got false
FAILRange interface: operation surroundContents(Node)assert_true: property should be enumerable expected true got false
FAILRange interface: operation cloneRange()assert_true: property should be enumerable expected true got false
FAILRange interface: operation detach()assert_true: property should be enumerable expected true got false
FAILRange interface: operation isPointInRange(Node, unsigned long)assert_true: property should be enumerable expected true got false
FAILRange interface: operation comparePoint(Node, unsigned long)assert_true: property should be enumerable expected true got false
FAILRange interface: operation intersectsNode(Node)assert_true: property should be enumerable expected true got false
FAILRange interface: stringifierassert_true: property should be enumerable expected true got false
PASSRange must be primary interface of document.createRange()
PASSStringification of document.createRange()
PASSRange interface: document.createRange() must inherit property "commonAncestorContainer" with the proper type
PASSRange interface: document.createRange() must inherit property "setStart(Node, unsigned long)" with the proper type
FAILRange interface: calling setStart(Node, unsigned long) on document.createRange() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSRange interface: document.createRange() must inherit property "setEnd(Node, unsigned long)" with the proper type
FAILRange interface: calling setEnd(Node, unsigned long) on document.createRange() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSRange interface: document.createRange() must inherit property "setStartBefore(Node)" with the proper type
FAILRange interface: calling setStartBefore(Node) on document.createRange() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidNodeTypeError: setStartBefore: node has no parent" ("InvalidNodeTypeEr…
PASSRange interface: document.createRange() must inherit property "setStartAfter(Node)" with the proper type
FAILRange interface: calling setStartAfter(Node) on document.createRange() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidNodeTypeError: setStartAfter: node has no parent" ("InvalidNodeTypeErr…
PASSRange interface: document.createRange() must inherit property "setEndBefore(Node)" with the proper type
FAILRange interface: calling setEndBefore(Node) on document.createRange() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidNodeTypeError: setEndBefore: node has no parent" ("InvalidNodeTypeErro…
PASSRange interface: document.createRange() must inherit property "setEndAfter(Node)" with the proper type
FAILRange interface: calling setEndAfter(Node) on document.createRange() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidNodeTypeError: setEndAfter: node has no parent" ("InvalidNodeTypeError…
PASSRange interface: document.createRange() must inherit property "collapse(optional boolean)" with the proper type
PASSRange interface: calling collapse(optional boolean) on document.createRange() with too few arguments must throw TypeError
PASSRange interface: document.createRange() must inherit property "selectNode(Node)" with the proper type
FAILRange interface: calling selectNode(Node) on document.createRange() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidNodeTypeError: selectNode: node has no parent" ("InvalidNodeTypeError"…
PASSRange interface: document.createRange() must inherit property "selectNodeContents(Node)" with the proper type
FAILRange interface: calling selectNodeContents(Node) on document.createRange() with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
FAILRange interface: document.createRange() must inherit property "START_TO_START" with the proper typeassert_inherits: property "START_TO_START" found on object expected in prototype chain
FAILRange interface: document.createRange() must inherit property "START_TO_END" with the proper typeassert_inherits: property "START_TO_END" found on object expected in prototype chain
FAILRange interface: document.createRange() must inherit property "END_TO_END" with the proper typeassert_inherits: property "END_TO_END" found on object expected in prototype chain
FAILRange interface: document.createRange() must inherit property "END_TO_START" with the proper typeassert_inherits: property "END_TO_START" found on object expected in prototype chain
PASSRange interface: document.createRange() must inherit property "compareBoundaryPoints(unsigned short, Range)" with the proper type
PASSRange interface: calling compareBoundaryPoints(unsigned short, Range) on document.createRange() with too few arguments must throw TypeError
PASSRange interface: document.createRange() must inherit property "deleteContents()" with the proper type
PASSRange interface: document.createRange() must inherit property "extractContents()" with the proper type
PASSRange interface: document.createRange() must inherit property "cloneContents()" with the proper type
PASSRange interface: document.createRange() must inherit property "insertNode(Node)" with the proper type
PASSRange interface: calling insertNode(Node) on document.createRange() with too few arguments must throw TypeError
PASSRange interface: document.createRange() must inherit property "surroundContents(Node)" with the proper type
PASSRange interface: calling surroundContents(Node) on document.createRange() with too few arguments must throw TypeError
PASSRange interface: document.createRange() must inherit property "cloneRange()" with the proper type
PASSRange interface: document.createRange() must inherit property "detach()" with the proper type
PASSRange interface: document.createRange() must inherit property "isPointInRange(Node, unsigned long)" with the proper type
FAILRange interface: calling isPointInRange(Node, unsigned long) on document.createRange() with too few arguments must throw TypeErrorassert_throws_js: Called with 1 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSRange interface: document.createRange() must inherit property "comparePoint(Node, unsigned long)" with the proper type
FAILRange interface: calling comparePoint(Node, unsigned long) on document.createRange() with too few arguments must throw TypeErrorassert_throws_js: Called with 1 arguments function "function() { fn.apply(obj, args); }" threw object "WrongDocumentError: comparePoint: node is in a different tree" ("WrongDocumen…
PASSRange interface: document.createRange() must inherit property "intersectsNode(Node)" with the proper type
PASSRange interface: calling intersectsNode(Node) on document.createRange() with too few arguments must throw TypeError
FAILAbstractRange interface: document.createRange() must inherit property "startContainer" with the proper typeassert_in_array: wrong type: not object or function value "undefined" not in array ["object", "function"]
PASSAbstractRange interface: document.createRange() must inherit property "startOffset" with the proper type
FAILAbstractRange interface: document.createRange() must inherit property "endContainer" with the proper typeassert_in_array: wrong type: not object or function value "undefined" not in array ["object", "function"]
PASSAbstractRange interface: document.createRange() must inherit property "endOffset" with the proper type
PASSAbstractRange interface: document.createRange() must inherit property "collapsed" with the proper type
PASSRange must be primary interface of detachedRange
PASSStringification of detachedRange
PASSRange interface: detachedRange must inherit property "commonAncestorContainer" with the proper type
PASSRange interface: detachedRange must inherit property "setStart(Node, unsigned long)" with the proper type
FAILRange interface: calling setStart(Node, unsigned long) on detachedRange with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSRange interface: detachedRange must inherit property "setEnd(Node, unsigned long)" with the proper type
FAILRange interface: calling setEnd(Node, unsigned long) on detachedRange with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSRange interface: detachedRange must inherit property "setStartBefore(Node)" with the proper type
FAILRange interface: calling setStartBefore(Node) on detachedRange with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidNodeTypeError: setStartBefore: node has no parent" ("InvalidNodeTypeEr…
PASSRange interface: detachedRange must inherit property "setStartAfter(Node)" with the proper type
FAILRange interface: calling setStartAfter(Node) on detachedRange with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidNodeTypeError: setStartAfter: node has no parent" ("InvalidNodeTypeErr…
PASSRange interface: detachedRange must inherit property "setEndBefore(Node)" with the proper type
FAILRange interface: calling setEndBefore(Node) on detachedRange with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidNodeTypeError: setEndBefore: node has no parent" ("InvalidNodeTypeErro…
PASSRange interface: detachedRange must inherit property "setEndAfter(Node)" with the proper type
FAILRange interface: calling setEndAfter(Node) on detachedRange with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidNodeTypeError: setEndAfter: node has no parent" ("InvalidNodeTypeError…
PASSRange interface: detachedRange must inherit property "collapse(optional boolean)" with the proper type
PASSRange interface: calling collapse(optional boolean) on detachedRange with too few arguments must throw TypeError
PASSRange interface: detachedRange must inherit property "selectNode(Node)" with the proper type
FAILRange interface: calling selectNode(Node) on detachedRange with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" threw object "InvalidNodeTypeError: selectNode: node has no parent" ("InvalidNodeTypeError"…
PASSRange interface: detachedRange must inherit property "selectNodeContents(Node)" with the proper type
FAILRange interface: calling selectNodeContents(Node) on detachedRange with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
FAILRange interface: detachedRange must inherit property "START_TO_START" with the proper typeassert_inherits: property "START_TO_START" found on object expected in prototype chain
FAILRange interface: detachedRange must inherit property "START_TO_END" with the proper typeassert_inherits: property "START_TO_END" found on object expected in prototype chain
FAILRange interface: detachedRange must inherit property "END_TO_END" with the proper typeassert_inherits: property "END_TO_END" found on object expected in prototype chain
FAILRange interface: detachedRange must inherit property "END_TO_START" with the proper typeassert_inherits: property "END_TO_START" found on object expected in prototype chain
PASSRange interface: detachedRange must inherit property "compareBoundaryPoints(unsigned short, Range)" with the proper type
PASSRange interface: calling compareBoundaryPoints(unsigned short, Range) on detachedRange with too few arguments must throw TypeError
PASSRange interface: detachedRange must inherit property "deleteContents()" with the proper type
PASSRange interface: detachedRange must inherit property "extractContents()" with the proper type
PASSRange interface: detachedRange must inherit property "cloneContents()" with the proper type
PASSRange interface: detachedRange must inherit property "insertNode(Node)" with the proper type
PASSRange interface: calling insertNode(Node) on detachedRange with too few arguments must throw TypeError
PASSRange interface: detachedRange must inherit property "surroundContents(Node)" with the proper type
PASSRange interface: calling surroundContents(Node) on detachedRange with too few arguments must throw TypeError
PASSRange interface: detachedRange must inherit property "cloneRange()" with the proper type
PASSRange interface: detachedRange must inherit property "detach()" with the proper type
PASSRange interface: detachedRange must inherit property "isPointInRange(Node, unsigned long)" with the proper type
FAILRange interface: calling isPointInRange(Node, unsigned long) on detachedRange with too few arguments must throw TypeErrorassert_throws_js: Called with 1 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSRange interface: detachedRange must inherit property "comparePoint(Node, unsigned long)" with the proper type
FAILRange interface: calling comparePoint(Node, unsigned long) on detachedRange with too few arguments must throw TypeErrorassert_throws_js: Called with 1 arguments function "function() { fn.apply(obj, args); }" threw object "WrongDocumentError: comparePoint: node is in a different tree" ("WrongDocumen…
PASSRange interface: detachedRange must inherit property "intersectsNode(Node)" with the proper type
PASSRange interface: calling intersectsNode(Node) on detachedRange with too few arguments must throw TypeError
FAILAbstractRange interface: detachedRange must inherit property "startContainer" with the proper typeassert_in_array: wrong type: not object or function value "undefined" not in array ["object", "function"]
PASSAbstractRange interface: detachedRange must inherit property "startOffset" with the proper type
FAILAbstractRange interface: detachedRange must inherit property "endContainer" with the proper typeassert_in_array: wrong type: not object or function value "undefined" not in array ["object", "function"]
PASSAbstractRange interface: detachedRange must inherit property "endOffset" with the proper type
PASSAbstractRange interface: detachedRange must inherit property "collapsed" with the proper type
FAILNodeIterator interface: existence and properties of interface objectassert_throws_js: interface object didn't throw TypeError when called as a constructor function "function() { new interface_object(); }" did not throw
FAILNodeIterator interface object lengthassert_equals: wrong value for NodeIterator.length expected 0 but got 3
PASSNodeIterator interface object name
PASSNodeIterator interface: existence and properties of interface prototype object
PASSNodeIterator interface: existence and properties of interface prototype object's "constructor" property
PASSNodeIterator interface: existence and properties of interface prototype object's @@unscopables property
FAILNodeIterator interface: attribute rootassert_true: The prototype object must have a property "root" expected true got false
FAILNodeIterator interface: attribute referenceNodeassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNodeIterator interface: attribute pointerBeforeReferenceNodeassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILNodeIterator interface: attribute whatToShowassert_true: The prototype object must have a property "whatToShow" expected true got false
FAILNodeIterator interface: attribute filterassert_true: The prototype object must have a property "filter" expected true got false
FAILNodeIterator interface: operation nextNode()assert_true: property should be enumerable expected true got false
FAILNodeIterator interface: operation previousNode()assert_true: property should be enumerable expected true got false
FAILNodeIterator interface: operation detach()assert_true: property should be enumerable expected true got false
PASSNodeIterator must be primary interface of document.createNodeIterator(document.body, NodeFilter.SHOW_ALL, null, false)
PASSStringification of document.createNodeIterator(document.body, NodeFilter.SHOW_ALL, null, false)
FAILNodeIterator interface: document.createNodeIterator(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "root" with the proper typeassert_inherits: property "root" found on object expected in prototype chain
PASSNodeIterator interface: document.createNodeIterator(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "referenceNode" with the proper type
PASSNodeIterator interface: document.createNodeIterator(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "pointerBeforeReferenceNode" with the proper type
FAILNodeIterator interface: document.createNodeIterator(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "whatToShow" with the proper typeassert_inherits: property "whatToShow" found on object expected in prototype chain
FAILNodeIterator interface: document.createNodeIterator(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "filter" with the proper typeassert_inherits: property "filter" found on object expected in prototype chain
PASSNodeIterator interface: document.createNodeIterator(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "nextNode()" with the proper type
PASSNodeIterator interface: document.createNodeIterator(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "previousNode()" with the proper type
PASSNodeIterator interface: document.createNodeIterator(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "detach()" with the proper type
FAILTreeWalker interface: existence and properties of interface objectassert_throws_js: interface object didn't throw TypeError when called as a constructor function "function() { new interface_object(); }" did not throw
FAILTreeWalker interface object lengthassert_equals: wrong value for TreeWalker.length expected 0 but got 3
PASSTreeWalker interface object name
PASSTreeWalker interface: existence and properties of interface prototype object
PASSTreeWalker interface: existence and properties of interface prototype object's "constructor" property
PASSTreeWalker interface: existence and properties of interface prototype object's @@unscopables property
FAILTreeWalker interface: attribute rootassert_true: The prototype object must have a property "root" expected true got false
FAILTreeWalker interface: attribute whatToShowassert_true: The prototype object must have a property "whatToShow" expected true got false
FAILTreeWalker interface: attribute filterassert_true: The prototype object must have a property "filter" expected true got false
FAILTreeWalker interface: attribute currentNodeassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILTreeWalker interface: operation parentNode()assert_true: property should be enumerable expected true got false
FAILTreeWalker interface: operation firstChild()assert_true: property should be enumerable expected true got false
FAILTreeWalker interface: operation lastChild()assert_true: property should be enumerable expected true got false
FAILTreeWalker interface: operation previousSibling()assert_true: property should be enumerable expected true got false
FAILTreeWalker interface: operation nextSibling()assert_true: property should be enumerable expected true got false
FAILTreeWalker interface: operation previousNode()assert_true: property should be enumerable expected true got false
FAILTreeWalker interface: operation nextNode()assert_true: property should be enumerable expected true got false
PASSTreeWalker must be primary interface of document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, null, false)
PASSStringification of document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, null, false)
FAILTreeWalker interface: document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "root" with the proper typeassert_inherits: property "root" found on object expected in prototype chain
FAILTreeWalker interface: document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "whatToShow" with the proper typeassert_inherits: property "whatToShow" found on object expected in prototype chain
FAILTreeWalker interface: document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "filter" with the proper typeassert_inherits: property "filter" found on object expected in prototype chain
PASSTreeWalker interface: document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "currentNode" with the proper type
PASSTreeWalker interface: document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "parentNode()" with the proper type
PASSTreeWalker interface: document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "firstChild()" with the proper type
PASSTreeWalker interface: document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "lastChild()" with the proper type
PASSTreeWalker interface: document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "previousSibling()" with the proper type
PASSTreeWalker interface: document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "nextSibling()" with the proper type
PASSTreeWalker interface: document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "previousNode()" with the proper type
PASSTreeWalker interface: document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "nextNode()" with the proper type
FAILNodeFilter interface: existence and properties of interface objectassert_equals: prototype of self's property "NodeFilter" is not Object.prototype expected (function) function "function () { [native code] }" but got (object) object "[object Object]"
FAILNodeFilter interface object nameassert_own_property: expected property "name" missing
PASSNodeFilter interface: existence and properties of interface prototype object
PASSNodeFilter interface: existence and properties of interface prototype object's "constructor" property
PASSNodeFilter interface: existence and properties of interface prototype object's @@unscopables property
PASSNodeFilter interface: constant FILTER_ACCEPT on interface object
PASSNodeFilter interface: constant FILTER_ACCEPT on interface prototype object
PASSNodeFilter interface: constant FILTER_REJECT on interface object
PASSNodeFilter interface: constant FILTER_REJECT on interface prototype object
PASSNodeFilter interface: constant FILTER_SKIP on interface object
PASSNodeFilter interface: constant FILTER_SKIP on interface prototype object
PASSNodeFilter interface: constant SHOW_ALL on interface object
PASSNodeFilter interface: constant SHOW_ALL on interface prototype object
PASSNodeFilter interface: constant SHOW_ELEMENT on interface object
PASSNodeFilter interface: constant SHOW_ELEMENT on interface prototype object
PASSNodeFilter interface: constant SHOW_ATTRIBUTE on interface object
PASSNodeFilter interface: constant SHOW_ATTRIBUTE on interface prototype object
PASSNodeFilter interface: constant SHOW_TEXT on interface object
PASSNodeFilter interface: constant SHOW_TEXT on interface prototype object
PASSNodeFilter interface: constant SHOW_CDATA_SECTION on interface object
PASSNodeFilter interface: constant SHOW_CDATA_SECTION on interface prototype object
PASSNodeFilter interface: constant SHOW_ENTITY_REFERENCE on interface object
PASSNodeFilter interface: constant SHOW_ENTITY_REFERENCE on interface prototype object
PASSNodeFilter interface: constant SHOW_ENTITY on interface object
PASSNodeFilter interface: constant SHOW_ENTITY on interface prototype object
PASSNodeFilter interface: constant SHOW_PROCESSING_INSTRUCTION on interface object
PASSNodeFilter interface: constant SHOW_PROCESSING_INSTRUCTION on interface prototype object
PASSNodeFilter interface: constant SHOW_COMMENT on interface object
PASSNodeFilter interface: constant SHOW_COMMENT on interface prototype object
PASSNodeFilter interface: constant SHOW_DOCUMENT on interface object
PASSNodeFilter interface: constant SHOW_DOCUMENT on interface prototype object
PASSNodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface object
PASSNodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface prototype object
PASSNodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface object
PASSNodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface prototype object
PASSNodeFilter interface: constant SHOW_NOTATION on interface object
PASSNodeFilter interface: constant SHOW_NOTATION on interface prototype object
PASSNodeFilter interface: operation acceptNode(Node)
FAILDOMTokenList interface: existence and properties of interface objectassert_throws_js: interface object didn't throw TypeError when called as a constructor function "function() { new interface_object(); }" did not throw
PASSDOMTokenList interface object length
FAILDOMTokenList interface object nameassert_equals: wrong value for DOMTokenList.name expected "DOMTokenList" but got "DOMTokenListCls"
PASSDOMTokenList interface: existence and properties of interface prototype object
PASSDOMTokenList interface: existence and properties of interface prototype object's "constructor" property
PASSDOMTokenList interface: existence and properties of interface prototype object's @@unscopables property
FAILDOMTokenList interface: attribute lengthassert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw
FAILDOMTokenList interface: operation item(unsigned long)assert_true: property should be enumerable expected true got false
FAILDOMTokenList interface: operation contains(DOMString)assert_true: property should be enumerable expected true got false
FAILDOMTokenList interface: operation add(DOMString...)assert_own_property: interface prototype object missing non-static operation expected property "add" missing
FAILDOMTokenList interface: operation remove(DOMString...)assert_own_property: interface prototype object missing non-static operation expected property "remove" missing
FAILDOMTokenList interface: operation toggle(DOMString, optional boolean)assert_own_property: interface prototype object missing non-static operation expected property "toggle" missing
FAILDOMTokenList interface: operation replace(DOMString, DOMString)assert_own_property: interface prototype object missing non-static operation expected property "replace" missing
FAILDOMTokenList interface: operation supports(DOMString)assert_own_property: interface prototype object missing non-static operation expected property "supports" missing
FAILDOMTokenList interface: attribute valueassert_true: The prototype object must have a property "value" expected true got false
FAILDOMTokenList interface: stringifierassert_own_property: interface prototype object missing non-static operation expected property "toString" missing
FAILDOMTokenList interface: iterable<DOMString>Cannot read properties of undefined (reading 'value')
PASSDOMTokenList must be primary interface of document.body.classList
PASSStringification of document.body.classList
FAILDOMTokenList interface: document.body.classList must inherit property "length" with the proper typeassert_inherits: property "length" found on object expected in prototype chain
PASSDOMTokenList interface: document.body.classList must inherit property "item(unsigned long)" with the proper type
FAILDOMTokenList interface: calling item(unsigned long) on document.body.classList with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
PASSDOMTokenList interface: document.body.classList must inherit property "contains(DOMString)" with the proper type
FAILDOMTokenList interface: calling contains(DOMString) on document.body.classList with too few arguments must throw TypeErrorassert_throws_js: Called with 0 arguments function "function() { fn.apply(obj, args); }" did not throw
FAILDOMTokenList interface: document.body.classList must inherit property "add(DOMString...)" with the proper typeassert_inherits: property "add" not found in prototype chain
FAILDOMTokenList interface: calling add(DOMString...) on document.body.classList with too few arguments must throw TypeErrorassert_inherits: property "add" not found in prototype chain
FAILDOMTokenList interface: document.body.classList must inherit property "remove(DOMString...)" with the proper typeassert_inherits: property "remove" not found in prototype chain
FAILDOMTokenList interface: calling remove(DOMString...) on document.body.classList with too few arguments must throw TypeErrorassert_inherits: property "remove" not found in prototype chain
FAILDOMTokenList interface: document.body.classList must inherit property "toggle(DOMString, optional boolean)" with the proper typeassert_inherits: property "toggle" not found in prototype chain
FAILDOMTokenList interface: calling toggle(DOMString, optional boolean) on document.body.classList with too few arguments must throw TypeErrorassert_inherits: property "toggle" not found in prototype chain
FAILDOMTokenList interface: document.body.classList must inherit property "replace(DOMString, DOMString)" with the proper typeassert_inherits: property "replace" not found in prototype chain
FAILDOMTokenList interface: calling replace(DOMString, DOMString) on document.body.classList with too few arguments must throw TypeErrorassert_inherits: property "replace" not found in prototype chain
FAILDOMTokenList interface: document.body.classList must inherit property "supports(DOMString)" with the proper typeassert_inherits: property "supports" not found in prototype chain
FAILDOMTokenList interface: calling supports(DOMString) on document.body.classList with too few arguments must throw TypeErrorassert_inherits: property "supports" not found in prototype chain
PASSDOMTokenList interface: document.body.classList must inherit property "value" with the proper type
FAILXPathResult interface: existence and properties of interface objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface object lengthassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface object nameassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: existence and properties of interface prototype objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: existence and properties of interface prototype object's "constructor" propertyassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: existence and properties of interface prototype object's @@unscopables propertyassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant ANY_TYPE on interface objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant ANY_TYPE on interface prototype objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant NUMBER_TYPE on interface objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant NUMBER_TYPE on interface prototype objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant STRING_TYPE on interface objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant STRING_TYPE on interface prototype objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant BOOLEAN_TYPE on interface objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant BOOLEAN_TYPE on interface prototype objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant UNORDERED_NODE_ITERATOR_TYPE on interface objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant UNORDERED_NODE_ITERATOR_TYPE on interface prototype objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant ORDERED_NODE_ITERATOR_TYPE on interface objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant ORDERED_NODE_ITERATOR_TYPE on interface prototype objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant UNORDERED_NODE_SNAPSHOT_TYPE on interface objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant UNORDERED_NODE_SNAPSHOT_TYPE on interface prototype objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant ORDERED_NODE_SNAPSHOT_TYPE on interface objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant ORDERED_NODE_SNAPSHOT_TYPE on interface prototype objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant ANY_UNORDERED_NODE_TYPE on interface objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant ANY_UNORDERED_NODE_TYPE on interface prototype objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant FIRST_ORDERED_NODE_TYPE on interface objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: constant FIRST_ORDERED_NODE_TYPE on interface prototype objectassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: attribute resultTypeassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: attribute numberValueassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: attribute stringValueassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: attribute booleanValueassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: attribute singleNodeValueassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: attribute invalidIteratorStateassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: attribute snapshotLengthassert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: operation iterateNext()assert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult interface: operation snapshotItem(unsigned long)assert_own_property: self does not have own property "XPathResult" expected property "XPathResult" missing
FAILXPathResult must be primary interface of document.evaluate("//*", document.body)assert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILStringification of document.evaluate("//*", document.body)assert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "ANY_TYPE" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "NUMBER_TYPE" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "STRING_TYPE" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "BOOLEAN_TYPE" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "UNORDERED_NODE_ITERATOR_TYPE" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "ORDERED_NODE_ITERATOR_TYPE" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "UNORDERED_NODE_SNAPSHOT_TYPE" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "ORDERED_NODE_SNAPSHOT_TYPE" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "ANY_UNORDERED_NODE_TYPE" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "FIRST_ORDERED_NODE_TYPE" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "resultType" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "numberValue" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "stringValue" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "booleanValue" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "singleNodeValue" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "invalidIteratorState" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "snapshotLength" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "iterateNext()" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: document.evaluate("//*", document.body) must inherit property "snapshotItem(unsigned long)" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathResult interface: calling snapshotItem(unsigned long) on document.evaluate("//*", document.body) with too few arguments must throw TypeErrorassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathExpression interface: existence and properties of interface objectassert_own_property: self does not have own property "XPathExpression" expected property "XPathExpression" missing
FAILXPathExpression interface object lengthassert_own_property: self does not have own property "XPathExpression" expected property "XPathExpression" missing
FAILXPathExpression interface object nameassert_own_property: self does not have own property "XPathExpression" expected property "XPathExpression" missing
FAILXPathExpression interface: existence and properties of interface prototype objectassert_own_property: self does not have own property "XPathExpression" expected property "XPathExpression" missing
FAILXPathExpression interface: existence and properties of interface prototype object's "constructor" propertyassert_own_property: self does not have own property "XPathExpression" expected property "XPathExpression" missing
FAILXPathExpression interface: existence and properties of interface prototype object's @@unscopables propertyassert_own_property: self does not have own property "XPathExpression" expected property "XPathExpression" missing
FAILXPathExpression interface: operation evaluate(Node, optional unsigned short, optional XPathResult?)assert_own_property: self does not have own property "XPathExpression" expected property "XPathExpression" missing
FAILXPathExpression must be primary interface of document.createExpression("//*")assert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILStringification of document.createExpression("//*")assert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathExpression interface: document.createExpression("//*") must inherit property "evaluate(Node, optional unsigned short, optional XPathResult?)" with the proper typeassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
FAILXPathExpression interface: calling evaluate(Node, optional unsigned short, optional XPathResult?) on document.createExpression("//*") with too few arguments must throw TypeErrorassert_equals: Unexpected exception when evaluating object expected (object) null but got (string) "TypeError: not a callable function"
PASSXPathNSResolver interface: existence and properties of interface object
PASSXPathNSResolver interface: existence and properties of interface prototype object
PASSXPathNSResolver interface: existence and properties of interface prototype object's "constructor" property
PASSXPathNSResolver interface: existence and properties of interface prototype object's @@unscopables property
PASSXPathNSResolver interface: operation lookupNamespaceURI(DOMString?)

bundle built 2026-07-16T07:16:48.063Z