| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 Found 1570 tests; 1568 PASS, 2 FAIL, 0 TIMEOUT, 0 NOTRUN. | |
| 3 PASS Test driver | |
| 4 PASS Event interface: existence and properties of interface object | |
| 5 PASS Event interface object length | |
| 6 PASS Event interface object name | |
| 7 PASS Event interface: existence and properties of interface prototype object | |
| 8 PASS Event interface: existence and properties of interface prototype object's "
constructor" property | |
| 9 PASS Event interface: attribute type | |
| 10 PASS Event interface: attribute target | |
| 11 PASS Event interface: attribute currentTarget | |
| 12 PASS Event interface: constant NONE on interface object | |
| 13 PASS Event interface: constant NONE on interface prototype object | |
| 14 PASS Event interface: constant CAPTURING_PHASE on interface object | |
| 15 PASS Event interface: constant CAPTURING_PHASE on interface prototype object | |
| 16 PASS Event interface: constant AT_TARGET on interface object | |
| 17 PASS Event interface: constant AT_TARGET on interface prototype object | |
| 18 PASS Event interface: constant BUBBLING_PHASE on interface object | |
| 19 PASS Event interface: constant BUBBLING_PHASE on interface prototype object | |
| 20 PASS Event interface: attribute eventPhase | |
| 21 PASS Event interface: operation stopPropagation() | |
| 22 PASS Event interface: operation stopImmediatePropagation() | |
| 23 PASS Event interface: attribute bubbles | |
| 24 PASS Event interface: attribute cancelable | |
| 25 PASS Event interface: operation preventDefault() | |
| 26 PASS Event interface: attribute defaultPrevented | |
| 27 PASS Event interface: attribute timeStamp | |
| 28 PASS Event interface: operation initEvent(DOMString,boolean,boolean) | |
| 29 PASS Event interface: document.createEvent("Event") must inherit property "type"
with the proper type (0) | |
| 30 PASS Event interface: document.createEvent("Event") must inherit property "targe
t" with the proper type (1) | |
| 31 PASS Event interface: document.createEvent("Event") must inherit property "curre
ntTarget" with the proper type (2) | |
| 32 PASS Event interface: document.createEvent("Event") must inherit property "NONE"
with the proper type (3) | |
| 33 PASS Event interface: document.createEvent("Event") must inherit property "CAPTU
RING_PHASE" with the proper type (4) | |
| 34 PASS Event interface: document.createEvent("Event") must inherit property "AT_TA
RGET" with the proper type (5) | |
| 35 PASS Event interface: document.createEvent("Event") must inherit property "BUBBL
ING_PHASE" with the proper type (6) | |
| 36 PASS Event interface: document.createEvent("Event") must inherit property "event
Phase" with the proper type (7) | |
| 37 PASS Event interface: document.createEvent("Event") must inherit property "stopP
ropagation" with the proper type (8) | |
| 38 PASS Event interface: document.createEvent("Event") must inherit property "stopI
mmediatePropagation" with the proper type (9) | |
| 39 PASS Event interface: document.createEvent("Event") must inherit property "bubbl
es" with the proper type (10) | |
| 40 PASS Event interface: document.createEvent("Event") must inherit property "cance
lable" with the proper type (11) | |
| 41 PASS Event interface: document.createEvent("Event") must inherit property "preve
ntDefault" with the proper type (12) | |
| 42 PASS Event interface: document.createEvent("Event") must inherit property "defau
ltPrevented" with the proper type (13) | |
| 43 PASS Event interface: document.createEvent("Event") must have own property "isTr
usted" | |
| 44 PASS Event interface: document.createEvent("Event") must inherit property "timeS
tamp" with the proper type (15) | |
| 45 PASS Event interface: document.createEvent("Event") must inherit property "initE
vent" with the proper type (16) | |
| 46 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on document.c
reateEvent("Event") with too few arguments must throw TypeError | |
| 47 PASS Event interface: new Event("foo") must inherit property "type" with the pro
per type (0) | |
| 48 PASS Event interface: new Event("foo") must inherit property "target" with the p
roper type (1) | |
| 49 PASS Event interface: new Event("foo") must inherit property "currentTarget" wit
h the proper type (2) | |
| 50 PASS Event interface: new Event("foo") must inherit property "NONE" with the pro
per type (3) | |
| 51 PASS Event interface: new Event("foo") must inherit property "CAPTURING_PHASE" w
ith the proper type (4) | |
| 52 PASS Event interface: new Event("foo") must inherit property "AT_TARGET" with th
e proper type (5) | |
| 53 PASS Event interface: new Event("foo") must inherit property "BUBBLING_PHASE" wi
th the proper type (6) | |
| 54 PASS Event interface: new Event("foo") must inherit property "eventPhase" with t
he proper type (7) | |
| 55 PASS Event interface: new Event("foo") must inherit property "stopPropagation" w
ith the proper type (8) | |
| 56 PASS Event interface: new Event("foo") must inherit property "stopImmediatePropa
gation" with the proper type (9) | |
| 57 PASS Event interface: new Event("foo") must inherit property "bubbles" with the
proper type (10) | |
| 58 PASS Event interface: new Event("foo") must inherit property "cancelable" with t
he proper type (11) | |
| 59 PASS Event interface: new Event("foo") must inherit property "preventDefault" wi
th the proper type (12) | |
| 60 PASS Event interface: new Event("foo") must inherit property "defaultPrevented"
with the proper type (13) | |
| 61 PASS Event interface: new Event("foo") must have own property "isTrusted" | |
| 62 PASS Event interface: new Event("foo") must inherit property "timeStamp" with th
e proper type (15) | |
| 63 PASS Event interface: new Event("foo") must inherit property "initEvent" with th
e proper type (16) | |
| 64 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on new Event(
"foo") with too few arguments must throw TypeError | |
| 65 PASS CustomEvent interface: existence and properties of interface object | |
| 66 PASS CustomEvent interface object length | |
| 67 PASS CustomEvent interface object name | |
| 68 PASS CustomEvent interface: existence and properties of interface prototype obje
ct | |
| 69 PASS CustomEvent interface: existence and properties of interface prototype obje
ct's "constructor" property | |
| 70 PASS CustomEvent interface: attribute detail | |
| 71 PASS CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean,
any) | |
| 72 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "detail
" with the proper type (0) | |
| 73 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "initCu
stomEvent" with the proper type (1) | |
| 74 PASS CustomEvent interface: calling initCustomEvent(DOMString,boolean,boolean,an
y) on new CustomEvent("foo") with too few arguments must throw TypeError | |
| 75 PASS Event interface: new CustomEvent("foo") must inherit property "type" with t
he proper type (0) | |
| 76 PASS Event interface: new CustomEvent("foo") must inherit property "target" with
the proper type (1) | |
| 77 PASS Event interface: new CustomEvent("foo") must inherit property "currentTarge
t" with the proper type (2) | |
| 78 PASS Event interface: new CustomEvent("foo") must inherit property "NONE" with t
he proper type (3) | |
| 79 PASS Event interface: new CustomEvent("foo") must inherit property "CAPTURING_PH
ASE" with the proper type (4) | |
| 80 PASS Event interface: new CustomEvent("foo") must inherit property "AT_TARGET" w
ith the proper type (5) | |
| 81 PASS Event interface: new CustomEvent("foo") must inherit property "BUBBLING_PHA
SE" with the proper type (6) | |
| 82 PASS Event interface: new CustomEvent("foo") must inherit property "eventPhase"
with the proper type (7) | |
| 83 PASS Event interface: new CustomEvent("foo") must inherit property "stopPropagat
ion" with the proper type (8) | |
| 84 PASS Event interface: new CustomEvent("foo") must inherit property "stopImmediat
ePropagation" with the proper type (9) | |
| 85 PASS Event interface: new CustomEvent("foo") must inherit property "bubbles" wit
h the proper type (10) | |
| 86 PASS Event interface: new CustomEvent("foo") must inherit property "cancelable"
with the proper type (11) | |
| 87 PASS Event interface: new CustomEvent("foo") must inherit property "preventDefau
lt" with the proper type (12) | |
| 88 PASS Event interface: new CustomEvent("foo") must inherit property "defaultPreve
nted" with the proper type (13) | |
| 89 PASS Event interface: new CustomEvent("foo") must have own property "isTrusted" | |
| 90 PASS Event interface: new CustomEvent("foo") must inherit property "timeStamp" w
ith the proper type (15) | |
| 91 PASS Event interface: new CustomEvent("foo") must inherit property "initEvent" w
ith the proper type (16) | |
| 92 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on new Custom
Event("foo") with too few arguments must throw TypeError | |
| 93 PASS EventTarget interface: existence and properties of interface object | |
| 94 PASS EventTarget interface object length | |
| 95 PASS EventTarget interface object name | |
| 96 PASS EventTarget interface: existence and properties of interface prototype obje
ct | |
| 97 PASS EventTarget interface: existence and properties of interface prototype obje
ct's "constructor" property | |
| 98 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,[
object Object],[object Object]) | |
| 99 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene
r,[object Object],[object Object]) | |
| 100 PASS EventTarget interface: operation dispatchEvent(Event) | |
| 101 PASS EventListener interface: existence and properties of interface object | |
| 102 PASS EventListener interface: existence and properties of interface prototype ob
ject | |
| 103 PASS EventListener interface: existence and properties of interface prototype ob
ject's "constructor" property | |
| 104 PASS EventListener interface: operation handleEvent(Event) | |
| 105 PASS NodeList interface: existence and properties of interface object | |
| 106 PASS NodeList interface object length | |
| 107 PASS NodeList interface object name | |
| 108 PASS NodeList interface: existence and properties of interface prototype object | |
| 109 PASS NodeList interface: existence and properties of interface prototype object'
s "constructor" property | |
| 110 PASS NodeList interface: operation item(unsigned long) | |
| 111 PASS NodeList interface: attribute length | |
| 112 PASS NodeList interface: document.querySelectorAll("script") must inherit proper
ty "item" with the proper type (0) | |
| 113 PASS NodeList interface: calling item(unsigned long) on document.querySelectorAl
l("script") with too few arguments must throw TypeError | |
| 114 PASS NodeList interface: document.querySelectorAll("script") must inherit proper
ty "length" with the proper type (1) | |
| 115 PASS HTMLCollection interface: existence and properties of interface object | |
| 116 PASS HTMLCollection interface object length | |
| 117 PASS HTMLCollection interface object name | |
| 118 PASS HTMLCollection interface: existence and properties of interface prototype o
bject | |
| 119 PASS HTMLCollection interface: existence and properties of interface prototype o
bject's "constructor" property | |
| 120 PASS HTMLCollection interface: attribute length | |
| 121 PASS HTMLCollection interface: operation item(unsigned long) | |
| 122 PASS HTMLCollection interface: operation namedItem(DOMString) | |
| 123 PASS HTMLCollection interface: document.body.children must inherit property "len
gth" with the proper type (0) | |
| 124 PASS HTMLCollection interface: document.body.children must inherit property "ite
m" with the proper type (1) | |
| 125 PASS HTMLCollection interface: calling item(unsigned long) on document.body.chil
dren with too few arguments must throw TypeError | |
| 126 PASS HTMLCollection interface: document.body.children must inherit property "nam
edItem" with the proper type (2) | |
| 127 PASS HTMLCollection interface: calling namedItem(DOMString) on document.body.chi
ldren with too few arguments must throw TypeError | |
| 128 PASS MutationObserver interface: existence and properties of interface object | |
| 129 PASS MutationObserver interface object length | |
| 130 PASS MutationObserver interface object name | |
| 131 PASS MutationObserver interface: existence and properties of interface prototype
object | |
| 132 PASS MutationObserver interface: existence and properties of interface prototype
object's "constructor" property | |
| 133 PASS MutationObserver interface: operation observe(Node,MutationObserverInit) | |
| 134 PASS MutationObserver interface: operation disconnect() | |
| 135 PASS MutationObserver interface: operation takeRecords() | |
| 136 PASS MutationRecord interface: existence and properties of interface object | |
| 137 PASS MutationRecord interface object length | |
| 138 PASS MutationRecord interface object name | |
| 139 PASS MutationRecord interface: existence and properties of interface prototype o
bject | |
| 140 PASS MutationRecord interface: existence and properties of interface prototype o
bject's "constructor" property | |
| 141 PASS MutationRecord interface: attribute type | |
| 142 PASS MutationRecord interface: attribute target | |
| 143 PASS MutationRecord interface: attribute addedNodes | |
| 144 PASS MutationRecord interface: attribute removedNodes | |
| 145 PASS MutationRecord interface: attribute previousSibling | |
| 146 PASS MutationRecord interface: attribute nextSibling | |
| 147 PASS MutationRecord interface: attribute attributeName | |
| 148 PASS MutationRecord interface: attribute attributeNamespace | |
| 149 PASS MutationRecord interface: attribute oldValue | |
| 150 PASS Node interface: existence and properties of interface object | |
| 151 PASS Node interface object length | |
| 152 PASS Node interface object name | |
| 153 PASS Node interface: existence and properties of interface prototype object | |
| 154 PASS Node interface: existence and properties of interface prototype object's "c
onstructor" property | |
| 155 PASS Node interface: constant ELEMENT_NODE on interface object | |
| 156 PASS Node interface: constant ELEMENT_NODE on interface prototype object | |
| 157 PASS Node interface: constant ATTRIBUTE_NODE on interface object | |
| 158 PASS Node interface: constant ATTRIBUTE_NODE on interface prototype object | |
| 159 PASS Node interface: constant TEXT_NODE on interface object | |
| 160 PASS Node interface: constant TEXT_NODE on interface prototype object | |
| 161 PASS Node interface: constant CDATA_SECTION_NODE on interface object | |
| 162 PASS Node interface: constant CDATA_SECTION_NODE on interface prototype object | |
| 163 PASS Node interface: constant ENTITY_REFERENCE_NODE on interface object | |
| 164 PASS Node interface: constant ENTITY_REFERENCE_NODE on interface prototype objec
t | |
| 165 PASS Node interface: constant ENTITY_NODE on interface object | |
| 166 PASS Node interface: constant ENTITY_NODE on interface prototype object | |
| 167 PASS Node interface: constant PROCESSING_INSTRUCTION_NODE on interface object | |
| 168 PASS Node interface: constant PROCESSING_INSTRUCTION_NODE on interface prototype
object | |
| 169 PASS Node interface: constant COMMENT_NODE on interface object | |
| 170 PASS Node interface: constant COMMENT_NODE on interface prototype object | |
| 171 PASS Node interface: constant DOCUMENT_NODE on interface object | |
| 172 PASS Node interface: constant DOCUMENT_NODE on interface prototype object | |
| 173 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface object | |
| 174 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface prototype object | |
| 175 PASS Node interface: constant DOCUMENT_FRAGMENT_NODE on interface object | |
| 176 PASS Node interface: constant DOCUMENT_FRAGMENT_NODE on interface prototype obje
ct | |
| 177 PASS Node interface: constant NOTATION_NODE on interface object | |
| 178 PASS Node interface: constant NOTATION_NODE on interface prototype object | |
| 179 PASS Node interface: attribute nodeType | |
| 180 PASS Node interface: attribute nodeName | |
| 181 PASS Node interface: attribute baseURI | |
| 182 PASS Node interface: attribute isConnected | |
| 183 PASS Node interface: attribute ownerDocument | |
| 184 PASS Node interface: operation getRootNode(GetRootNodeOptions) | |
| 185 PASS Node interface: attribute parentNode | |
| 186 PASS Node interface: attribute parentElement | |
| 187 PASS Node interface: operation hasChildNodes() | |
| 188 PASS Node interface: attribute childNodes | |
| 189 PASS Node interface: attribute firstChild | |
| 190 PASS Node interface: attribute lastChild | |
| 191 PASS Node interface: attribute previousSibling | |
| 192 PASS Node interface: attribute nextSibling | |
| 193 PASS Node interface: attribute nodeValue | |
| 194 PASS Node interface: attribute textContent | |
| 195 PASS Node interface: operation normalize() | |
| 196 PASS Node interface: operation cloneNode(boolean) | |
| 197 PASS Node interface: operation isEqualNode(Node) | |
| 198 PASS Node interface: operation isSameNode(Node) | |
| 199 PASS Node interface: constant DOCUMENT_POSITION_DISCONNECTED on interface object
| |
| 200 PASS Node interface: constant DOCUMENT_POSITION_DISCONNECTED on interface protot
ype object | |
| 201 PASS Node interface: constant DOCUMENT_POSITION_PRECEDING on interface object | |
| 202 PASS Node interface: constant DOCUMENT_POSITION_PRECEDING on interface prototype
object | |
| 203 PASS Node interface: constant DOCUMENT_POSITION_FOLLOWING on interface object | |
| 204 PASS Node interface: constant DOCUMENT_POSITION_FOLLOWING on interface prototype
object | |
| 205 PASS Node interface: constant DOCUMENT_POSITION_CONTAINS on interface object | |
| 206 PASS Node interface: constant DOCUMENT_POSITION_CONTAINS on interface prototype
object | |
| 207 PASS Node interface: constant DOCUMENT_POSITION_CONTAINED_BY on interface object
| |
| 208 PASS Node interface: constant DOCUMENT_POSITION_CONTAINED_BY on interface protot
ype object | |
| 209 PASS Node interface: constant DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC on inter
face object | |
| 210 PASS Node interface: constant DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC on inter
face prototype object | |
| 211 PASS Node interface: operation compareDocumentPosition(Node) | |
| 212 PASS Node interface: operation contains(Node) | |
| 213 PASS Node interface: operation lookupPrefix(DOMString) | |
| 214 PASS Node interface: operation lookupNamespaceURI(DOMString) | |
| 215 PASS Node interface: operation isDefaultNamespace(DOMString) | |
| 216 PASS Node interface: operation insertBefore(Node,Node) | |
| 217 PASS Node interface: operation appendChild(Node) | |
| 218 PASS Node interface: operation replaceChild(Node,Node) | |
| 219 PASS Node interface: operation removeChild(Node) | |
| 220 PASS Document interface: existence and properties of interface object | |
| 221 PASS Document interface object length | |
| 222 PASS Document interface object name | |
| 223 PASS Document interface: existence and properties of interface prototype object | |
| 224 PASS Document interface: existence and properties of interface prototype object'
s "constructor" property | |
| 225 PASS Document interface: attribute implementation | |
| 226 PASS Document interface: attribute URL | |
| 227 PASS Document interface: attribute documentURI | |
| 228 PASS Document interface: attribute origin | |
| 229 PASS Document interface: attribute compatMode | |
| 230 PASS Document interface: attribute characterSet | |
| 231 PASS Document interface: attribute charset | |
| 232 PASS Document interface: attribute inputEncoding | |
| 233 PASS Document interface: attribute contentType | |
| 234 PASS Document interface: attribute doctype | |
| 235 PASS Document interface: attribute documentElement | |
| 236 PASS Document interface: operation getElementsByTagName(DOMString) | |
| 237 PASS Document interface: operation getElementsByTagNameNS(DOMString,DOMString) | |
| 238 PASS Document interface: operation getElementsByClassName(DOMString) | |
| 239 PASS Document interface: operation createElement(DOMString,ElementCreationOption
s) | |
| 240 PASS Document interface: operation createElementNS(DOMString,DOMString,ElementCr
eationOptions) | |
| 241 PASS Document interface: operation createDocumentFragment() | |
| 242 PASS Document interface: operation createTextNode(DOMString) | |
| 243 PASS Document interface: operation createCDATASection(DOMString) | |
| 244 PASS Document interface: operation createComment(DOMString) | |
| 245 PASS Document interface: operation createProcessingInstruction(DOMString,DOMStri
ng) | |
| 246 PASS Document interface: operation importNode(Node,boolean) | |
| 247 PASS Document interface: operation adoptNode(Node) | |
| 248 PASS Document interface: operation createAttribute(DOMString) | |
| 249 PASS Document interface: operation createAttributeNS(DOMString,DOMString) | |
| 250 PASS Document interface: operation createEvent(DOMString) | |
| 251 PASS Document interface: operation createRange() | |
| 252 PASS Document interface: operation createNodeIterator(Node,unsigned long,NodeFil
ter) | |
| 253 PASS Document interface: operation createTreeWalker(Node,unsigned long,NodeFilte
r) | |
| 254 PASS Document interface: operation getElementById(DOMString) | |
| 255 PASS Document interface: attribute children | |
| 256 PASS Document interface: attribute firstElementChild | |
| 257 PASS Document interface: attribute lastElementChild | |
| 258 PASS Document interface: attribute childElementCount | |
| 259 PASS Document interface: operation prepend([object Object],[object Object]) | |
| 260 PASS Document interface: operation append([object Object],[object Object]) | |
| 261 PASS Document interface: operation querySelector(DOMString) | |
| 262 PASS Document interface: operation querySelectorAll(DOMString) | |
| 263 PASS Document interface: new Document() must inherit property "implementation" w
ith the proper type (0) | |
| 264 PASS Document interface: new Document() must inherit property "URL" with the pro
per type (1) | |
| 265 PASS Document interface: new Document() must inherit property "documentURI" with
the proper type (2) | |
| 266 PASS Document interface: new Document() must inherit property "origin" with the
proper type (3) | |
| 267 PASS Document interface: new Document() must inherit property "compatMode" with
the proper type (4) | |
| 268 PASS Document interface: new Document() must inherit property "characterSet" wit
h the proper type (5) | |
| 269 PASS Document interface: new Document() must inherit property "charset" with the
proper type (6) | |
| 270 PASS Document interface: new Document() must inherit property "inputEncoding" wi
th the proper type (7) | |
| 271 PASS Document interface: new Document() must inherit property "contentType" with
the proper type (8) | |
| 272 PASS Document interface: new Document() must inherit property "doctype" with the
proper type (9) | |
| 273 PASS Document interface: new Document() must inherit property "documentElement"
with the proper type (10) | |
| 274 PASS Document interface: new Document() must inherit property "getElementsByTagN
ame" with the proper type (11) | |
| 275 PASS Document interface: calling getElementsByTagName(DOMString) on new Document
() with too few arguments must throw TypeError | |
| 276 PASS Document interface: new Document() must inherit property "getElementsByTagN
ameNS" with the proper type (12) | |
| 277 PASS Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on
new Document() with too few arguments must throw TypeError | |
| 278 PASS Document interface: new Document() must inherit property "getElementsByClas
sName" with the proper type (13) | |
| 279 PASS Document interface: calling getElementsByClassName(DOMString) on new Docume
nt() with too few arguments must throw TypeError | |
| 280 PASS Document interface: new Document() must inherit property "createElement" wi
th the proper type (14) | |
| 281 PASS Document interface: calling createElement(DOMString,ElementCreationOptions)
on new Document() with too few arguments must throw TypeError | |
| 282 PASS Document interface: new Document() must inherit property "createElementNS"
with the proper type (15) | |
| 283 PASS Document interface: calling createElementNS(DOMString,DOMString,ElementCrea
tionOptions) on new Document() with too few arguments must throw TypeError | |
| 284 PASS Document interface: new Document() must inherit property "createDocumentFra
gment" with the proper type (16) | |
| 285 PASS Document interface: new Document() must inherit property "createTextNode" w
ith the proper type (17) | |
| 286 PASS Document interface: calling createTextNode(DOMString) on new Document() wit
h too few arguments must throw TypeError | |
| 287 PASS Document interface: new Document() must inherit property "createCDATASectio
n" with the proper type (18) | |
| 288 PASS Document interface: calling createCDATASection(DOMString) on new Document()
with too few arguments must throw TypeError | |
| 289 PASS Document interface: new Document() must inherit property "createComment" wi
th the proper type (19) | |
| 290 PASS Document interface: calling createComment(DOMString) on new Document() with
too few arguments must throw TypeError | |
| 291 PASS Document interface: new Document() must inherit property "createProcessingI
nstruction" with the proper type (20) | |
| 292 PASS Document interface: calling createProcessingInstruction(DOMString,DOMString
) on new Document() with too few arguments must throw TypeError | |
| 293 PASS Document interface: new Document() must inherit property "importNode" with
the proper type (21) | |
| 294 PASS Document interface: calling importNode(Node,boolean) on new Document() with
too few arguments must throw TypeError | |
| 295 PASS Document interface: new Document() must inherit property "adoptNode" with t
he proper type (22) | |
| 296 PASS Document interface: calling adoptNode(Node) on new Document() with too few
arguments must throw TypeError | |
| 297 PASS Document interface: new Document() must inherit property "createAttribute"
with the proper type (23) | |
| 298 PASS Document interface: calling createAttribute(DOMString) on new Document() wi
th too few arguments must throw TypeError | |
| 299 PASS Document interface: new Document() must inherit property "createAttributeNS
" with the proper type (24) | |
| 300 PASS Document interface: calling createAttributeNS(DOMString,DOMString) on new D
ocument() with too few arguments must throw TypeError | |
| 301 PASS Document interface: new Document() must inherit property "createEvent" with
the proper type (25) | |
| 302 PASS Document interface: calling createEvent(DOMString) on new Document() with t
oo few arguments must throw TypeError | |
| 303 PASS Document interface: new Document() must inherit property "createRange" with
the proper type (26) | |
| 304 PASS Document interface: new Document() must inherit property "createNodeIterato
r" with the proper type (27) | |
| 305 PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilte
r) on new Document() with too few arguments must throw TypeError | |
| 306 PASS Document interface: new Document() must inherit property "createTreeWalker"
with the proper type (28) | |
| 307 PASS Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter)
on new Document() with too few arguments must throw TypeError | |
| 308 PASS Document interface: new Document() must inherit property "getElementById" w
ith the proper type (29) | |
| 309 PASS Document interface: calling getElementById(DOMString) on new Document() wit
h too few arguments must throw TypeError | |
| 310 PASS Document interface: new Document() must inherit property "children" with th
e proper type (30) | |
| 311 PASS Document interface: new Document() must inherit property "firstElementChild
" with the proper type (31) | |
| 312 PASS Document interface: new Document() must inherit property "lastElementChild"
with the proper type (32) | |
| 313 PASS Document interface: new Document() must inherit property "childElementCount
" with the proper type (33) | |
| 314 PASS Document interface: new Document() must inherit property "prepend" with the
proper type (34) | |
| 315 PASS Document interface: calling prepend([object Object],[object Object]) on new
Document() with too few arguments must throw TypeError | |
| 316 PASS Document interface: new Document() must inherit property "append" with the
proper type (35) | |
| 317 PASS Document interface: calling append([object Object],[object Object]) on new
Document() with too few arguments must throw TypeError | |
| 318 PASS Document interface: new Document() must inherit property "querySelector" wi
th the proper type (36) | |
| 319 PASS Document interface: calling querySelector(DOMString) on new Document() with
too few arguments must throw TypeError | |
| 320 PASS Document interface: new Document() must inherit property "querySelectorAll"
with the proper type (37) | |
| 321 PASS Document interface: calling querySelectorAll(DOMString) on new Document() w
ith too few arguments must throw TypeError | |
| 322 PASS Node interface: new Document() must inherit property "ELEMENT_NODE" with th
e proper type (0) | |
| 323 PASS Node interface: new Document() must inherit property "ATTRIBUTE_NODE" with
the proper type (1) | |
| 324 PASS Node interface: new Document() must inherit property "TEXT_NODE" with the p
roper type (2) | |
| 325 PASS Node interface: new Document() must inherit property "CDATA_SECTION_NODE" w
ith the proper type (3) | |
| 326 PASS Node interface: new Document() must inherit property "ENTITY_REFERENCE_NODE
" with the proper type (4) | |
| 327 PASS Node interface: new Document() must inherit property "ENTITY_NODE" with the
proper type (5) | |
| 328 PASS Node interface: new Document() must inherit property "PROCESSING_INSTRUCTIO
N_NODE" with the proper type (6) | |
| 329 PASS Node interface: new Document() must inherit property "COMMENT_NODE" with th
e proper type (7) | |
| 330 PASS Node interface: new Document() must inherit property "DOCUMENT_NODE" with t
he proper type (8) | |
| 331 PASS Node interface: new Document() must inherit property "DOCUMENT_TYPE_NODE" w
ith the proper type (9) | |
| 332 PASS Node interface: new Document() must inherit property "DOCUMENT_FRAGMENT_NOD
E" with the proper type (10) | |
| 333 PASS Node interface: new Document() must inherit property "NOTATION_NODE" with t
he proper type (11) | |
| 334 PASS Node interface: new Document() must inherit property "nodeType" with the pr
oper type (12) | |
| 335 PASS Node interface: new Document() must inherit property "nodeName" with the pr
oper type (13) | |
| 336 PASS Node interface: new Document() must inherit property "baseURI" with the pro
per type (14) | |
| 337 PASS Node interface: new Document() must inherit property "isConnected" with the
proper type (15) | |
| 338 PASS Node interface: new Document() must inherit property "ownerDocument" with t
he proper type (16) | |
| 339 PASS Node interface: new Document() must inherit property "getRootNode" with the
proper type (17) | |
| 340 PASS Node interface: calling getRootNode(GetRootNodeOptions) on new Document() w
ith too few arguments must throw TypeError | |
| 341 PASS Node interface: new Document() must inherit property "parentNode" with the
proper type (18) | |
| 342 PASS Node interface: new Document() must inherit property "parentElement" with t
he proper type (19) | |
| 343 PASS Node interface: new Document() must inherit property "hasChildNodes" with t
he proper type (20) | |
| 344 PASS Node interface: new Document() must inherit property "childNodes" with the
proper type (21) | |
| 345 PASS Node interface: new Document() must inherit property "firstChild" with the
proper type (22) | |
| 346 PASS Node interface: new Document() must inherit property "lastChild" with the p
roper type (23) | |
| 347 PASS Node interface: new Document() must inherit property "previousSibling" with
the proper type (24) | |
| 348 PASS Node interface: new Document() must inherit property "nextSibling" with the
proper type (25) | |
| 349 PASS Node interface: new Document() must inherit property "nodeValue" with the p
roper type (26) | |
| 350 PASS Node interface: new Document() must inherit property "textContent" with the
proper type (27) | |
| 351 PASS Node interface: new Document() must inherit property "normalize" with the p
roper type (28) | |
| 352 PASS Node interface: new Document() must inherit property "cloneNode" with the p
roper type (29) | |
| 353 PASS Node interface: calling cloneNode(boolean) on new Document() with too few a
rguments must throw TypeError | |
| 354 PASS Node interface: new Document() must inherit property "isEqualNode" with the
proper type (30) | |
| 355 PASS Node interface: calling isEqualNode(Node) on new Document() with too few ar
guments must throw TypeError | |
| 356 PASS Node interface: new Document() must inherit property "isSameNode" with the
proper type (31) | |
| 357 PASS Node interface: calling isSameNode(Node) on new Document() with too few arg
uments must throw TypeError | |
| 358 PASS Node interface: new Document() must inherit property "DOCUMENT_POSITION_DIS
CONNECTED" with the proper type (32) | |
| 359 PASS Node interface: new Document() must inherit property "DOCUMENT_POSITION_PRE
CEDING" with the proper type (33) | |
| 360 PASS Node interface: new Document() must inherit property "DOCUMENT_POSITION_FOL
LOWING" with the proper type (34) | |
| 361 PASS Node interface: new Document() must inherit property "DOCUMENT_POSITION_CON
TAINS" with the proper type (35) | |
| 362 PASS Node interface: new Document() must inherit property "DOCUMENT_POSITION_CON
TAINED_BY" with the proper type (36) | |
| 363 PASS Node interface: new Document() must inherit property "DOCUMENT_POSITION_IMP
LEMENTATION_SPECIFIC" with the proper type (37) | |
| 364 PASS Node interface: new Document() must inherit property "compareDocumentPositi
on" with the proper type (38) | |
| 365 PASS Node interface: calling compareDocumentPosition(Node) on new Document() wit
h too few arguments must throw TypeError | |
| 366 PASS Node interface: new Document() must inherit property "contains" with the pr
oper type (39) | |
| 367 PASS Node interface: calling contains(Node) on new Document() with too few argum
ents must throw TypeError | |
| 368 PASS Node interface: new Document() must inherit property "lookupPrefix" with th
e proper type (40) | |
| 369 PASS Node interface: calling lookupPrefix(DOMString) on new Document() with too
few arguments must throw TypeError | |
| 370 PASS Node interface: new Document() must inherit property "lookupNamespaceURI" w
ith the proper type (41) | |
| 371 PASS Node interface: calling lookupNamespaceURI(DOMString) on new Document() wit
h too few arguments must throw TypeError | |
| 372 PASS Node interface: new Document() must inherit property "isDefaultNamespace" w
ith the proper type (42) | |
| 373 PASS Node interface: calling isDefaultNamespace(DOMString) on new Document() wit
h too few arguments must throw TypeError | |
| 374 PASS Node interface: new Document() must inherit property "insertBefore" with th
e proper type (43) | |
| 375 PASS Node interface: calling insertBefore(Node,Node) on new Document() with too
few arguments must throw TypeError | |
| 376 PASS Node interface: new Document() must inherit property "appendChild" with the
proper type (44) | |
| 377 PASS Node interface: calling appendChild(Node) on new Document() with too few ar
guments must throw TypeError | |
| 378 PASS Node interface: new Document() must inherit property "replaceChild" with th
e proper type (45) | |
| 379 PASS Node interface: calling replaceChild(Node,Node) on new Document() with too
few arguments must throw TypeError | |
| 380 PASS Node interface: new Document() must inherit property "removeChild" with the
proper type (46) | |
| 381 PASS Node interface: calling removeChild(Node) on new Document() with too few ar
guments must throw TypeError | |
| 382 PASS EventTarget interface: new Document() must inherit property "addEventListen
er" with the proper type (0) | |
| 383 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob
ject Object],[object Object]) on new Document() with too few arguments must thro
w TypeError | |
| 384 PASS EventTarget interface: new Document() must inherit property "removeEventLis
tener" with the proper type (1) | |
| 385 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,
[object Object],[object Object]) on new Document() with too few arguments must t
hrow TypeError | |
| 386 PASS EventTarget interface: new Document() must inherit property "dispatchEvent"
with the proper type (2) | |
| 387 PASS EventTarget interface: calling dispatchEvent(Event) on new Document() with
too few arguments must throw TypeError | |
| 388 PASS XMLDocument interface: existence and properties of interface object | |
| 389 PASS XMLDocument interface object length | |
| 390 PASS XMLDocument interface object name | |
| 391 PASS XMLDocument interface: existence and properties of interface prototype obje
ct | |
| 392 PASS XMLDocument interface: existence and properties of interface prototype obje
ct's "constructor" property | |
| 393 PASS Document interface: xmlDoc must inherit property "implementation" with the
proper type (0) | |
| 394 PASS Document interface: xmlDoc must inherit property "URL" with the proper type
(1) | |
| 395 PASS Document interface: xmlDoc must inherit property "documentURI" with the pro
per type (2) | |
| 396 PASS Document interface: xmlDoc must inherit property "origin" with the proper t
ype (3) | |
| 397 PASS Document interface: xmlDoc must inherit property "compatMode" with the prop
er type (4) | |
| 398 PASS Document interface: xmlDoc must inherit property "characterSet" with the pr
oper type (5) | |
| 399 PASS Document interface: xmlDoc must inherit property "charset" with the proper
type (6) | |
| 400 PASS Document interface: xmlDoc must inherit property "inputEncoding" with the p
roper type (7) | |
| 401 PASS Document interface: xmlDoc must inherit property "contentType" with the pro
per type (8) | |
| 402 PASS Document interface: xmlDoc must inherit property "doctype" with the proper
type (9) | |
| 403 PASS Document interface: xmlDoc must inherit property "documentElement" with the
proper type (10) | |
| 404 PASS Document interface: xmlDoc must inherit property "getElementsByTagName" wit
h the proper type (11) | |
| 405 PASS Document interface: calling getElementsByTagName(DOMString) on xmlDoc with
too few arguments must throw TypeError | |
| 406 PASS Document interface: xmlDoc must inherit property "getElementsByTagNameNS" w
ith the proper type (12) | |
| 407 PASS Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on
xmlDoc with too few arguments must throw TypeError | |
| 408 PASS Document interface: xmlDoc must inherit property "getElementsByClassName" w
ith the proper type (13) | |
| 409 PASS Document interface: calling getElementsByClassName(DOMString) on xmlDoc wit
h too few arguments must throw TypeError | |
| 410 PASS Document interface: xmlDoc must inherit property "createElement" with the p
roper type (14) | |
| 411 PASS Document interface: calling createElement(DOMString,ElementCreationOptions)
on xmlDoc with too few arguments must throw TypeError | |
| 412 PASS Document interface: xmlDoc must inherit property "createElementNS" with the
proper type (15) | |
| 413 PASS Document interface: calling createElementNS(DOMString,DOMString,ElementCrea
tionOptions) on xmlDoc with too few arguments must throw TypeError | |
| 414 PASS Document interface: xmlDoc must inherit property "createDocumentFragment" w
ith the proper type (16) | |
| 415 PASS Document interface: xmlDoc must inherit property "createTextNode" with the
proper type (17) | |
| 416 PASS Document interface: calling createTextNode(DOMString) on xmlDoc with too fe
w arguments must throw TypeError | |
| 417 PASS Document interface: xmlDoc must inherit property "createCDATASection" with
the proper type (18) | |
| 418 PASS Document interface: calling createCDATASection(DOMString) on xmlDoc with to
o few arguments must throw TypeError | |
| 419 PASS Document interface: xmlDoc must inherit property "createComment" with the p
roper type (19) | |
| 420 PASS Document interface: calling createComment(DOMString) on xmlDoc with too few
arguments must throw TypeError | |
| 421 PASS Document interface: xmlDoc must inherit property "createProcessingInstructi
on" with the proper type (20) | |
| 422 PASS Document interface: calling createProcessingInstruction(DOMString,DOMString
) on xmlDoc with too few arguments must throw TypeError | |
| 423 PASS Document interface: xmlDoc must inherit property "importNode" with the prop
er type (21) | |
| 424 PASS Document interface: calling importNode(Node,boolean) on xmlDoc with too few
arguments must throw TypeError | |
| 425 PASS Document interface: xmlDoc must inherit property "adoptNode" with the prope
r type (22) | |
| 426 PASS Document interface: calling adoptNode(Node) on xmlDoc with too few argument
s must throw TypeError | |
| 427 PASS Document interface: xmlDoc must inherit property "createAttribute" with the
proper type (23) | |
| 428 PASS Document interface: calling createAttribute(DOMString) on xmlDoc with too f
ew arguments must throw TypeError | |
| 429 PASS Document interface: xmlDoc must inherit property "createAttributeNS" with t
he proper type (24) | |
| 430 PASS Document interface: calling createAttributeNS(DOMString,DOMString) on xmlDo
c with too few arguments must throw TypeError | |
| 431 PASS Document interface: xmlDoc must inherit property "createEvent" with the pro
per type (25) | |
| 432 PASS Document interface: calling createEvent(DOMString) on xmlDoc with too few a
rguments must throw TypeError | |
| 433 PASS Document interface: xmlDoc must inherit property "createRange" with the pro
per type (26) | |
| 434 PASS Document interface: xmlDoc must inherit property "createNodeIterator" with
the proper type (27) | |
| 435 PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilte
r) on xmlDoc with too few arguments must throw TypeError | |
| 436 PASS Document interface: xmlDoc must inherit property "createTreeWalker" with th
e proper type (28) | |
| 437 PASS Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter)
on xmlDoc with too few arguments must throw TypeError | |
| 438 PASS Document interface: xmlDoc must inherit property "getElementById" with the
proper type (29) | |
| 439 PASS Document interface: calling getElementById(DOMString) on xmlDoc with too fe
w arguments must throw TypeError | |
| 440 PASS Document interface: xmlDoc must inherit property "children" with the proper
type (30) | |
| 441 PASS Document interface: xmlDoc must inherit property "firstElementChild" with t
he proper type (31) | |
| 442 PASS Document interface: xmlDoc must inherit property "lastElementChild" with th
e proper type (32) | |
| 443 PASS Document interface: xmlDoc must inherit property "childElementCount" with t
he proper type (33) | |
| 444 PASS Document interface: xmlDoc must inherit property "prepend" with the proper
type (34) | |
| 445 PASS Document interface: calling prepend([object Object],[object Object]) on xml
Doc with too few arguments must throw TypeError | |
| 446 PASS Document interface: xmlDoc must inherit property "append" with the proper t
ype (35) | |
| 447 PASS Document interface: calling append([object Object],[object Object]) on xmlD
oc with too few arguments must throw TypeError | |
| 448 PASS Document interface: xmlDoc must inherit property "querySelector" with the p
roper type (36) | |
| 449 PASS Document interface: calling querySelector(DOMString) on xmlDoc with too few
arguments must throw TypeError | |
| 450 PASS Document interface: xmlDoc must inherit property "querySelectorAll" with th
e proper type (37) | |
| 451 PASS Document interface: calling querySelectorAll(DOMString) on xmlDoc with too
few arguments must throw TypeError | |
| 452 PASS Node interface: xmlDoc must inherit property "ELEMENT_NODE" with the proper
type (0) | |
| 453 PASS Node interface: xmlDoc must inherit property "ATTRIBUTE_NODE" with the prop
er type (1) | |
| 454 PASS Node interface: xmlDoc must inherit property "TEXT_NODE" with the proper ty
pe (2) | |
| 455 PASS Node interface: xmlDoc must inherit property "CDATA_SECTION_NODE" with the
proper type (3) | |
| 456 PASS Node interface: xmlDoc must inherit property "ENTITY_REFERENCE_NODE" with t
he proper type (4) | |
| 457 PASS Node interface: xmlDoc must inherit property "ENTITY_NODE" with the proper
type (5) | |
| 458 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE"
with the proper type (6) | |
| 459 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper
type (7) | |
| 460 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope
r type (8) | |
| 461 PASS Node interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the
proper type (9) | |
| 462 PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with
the proper type (10) | |
| 463 PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the prope
r type (11) | |
| 464 PASS Node interface: xmlDoc must inherit property "nodeType" with the proper typ
e (12) | |
| 465 PASS Node interface: xmlDoc must inherit property "nodeName" with the proper typ
e (13) | |
| 466 PASS Node interface: xmlDoc must inherit property "baseURI" with the proper type
(14) | |
| 467 PASS Node interface: xmlDoc must inherit property "isConnected" with the proper
type (15) | |
| 468 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope
r type (16) | |
| 469 PASS Node interface: xmlDoc must inherit property "getRootNode" with the proper
type (17) | |
| 470 PASS Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc with too
few arguments must throw TypeError | |
| 471 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t
ype (18) | |
| 472 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope
r type (19) | |
| 473 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope
r type (20) | |
| 474 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t
ype (21) | |
| 475 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t
ype (22) | |
| 476 PASS Node interface: xmlDoc must inherit property "lastChild" with the proper ty
pe (23) | |
| 477 PASS Node interface: xmlDoc must inherit property "previousSibling" with the pro
per type (24) | |
| 478 PASS Node interface: xmlDoc must inherit property "nextSibling" with the proper
type (25) | |
| 479 PASS Node interface: xmlDoc must inherit property "nodeValue" with the proper ty
pe (26) | |
| 480 PASS Node interface: xmlDoc must inherit property "textContent" with the proper
type (27) | |
| 481 PASS Node interface: xmlDoc must inherit property "normalize" with the proper ty
pe (28) | |
| 482 PASS Node interface: xmlDoc must inherit property "cloneNode" with the proper ty
pe (29) | |
| 483 PASS Node interface: calling cloneNode(boolean) on xmlDoc with too few arguments
must throw TypeError | |
| 484 PASS Node interface: xmlDoc must inherit property "isEqualNode" with the proper
type (30) | |
| 485 PASS Node interface: calling isEqualNode(Node) on xmlDoc with too few arguments
must throw TypeError | |
| 486 PASS Node interface: xmlDoc must inherit property "isSameNode" with the proper t
ype (31) | |
| 487 PASS Node interface: calling isSameNode(Node) on xmlDoc with too few arguments m
ust throw TypeError | |
| 488 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_DISCONNECTE
D" with the proper type (32) | |
| 489 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_PRECEDING"
with the proper type (33) | |
| 490 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_FOLLOWING"
with the proper type (34) | |
| 491 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINS" w
ith the proper type (35) | |
| 492 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINED_B
Y" with the proper type (36) | |
| 493 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_IMPLEMENTAT
ION_SPECIFIC" with the proper type (37) | |
| 494 PASS Node interface: xmlDoc must inherit property "compareDocumentPosition" with
the proper type (38) | |
| 495 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc with too fe
w arguments must throw TypeError | |
| 496 PASS Node interface: xmlDoc must inherit property "contains" with the proper typ
e (39) | |
| 497 PASS Node interface: calling contains(Node) on xmlDoc with too few arguments mus
t throw TypeError | |
| 498 PASS Node interface: xmlDoc must inherit property "lookupPrefix" with the proper
type (40) | |
| 499 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc with too few argu
ments must throw TypeError | |
| 500 PASS Node interface: xmlDoc must inherit property "lookupNamespaceURI" with the
proper type (41) | |
| 501 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc with too fe
w arguments must throw TypeError | |
| 502 PASS Node interface: xmlDoc must inherit property "isDefaultNamespace" with the
proper type (42) | |
| 503 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc with too fe
w arguments must throw TypeError | |
| 504 PASS Node interface: xmlDoc must inherit property "insertBefore" with the proper
type (43) | |
| 505 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc with too few argu
ments must throw TypeError | |
| 506 PASS Node interface: xmlDoc must inherit property "appendChild" with the proper
type (44) | |
| 507 PASS Node interface: calling appendChild(Node) on xmlDoc with too few arguments
must throw TypeError | |
| 508 PASS Node interface: xmlDoc must inherit property "replaceChild" with the proper
type (45) | |
| 509 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc with too few argu
ments must throw TypeError | |
| 510 PASS Node interface: xmlDoc must inherit property "removeChild" with the proper
type (46) | |
| 511 PASS Node interface: calling removeChild(Node) on xmlDoc with too few arguments
must throw TypeError | |
| 512 PASS EventTarget interface: xmlDoc must inherit property "addEventListener" with
the proper type (0) | |
| 513 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob
ject Object],[object Object]) on xmlDoc with too few arguments must throw TypeEr
ror | |
| 514 PASS EventTarget interface: xmlDoc must inherit property "removeEventListener" w
ith the proper type (1) | |
| 515 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,
[object Object],[object Object]) on xmlDoc with too few arguments must throw Typ
eError | |
| 516 PASS EventTarget interface: xmlDoc must inherit property "dispatchEvent" with th
e proper type (2) | |
| 517 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc with too few
arguments must throw TypeError | |
| 518 PASS DOMImplementation interface: existence and properties of interface object | |
| 519 PASS DOMImplementation interface object length | |
| 520 PASS DOMImplementation interface object name | |
| 521 PASS DOMImplementation interface: existence and properties of interface prototyp
e object | |
| 522 PASS DOMImplementation interface: existence and properties of interface prototyp
e object's "constructor" property | |
| 523 PASS DOMImplementation interface: operation createDocumentType(DOMString,DOMStri
ng,DOMString) | |
| 524 PASS DOMImplementation interface: operation createDocument(DOMString,DOMString,D
ocumentType) | |
| 525 PASS DOMImplementation interface: operation createHTMLDocument(DOMString) | |
| 526 PASS DOMImplementation interface: operation hasFeature() | |
| 527 PASS DOMImplementation interface: document.implementation must inherit property
"createDocumentType" with the proper type (0) | |
| 528 PASS DOMImplementation interface: calling createDocumentType(DOMString,DOMString
,DOMString) on document.implementation with too few arguments must throw TypeErr
or | |
| 529 PASS DOMImplementation interface: document.implementation must inherit property
"createDocument" with the proper type (1) | |
| 530 PASS DOMImplementation interface: calling createDocument(DOMString,DOMString,Doc
umentType) on document.implementation with too few arguments must throw TypeErro
r | |
| 531 PASS DOMImplementation interface: document.implementation must inherit property
"createHTMLDocument" with the proper type (2) | |
| 532 PASS DOMImplementation interface: calling createHTMLDocument(DOMString) on docum
ent.implementation with too few arguments must throw TypeError | |
| 533 PASS DOMImplementation interface: document.implementation must inherit property
"hasFeature" with the proper type (3) | |
| 534 PASS DocumentType interface: existence and properties of interface object | |
| 535 PASS DocumentType interface object length | |
| 536 PASS DocumentType interface object name | |
| 537 PASS DocumentType interface: existence and properties of interface prototype obj
ect | |
| 538 PASS DocumentType interface: existence and properties of interface prototype obj
ect's "constructor" property | |
| 539 PASS DocumentType interface: attribute name | |
| 540 PASS DocumentType interface: attribute publicId | |
| 541 PASS DocumentType interface: attribute systemId | |
| 542 PASS DocumentType interface: operation before([object Object],[object Object]) | |
| 543 PASS DocumentType interface: operation after([object Object],[object Object]) | |
| 544 PASS DocumentType interface: operation replaceWith([object Object],[object Objec
t]) | |
| 545 PASS DocumentType interface: operation remove() | |
| 546 PASS DocumentType interface: document.doctype must inherit property "name" with
the proper type (0) | |
| 547 PASS DocumentType interface: document.doctype must inherit property "publicId" w
ith the proper type (1) | |
| 548 PASS DocumentType interface: document.doctype must inherit property "systemId" w
ith the proper type (2) | |
| 549 PASS DocumentType interface: document.doctype must inherit property "before" wit
h the proper type (3) | |
| 550 PASS DocumentType interface: calling before([object Object],[object Object]) on
document.doctype with too few arguments must throw TypeError | |
| 551 PASS DocumentType interface: document.doctype must inherit property "after" with
the proper type (4) | |
| 552 PASS DocumentType interface: calling after([object Object],[object Object]) on d
ocument.doctype with too few arguments must throw TypeError | |
| 553 PASS DocumentType interface: document.doctype must inherit property "replaceWith
" with the proper type (5) | |
| 554 PASS DocumentType interface: calling replaceWith([object Object],[object Object]
) on document.doctype with too few arguments must throw TypeError | |
| 555 PASS DocumentType interface: document.doctype must inherit property "remove" wit
h the proper type (6) | |
| 556 PASS Node interface: document.doctype must inherit property "ELEMENT_NODE" with
the proper type (0) | |
| 557 PASS Node interface: document.doctype must inherit property "ATTRIBUTE_NODE" wit
h the proper type (1) | |
| 558 PASS Node interface: document.doctype must inherit property "TEXT_NODE" with the
proper type (2) | |
| 559 PASS Node interface: document.doctype must inherit property "CDATA_SECTION_NODE"
with the proper type (3) | |
| 560 PASS Node interface: document.doctype must inherit property "ENTITY_REFERENCE_NO
DE" with the proper type (4) | |
| 561 PASS Node interface: document.doctype must inherit property "ENTITY_NODE" with t
he proper type (5) | |
| 562 PASS Node interface: document.doctype must inherit property "PROCESSING_INSTRUCT
ION_NODE" with the proper type (6) | |
| 563 PASS Node interface: document.doctype must inherit property "COMMENT_NODE" with
the proper type (7) | |
| 564 PASS Node interface: document.doctype must inherit property "DOCUMENT_NODE" with
the proper type (8) | |
| 565 PASS Node interface: document.doctype must inherit property "DOCUMENT_TYPE_NODE"
with the proper type (9) | |
| 566 PASS Node interface: document.doctype must inherit property "DOCUMENT_FRAGMENT_N
ODE" with the proper type (10) | |
| 567 PASS Node interface: document.doctype must inherit property "NOTATION_NODE" with
the proper type (11) | |
| 568 PASS Node interface: document.doctype must inherit property "nodeType" with the
proper type (12) | |
| 569 PASS Node interface: document.doctype must inherit property "nodeName" with the
proper type (13) | |
| 570 PASS Node interface: document.doctype must inherit property "baseURI" with the p
roper type (14) | |
| 571 PASS Node interface: document.doctype must inherit property "isConnected" with t
he proper type (15) | |
| 572 PASS Node interface: document.doctype must inherit property "ownerDocument" with
the proper type (16) | |
| 573 PASS Node interface: document.doctype must inherit property "getRootNode" with t
he proper type (17) | |
| 574 PASS Node interface: calling getRootNode(GetRootNodeOptions) on document.doctype
with too few arguments must throw TypeError | |
| 575 PASS Node interface: document.doctype must inherit property "parentNode" with th
e proper type (18) | |
| 576 PASS Node interface: document.doctype must inherit property "parentElement" with
the proper type (19) | |
| 577 PASS Node interface: document.doctype must inherit property "hasChildNodes" with
the proper type (20) | |
| 578 PASS Node interface: document.doctype must inherit property "childNodes" with th
e proper type (21) | |
| 579 PASS Node interface: document.doctype must inherit property "firstChild" with th
e proper type (22) | |
| 580 PASS Node interface: document.doctype must inherit property "lastChild" with the
proper type (23) | |
| 581 PASS Node interface: document.doctype must inherit property "previousSibling" wi
th the proper type (24) | |
| 582 PASS Node interface: document.doctype must inherit property "nextSibling" with t
he proper type (25) | |
| 583 PASS Node interface: document.doctype must inherit property "nodeValue" with the
proper type (26) | |
| 584 PASS Node interface: document.doctype must inherit property "textContent" with t
he proper type (27) | |
| 585 PASS Node interface: document.doctype must inherit property "normalize" with the
proper type (28) | |
| 586 PASS Node interface: document.doctype must inherit property "cloneNode" with the
proper type (29) | |
| 587 PASS Node interface: calling cloneNode(boolean) on document.doctype with too few
arguments must throw TypeError | |
| 588 PASS Node interface: document.doctype must inherit property "isEqualNode" with t
he proper type (30) | |
| 589 PASS Node interface: calling isEqualNode(Node) on document.doctype with too few
arguments must throw TypeError | |
| 590 PASS Node interface: document.doctype must inherit property "isSameNode" with th
e proper type (31) | |
| 591 PASS Node interface: calling isSameNode(Node) on document.doctype with too few a
rguments must throw TypeError | |
| 592 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_D
ISCONNECTED" with the proper type (32) | |
| 593 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_P
RECEDING" with the proper type (33) | |
| 594 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_F
OLLOWING" with the proper type (34) | |
| 595 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C
ONTAINS" with the proper type (35) | |
| 596 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C
ONTAINED_BY" with the proper type (36) | |
| 597 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_I
MPLEMENTATION_SPECIFIC" with the proper type (37) | |
| 598 PASS Node interface: document.doctype must inherit property "compareDocumentPosi
tion" with the proper type (38) | |
| 599 PASS Node interface: calling compareDocumentPosition(Node) on document.doctype w
ith too few arguments must throw TypeError | |
| 600 PASS Node interface: document.doctype must inherit property "contains" with the
proper type (39) | |
| 601 PASS Node interface: calling contains(Node) on document.doctype with too few arg
uments must throw TypeError | |
| 602 PASS Node interface: document.doctype must inherit property "lookupPrefix" with
the proper type (40) | |
| 603 PASS Node interface: calling lookupPrefix(DOMString) on document.doctype with to
o few arguments must throw TypeError | |
| 604 PASS Node interface: document.doctype must inherit property "lookupNamespaceURI"
with the proper type (41) | |
| 605 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.doctype w
ith too few arguments must throw TypeError | |
| 606 PASS Node interface: document.doctype must inherit property "isDefaultNamespace"
with the proper type (42) | |
| 607 PASS Node interface: calling isDefaultNamespace(DOMString) on document.doctype w
ith too few arguments must throw TypeError | |
| 608 PASS Node interface: document.doctype must inherit property "insertBefore" with
the proper type (43) | |
| 609 PASS Node interface: calling insertBefore(Node,Node) on document.doctype with to
o few arguments must throw TypeError | |
| 610 PASS Node interface: document.doctype must inherit property "appendChild" with t
he proper type (44) | |
| 611 PASS Node interface: calling appendChild(Node) on document.doctype with too few
arguments must throw TypeError | |
| 612 PASS Node interface: document.doctype must inherit property "replaceChild" with
the proper type (45) | |
| 613 PASS Node interface: calling replaceChild(Node,Node) on document.doctype with to
o few arguments must throw TypeError | |
| 614 PASS Node interface: document.doctype must inherit property "removeChild" with t
he proper type (46) | |
| 615 PASS Node interface: calling removeChild(Node) on document.doctype with too few
arguments must throw TypeError | |
| 616 PASS EventTarget interface: document.doctype must inherit property "addEventList
ener" with the proper type (0) | |
| 617 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob
ject Object],[object Object]) on document.doctype with too few arguments must th
row TypeError | |
| 618 PASS EventTarget interface: document.doctype must inherit property "removeEventL
istener" with the proper type (1) | |
| 619 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,
[object Object],[object Object]) on document.doctype with too few arguments must
throw TypeError | |
| 620 PASS EventTarget interface: document.doctype must inherit property "dispatchEven
t" with the proper type (2) | |
| 621 PASS EventTarget interface: calling dispatchEvent(Event) on document.doctype wit
h too few arguments must throw TypeError | |
| 622 PASS DocumentFragment interface: existence and properties of interface object | |
| 623 PASS DocumentFragment interface object length | |
| 624 PASS DocumentFragment interface object name | |
| 625 PASS DocumentFragment interface: existence and properties of interface prototype
object | |
| 626 PASS DocumentFragment interface: existence and properties of interface prototype
object's "constructor" property | |
| 627 PASS DocumentFragment interface: operation getElementById(DOMString) | |
| 628 PASS DocumentFragment interface: attribute children | |
| 629 PASS DocumentFragment interface: attribute firstElementChild | |
| 630 PASS DocumentFragment interface: attribute lastElementChild | |
| 631 PASS DocumentFragment interface: attribute childElementCount | |
| 632 PASS DocumentFragment interface: operation prepend([object Object],[object Objec
t]) | |
| 633 PASS DocumentFragment interface: operation append([object Object],[object Object
]) | |
| 634 PASS DocumentFragment interface: operation querySelector(DOMString) | |
| 635 PASS DocumentFragment interface: operation querySelectorAll(DOMString) | |
| 636 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "getElementById" with the proper type (0) | |
| 637 PASS DocumentFragment interface: calling getElementById(DOMString) on document.c
reateDocumentFragment() with too few arguments must throw TypeError | |
| 638 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "children" with the proper type (1) | |
| 639 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "firstElementChild" with the proper type (2) | |
| 640 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "lastElementChild" with the proper type (3) | |
| 641 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "childElementCount" with the proper type (4) | |
| 642 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "prepend" with the proper type (5) | |
| 643 PASS DocumentFragment interface: calling prepend([object Object],[object Object]
) on document.createDocumentFragment() with too few arguments must throw TypeErr
or | |
| 644 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "append" with the proper type (6) | |
| 645 PASS DocumentFragment interface: calling append([object Object],[object Object])
on document.createDocumentFragment() with too few arguments must throw TypeErro
r | |
| 646 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "querySelector" with the proper type (7) | |
| 647 PASS DocumentFragment interface: calling querySelector(DOMString) on document.cr
eateDocumentFragment() with too few arguments must throw TypeError | |
| 648 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "querySelectorAll" with the proper type (8) | |
| 649 PASS DocumentFragment interface: calling querySelectorAll(DOMString) on document
.createDocumentFragment() with too few arguments must throw TypeError | |
| 650 PASS Node interface: document.createDocumentFragment() must inherit property "EL
EMENT_NODE" with the proper type (0) | |
| 651 PASS Node interface: document.createDocumentFragment() must inherit property "AT
TRIBUTE_NODE" with the proper type (1) | |
| 652 PASS Node interface: document.createDocumentFragment() must inherit property "TE
XT_NODE" with the proper type (2) | |
| 653 PASS Node interface: document.createDocumentFragment() must inherit property "CD
ATA_SECTION_NODE" with the proper type (3) | |
| 654 PASS Node interface: document.createDocumentFragment() must inherit property "EN
TITY_REFERENCE_NODE" with the proper type (4) | |
| 655 PASS Node interface: document.createDocumentFragment() must inherit property "EN
TITY_NODE" with the proper type (5) | |
| 656 PASS Node interface: document.createDocumentFragment() must inherit property "PR
OCESSING_INSTRUCTION_NODE" with the proper type (6) | |
| 657 PASS Node interface: document.createDocumentFragment() must inherit property "CO
MMENT_NODE" with the proper type (7) | |
| 658 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_NODE" with the proper type (8) | |
| 659 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_TYPE_NODE" with the proper type (9) | |
| 660 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_FRAGMENT_NODE" with the proper type (10) | |
| 661 PASS Node interface: document.createDocumentFragment() must inherit property "NO
TATION_NODE" with the proper type (11) | |
| 662 PASS Node interface: document.createDocumentFragment() must inherit property "no
deType" with the proper type (12) | |
| 663 PASS Node interface: document.createDocumentFragment() must inherit property "no
deName" with the proper type (13) | |
| 664 PASS Node interface: document.createDocumentFragment() must inherit property "ba
seURI" with the proper type (14) | |
| 665 PASS Node interface: document.createDocumentFragment() must inherit property "is
Connected" with the proper type (15) | |
| 666 PASS Node interface: document.createDocumentFragment() must inherit property "ow
nerDocument" with the proper type (16) | |
| 667 PASS Node interface: document.createDocumentFragment() must inherit property "ge
tRootNode" with the proper type (17) | |
| 668 PASS Node interface: calling getRootNode(GetRootNodeOptions) on document.createD
ocumentFragment() with too few arguments must throw TypeError | |
| 669 PASS Node interface: document.createDocumentFragment() must inherit property "pa
rentNode" with the proper type (18) | |
| 670 PASS Node interface: document.createDocumentFragment() must inherit property "pa
rentElement" with the proper type (19) | |
| 671 PASS Node interface: document.createDocumentFragment() must inherit property "ha
sChildNodes" with the proper type (20) | |
| 672 PASS Node interface: document.createDocumentFragment() must inherit property "ch
ildNodes" with the proper type (21) | |
| 673 PASS Node interface: document.createDocumentFragment() must inherit property "fi
rstChild" with the proper type (22) | |
| 674 PASS Node interface: document.createDocumentFragment() must inherit property "la
stChild" with the proper type (23) | |
| 675 PASS Node interface: document.createDocumentFragment() must inherit property "pr
eviousSibling" with the proper type (24) | |
| 676 PASS Node interface: document.createDocumentFragment() must inherit property "ne
xtSibling" with the proper type (25) | |
| 677 PASS Node interface: document.createDocumentFragment() must inherit property "no
deValue" with the proper type (26) | |
| 678 PASS Node interface: document.createDocumentFragment() must inherit property "te
xtContent" with the proper type (27) | |
| 679 PASS Node interface: document.createDocumentFragment() must inherit property "no
rmalize" with the proper type (28) | |
| 680 PASS Node interface: document.createDocumentFragment() must inherit property "cl
oneNode" with the proper type (29) | |
| 681 PASS Node interface: calling cloneNode(boolean) on document.createDocumentFragme
nt() with too few arguments must throw TypeError | |
| 682 PASS Node interface: document.createDocumentFragment() must inherit property "is
EqualNode" with the proper type (30) | |
| 683 PASS Node interface: calling isEqualNode(Node) on document.createDocumentFragmen
t() with too few arguments must throw TypeError | |
| 684 PASS Node interface: document.createDocumentFragment() must inherit property "is
SameNode" with the proper type (31) | |
| 685 PASS Node interface: calling isSameNode(Node) on document.createDocumentFragment
() with too few arguments must throw TypeError | |
| 686 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_DISCONNECTED" with the proper type (32) | |
| 687 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_PRECEDING" with the proper type (33) | |
| 688 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_FOLLOWING" with the proper type (34) | |
| 689 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_CONTAINS" with the proper type (35) | |
| 690 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_CONTAINED_BY" with the proper type (36) | |
| 691 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (37) | |
| 692 PASS Node interface: document.createDocumentFragment() must inherit property "co
mpareDocumentPosition" with the proper type (38) | |
| 693 PASS Node interface: calling compareDocumentPosition(Node) on document.createDoc
umentFragment() with too few arguments must throw TypeError | |
| 694 PASS Node interface: document.createDocumentFragment() must inherit property "co
ntains" with the proper type (39) | |
| 695 PASS Node interface: calling contains(Node) on document.createDocumentFragment()
with too few arguments must throw TypeError | |
| 696 PASS Node interface: document.createDocumentFragment() must inherit property "lo
okupPrefix" with the proper type (40) | |
| 697 PASS Node interface: calling lookupPrefix(DOMString) on document.createDocumentF
ragment() with too few arguments must throw TypeError | |
| 698 PASS Node interface: document.createDocumentFragment() must inherit property "lo
okupNamespaceURI" with the proper type (41) | |
| 699 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createDoc
umentFragment() with too few arguments must throw TypeError | |
| 700 PASS Node interface: document.createDocumentFragment() must inherit property "is
DefaultNamespace" with the proper type (42) | |
| 701 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createDoc
umentFragment() with too few arguments must throw TypeError | |
| 702 PASS Node interface: document.createDocumentFragment() must inherit property "in
sertBefore" with the proper type (43) | |
| 703 PASS Node interface: calling insertBefore(Node,Node) on document.createDocumentF
ragment() with too few arguments must throw TypeError | |
| 704 PASS Node interface: document.createDocumentFragment() must inherit property "ap
pendChild" with the proper type (44) | |
| 705 PASS Node interface: calling appendChild(Node) on document.createDocumentFragmen
t() with too few arguments must throw TypeError | |
| 706 PASS Node interface: document.createDocumentFragment() must inherit property "re
placeChild" with the proper type (45) | |
| 707 PASS Node interface: calling replaceChild(Node,Node) on document.createDocumentF
ragment() with too few arguments must throw TypeError | |
| 708 PASS Node interface: document.createDocumentFragment() must inherit property "re
moveChild" with the proper type (46) | |
| 709 PASS Node interface: calling removeChild(Node) on document.createDocumentFragmen
t() with too few arguments must throw TypeError | |
| 710 PASS EventTarget interface: document.createDocumentFragment() must inherit prope
rty "addEventListener" with the proper type (0) | |
| 711 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob
ject Object],[object Object]) on document.createDocumentFragment() with too few
arguments must throw TypeError | |
| 712 PASS EventTarget interface: document.createDocumentFragment() must inherit prope
rty "removeEventListener" with the proper type (1) | |
| 713 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,
[object Object],[object Object]) on document.createDocumentFragment() with too f
ew arguments must throw TypeError | |
| 714 PASS EventTarget interface: document.createDocumentFragment() must inherit prope
rty "dispatchEvent" with the proper type (2) | |
| 715 PASS EventTarget interface: calling dispatchEvent(Event) on document.createDocum
entFragment() with too few arguments must throw TypeError | |
| 716 PASS ShadowRoot interface: existence and properties of interface object | |
| 717 PASS ShadowRoot interface object length | |
| 718 PASS ShadowRoot interface object name | |
| 719 PASS ShadowRoot interface: existence and properties of interface prototype objec
t | |
| 720 PASS ShadowRoot interface: existence and properties of interface prototype objec
t's "constructor" property | |
| 721 PASS ShadowRoot interface: attribute mode | |
| 722 PASS ShadowRoot interface: attribute host | |
| 723 PASS Element interface: existence and properties of interface object | |
| 724 PASS Element interface object length | |
| 725 PASS Element interface object name | |
| 726 PASS Element interface: existence and properties of interface prototype object | |
| 727 PASS Element interface: existence and properties of interface prototype object's
"constructor" property | |
| 728 PASS Element interface: attribute namespaceURI | |
| 729 PASS Element interface: attribute prefix | |
| 730 PASS Element interface: attribute localName | |
| 731 PASS Element interface: attribute tagName | |
| 732 PASS Element interface: attribute id | |
| 733 PASS Element interface: attribute className | |
| 734 PASS Element interface: attribute classList | |
| 735 PASS Element interface: attribute slot | |
| 736 PASS Element interface: operation hasAttributes() | |
| 737 PASS Element interface: attribute attributes | |
| 738 FAIL Element interface: operation getAttributeNames() assert_own_property: inter
face prototype object missing non-static operation expected property "getAttribu
teNames" missing | |
| 739 PASS Element interface: operation getAttribute(DOMString) | |
| 740 PASS Element interface: operation getAttributeNS(DOMString,DOMString) | |
| 741 PASS Element interface: operation setAttribute(DOMString,DOMString) | |
| 742 PASS Element interface: operation setAttributeNS(DOMString,DOMString,DOMString) | |
| 743 PASS Element interface: operation removeAttribute(DOMString) | |
| 744 PASS Element interface: operation removeAttributeNS(DOMString,DOMString) | |
| 745 PASS Element interface: operation hasAttribute(DOMString) | |
| 746 PASS Element interface: operation hasAttributeNS(DOMString,DOMString) | |
| 747 PASS Element interface: operation getAttributeNode(DOMString) | |
| 748 PASS Element interface: operation getAttributeNodeNS(DOMString,DOMString) | |
| 749 PASS Element interface: operation setAttributeNode(Attr) | |
| 750 PASS Element interface: operation setAttributeNodeNS(Attr) | |
| 751 PASS Element interface: operation removeAttributeNode(Attr) | |
| 752 PASS Element interface: operation attachShadow(ShadowRootInit) | |
| 753 PASS Element interface: attribute shadowRoot | |
| 754 PASS Element interface: operation closest(DOMString) | |
| 755 PASS Element interface: operation matches(DOMString) | |
| 756 PASS Element interface: operation webkitMatchesSelector(DOMString) | |
| 757 PASS Element interface: operation getElementsByTagName(DOMString) | |
| 758 PASS Element interface: operation getElementsByTagNameNS(DOMString,DOMString) | |
| 759 PASS Element interface: operation getElementsByClassName(DOMString) | |
| 760 PASS Element interface: operation insertAdjacentElement(DOMString,Element) | |
| 761 PASS Element interface: operation insertAdjacentText(DOMString,DOMString) | |
| 762 PASS Element interface: attribute children | |
| 763 PASS Element interface: attribute firstElementChild | |
| 764 PASS Element interface: attribute lastElementChild | |
| 765 PASS Element interface: attribute childElementCount | |
| 766 PASS Element interface: operation prepend([object Object],[object Object]) | |
| 767 PASS Element interface: operation append([object Object],[object Object]) | |
| 768 PASS Element interface: operation querySelector(DOMString) | |
| 769 PASS Element interface: operation querySelectorAll(DOMString) | |
| 770 PASS Element interface: attribute previousElementSibling | |
| 771 PASS Element interface: attribute nextElementSibling | |
| 772 PASS Element interface: operation before([object Object],[object Object]) | |
| 773 PASS Element interface: operation after([object Object],[object Object]) | |
| 774 PASS Element interface: operation replaceWith([object Object],[object Object]) | |
| 775 PASS Element interface: operation remove() | |
| 776 PASS Element interface: attribute assignedSlot | |
| 777 PASS Element interface: element must inherit property "namespaceURI" with the pr
oper type (0) | |
| 778 PASS Element interface: element must inherit property "prefix" with the proper t
ype (1) | |
| 779 PASS Element interface: element must inherit property "localName" with the prope
r type (2) | |
| 780 PASS Element interface: element must inherit property "tagName" with the proper
type (3) | |
| 781 PASS Element interface: element must inherit property "id" with the proper type
(4) | |
| 782 PASS Element interface: element must inherit property "className" with the prope
r type (5) | |
| 783 PASS Element interface: element must inherit property "classList" with the prope
r type (6) | |
| 784 PASS Element interface: element must inherit property "slot" with the proper typ
e (7) | |
| 785 PASS Element interface: element must inherit property "hasAttributes" with the p
roper type (8) | |
| 786 PASS Element interface: element must inherit property "attributes" with the prop
er type (9) | |
| 787 FAIL Element interface: element must inherit property "getAttributeNames" with t
he proper type (10) assert_inherits: property "getAttributeNames" not found in p
rototype chain | |
| 788 PASS Element interface: element must inherit property "getAttribute" with the pr
oper type (11) | |
| 789 PASS Element interface: calling getAttribute(DOMString) on element with too few
arguments must throw TypeError | |
| 790 PASS Element interface: element must inherit property "getAttributeNS" with the
proper type (12) | |
| 791 PASS Element interface: calling getAttributeNS(DOMString,DOMString) on element w
ith too few arguments must throw TypeError | |
| 792 PASS Element interface: element must inherit property "setAttribute" with the pr
oper type (13) | |
| 793 PASS Element interface: calling setAttribute(DOMString,DOMString) on element wit
h too few arguments must throw TypeError | |
| 794 PASS Element interface: element must inherit property "setAttributeNS" with the
proper type (14) | |
| 795 PASS Element interface: calling setAttributeNS(DOMString,DOMString,DOMString) on
element with too few arguments must throw TypeError | |
| 796 PASS Element interface: element must inherit property "removeAttribute" with the
proper type (15) | |
| 797 PASS Element interface: calling removeAttribute(DOMString) on element with too f
ew arguments must throw TypeError | |
| 798 PASS Element interface: element must inherit property "removeAttributeNS" with t
he proper type (16) | |
| 799 PASS Element interface: calling removeAttributeNS(DOMString,DOMString) on elemen
t with too few arguments must throw TypeError | |
| 800 PASS Element interface: element must inherit property "hasAttribute" with the pr
oper type (17) | |
| 801 PASS Element interface: calling hasAttribute(DOMString) on element with too few
arguments must throw TypeError | |
| 802 PASS Element interface: element must inherit property "hasAttributeNS" with the
proper type (18) | |
| 803 PASS Element interface: calling hasAttributeNS(DOMString,DOMString) on element w
ith too few arguments must throw TypeError | |
| 804 PASS Element interface: element must inherit property "getAttributeNode" with th
e proper type (19) | |
| 805 PASS Element interface: calling getAttributeNode(DOMString) on element with too
few arguments must throw TypeError | |
| 806 PASS Element interface: element must inherit property "getAttributeNodeNS" with
the proper type (20) | |
| 807 PASS Element interface: calling getAttributeNodeNS(DOMString,DOMString) on eleme
nt with too few arguments must throw TypeError | |
| 808 PASS Element interface: element must inherit property "setAttributeNode" with th
e proper type (21) | |
| 809 PASS Element interface: calling setAttributeNode(Attr) on element with too few a
rguments must throw TypeError | |
| 810 PASS Element interface: element must inherit property "setAttributeNodeNS" with
the proper type (22) | |
| 811 PASS Element interface: calling setAttributeNodeNS(Attr) on element with too few
arguments must throw TypeError | |
| 812 PASS Element interface: element must inherit property "removeAttributeNode" with
the proper type (23) | |
| 813 PASS Element interface: calling removeAttributeNode(Attr) on element with too fe
w arguments must throw TypeError | |
| 814 PASS Element interface: element must inherit property "attachShadow" with the pr
oper type (24) | |
| 815 PASS Element interface: calling attachShadow(ShadowRootInit) on element with too
few arguments must throw TypeError | |
| 816 PASS Element interface: element must inherit property "shadowRoot" with the prop
er type (25) | |
| 817 PASS Element interface: element must inherit property "closest" with the proper
type (26) | |
| 818 PASS Element interface: calling closest(DOMString) on element with too few argum
ents must throw TypeError | |
| 819 PASS Element interface: element must inherit property "matches" with the proper
type (27) | |
| 820 PASS Element interface: calling matches(DOMString) on element with too few argum
ents must throw TypeError | |
| 821 PASS Element interface: element must inherit property "webkitMatchesSelector" wi
th the proper type (28) | |
| 822 PASS Element interface: calling webkitMatchesSelector(DOMString) on element with
too few arguments must throw TypeError | |
| 823 PASS Element interface: element must inherit property "getElementsByTagName" wit
h the proper type (29) | |
| 824 PASS Element interface: calling getElementsByTagName(DOMString) on element with
too few arguments must throw TypeError | |
| 825 PASS Element interface: element must inherit property "getElementsByTagNameNS" w
ith the proper type (30) | |
| 826 PASS Element interface: calling getElementsByTagNameNS(DOMString,DOMString) on e
lement with too few arguments must throw TypeError | |
| 827 PASS Element interface: element must inherit property "getElementsByClassName" w
ith the proper type (31) | |
| 828 PASS Element interface: calling getElementsByClassName(DOMString) on element wit
h too few arguments must throw TypeError | |
| 829 PASS Element interface: element must inherit property "insertAdjacentElement" wi
th the proper type (32) | |
| 830 PASS Element interface: calling insertAdjacentElement(DOMString,Element) on elem
ent with too few arguments must throw TypeError | |
| 831 PASS Element interface: element must inherit property "insertAdjacentText" with
the proper type (33) | |
| 832 PASS Element interface: calling insertAdjacentText(DOMString,DOMString) on eleme
nt with too few arguments must throw TypeError | |
| 833 PASS Element interface: element must inherit property "children" with the proper
type (34) | |
| 834 PASS Element interface: element must inherit property "firstElementChild" with t
he proper type (35) | |
| 835 PASS Element interface: element must inherit property "lastElementChild" with th
e proper type (36) | |
| 836 PASS Element interface: element must inherit property "childElementCount" with t
he proper type (37) | |
| 837 PASS Element interface: element must inherit property "prepend" with the proper
type (38) | |
| 838 PASS Element interface: calling prepend([object Object],[object Object]) on elem
ent with too few arguments must throw TypeError | |
| 839 PASS Element interface: element must inherit property "append" with the proper t
ype (39) | |
| 840 PASS Element interface: calling append([object Object],[object Object]) on eleme
nt with too few arguments must throw TypeError | |
| 841 PASS Element interface: element must inherit property "querySelector" with the p
roper type (40) | |
| 842 PASS Element interface: calling querySelector(DOMString) on element with too few
arguments must throw TypeError | |
| 843 PASS Element interface: element must inherit property "querySelectorAll" with th
e proper type (41) | |
| 844 PASS Element interface: calling querySelectorAll(DOMString) on element with too
few arguments must throw TypeError | |
| 845 PASS Element interface: element must inherit property "previousElementSibling" w
ith the proper type (42) | |
| 846 PASS Element interface: element must inherit property "nextElementSibling" with
the proper type (43) | |
| 847 PASS Element interface: element must inherit property "before" with the proper t
ype (44) | |
| 848 PASS Element interface: calling before([object Object],[object Object]) on eleme
nt with too few arguments must throw TypeError | |
| 849 PASS Element interface: element must inherit property "after" with the proper ty
pe (45) | |
| 850 PASS Element interface: calling after([object Object],[object Object]) on elemen
t with too few arguments must throw TypeError | |
| 851 PASS Element interface: element must inherit property "replaceWith" with the pro
per type (46) | |
| 852 PASS Element interface: calling replaceWith([object Object],[object Object]) on
element with too few arguments must throw TypeError | |
| 853 PASS Element interface: element must inherit property "remove" with the proper t
ype (47) | |
| 854 PASS Element interface: element must inherit property "assignedSlot" with the pr
oper type (48) | |
| 855 PASS Node interface: element must inherit property "ELEMENT_NODE" with the prope
r type (0) | |
| 856 PASS Node interface: element must inherit property "ATTRIBUTE_NODE" with the pro
per type (1) | |
| 857 PASS Node interface: element must inherit property "TEXT_NODE" with the proper t
ype (2) | |
| 858 PASS Node interface: element must inherit property "CDATA_SECTION_NODE" with the
proper type (3) | |
| 859 PASS Node interface: element must inherit property "ENTITY_REFERENCE_NODE" with
the proper type (4) | |
| 860 PASS Node interface: element must inherit property "ENTITY_NODE" with the proper
type (5) | |
| 861 PASS Node interface: element must inherit property "PROCESSING_INSTRUCTION_NODE"
with the proper type (6) | |
| 862 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope
r type (7) | |
| 863 PASS Node interface: element must inherit property "DOCUMENT_NODE" with the prop
er type (8) | |
| 864 PASS Node interface: element must inherit property "DOCUMENT_TYPE_NODE" with the
proper type (9) | |
| 865 PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with
the proper type (10) | |
| 866 PASS Node interface: element must inherit property "NOTATION_NODE" with the prop
er type (11) | |
| 867 PASS Node interface: element must inherit property "nodeType" with the proper ty
pe (12) | |
| 868 PASS Node interface: element must inherit property "nodeName" with the proper ty
pe (13) | |
| 869 PASS Node interface: element must inherit property "baseURI" with the proper typ
e (14) | |
| 870 PASS Node interface: element must inherit property "isConnected" with the proper
type (15) | |
| 871 PASS Node interface: element must inherit property "ownerDocument" with the prop
er type (16) | |
| 872 PASS Node interface: element must inherit property "getRootNode" with the proper
type (17) | |
| 873 PASS Node interface: calling getRootNode(GetRootNodeOptions) on element with too
few arguments must throw TypeError | |
| 874 PASS Node interface: element must inherit property "parentNode" with the proper
type (18) | |
| 875 PASS Node interface: element must inherit property "parentElement" with the prop
er type (19) | |
| 876 PASS Node interface: element must inherit property "hasChildNodes" with the prop
er type (20) | |
| 877 PASS Node interface: element must inherit property "childNodes" with the proper
type (21) | |
| 878 PASS Node interface: element must inherit property "firstChild" with the proper
type (22) | |
| 879 PASS Node interface: element must inherit property "lastChild" with the proper t
ype (23) | |
| 880 PASS Node interface: element must inherit property "previousSibling" with the pr
oper type (24) | |
| 881 PASS Node interface: element must inherit property "nextSibling" with the proper
type (25) | |
| 882 PASS Node interface: element must inherit property "nodeValue" with the proper t
ype (26) | |
| 883 PASS Node interface: element must inherit property "textContent" with the proper
type (27) | |
| 884 PASS Node interface: element must inherit property "normalize" with the proper t
ype (28) | |
| 885 PASS Node interface: element must inherit property "cloneNode" with the proper t
ype (29) | |
| 886 PASS Node interface: calling cloneNode(boolean) on element with too few argument
s must throw TypeError | |
| 887 PASS Node interface: element must inherit property "isEqualNode" with the proper
type (30) | |
| 888 PASS Node interface: calling isEqualNode(Node) on element with too few arguments
must throw TypeError | |
| 889 PASS Node interface: element must inherit property "isSameNode" with the proper
type (31) | |
| 890 PASS Node interface: calling isSameNode(Node) on element with too few arguments
must throw TypeError | |
| 891 PASS Node interface: element must inherit property "DOCUMENT_POSITION_DISCONNECT
ED" with the proper type (32) | |
| 892 PASS Node interface: element must inherit property "DOCUMENT_POSITION_PRECEDING"
with the proper type (33) | |
| 893 PASS Node interface: element must inherit property "DOCUMENT_POSITION_FOLLOWING"
with the proper type (34) | |
| 894 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINS"
with the proper type (35) | |
| 895 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINED_
BY" with the proper type (36) | |
| 896 PASS Node interface: element must inherit property "DOCUMENT_POSITION_IMPLEMENTA
TION_SPECIFIC" with the proper type (37) | |
| 897 PASS Node interface: element must inherit property "compareDocumentPosition" wit
h the proper type (38) | |
| 898 PASS Node interface: calling compareDocumentPosition(Node) on element with too f
ew arguments must throw TypeError | |
| 899 PASS Node interface: element must inherit property "contains" with the proper ty
pe (39) | |
| 900 PASS Node interface: calling contains(Node) on element with too few arguments mu
st throw TypeError | |
| 901 PASS Node interface: element must inherit property "lookupPrefix" with the prope
r type (40) | |
| 902 PASS Node interface: calling lookupPrefix(DOMString) on element with too few arg
uments must throw TypeError | |
| 903 PASS Node interface: element must inherit property "lookupNamespaceURI" with the
proper type (41) | |
| 904 PASS Node interface: calling lookupNamespaceURI(DOMString) on element with too f
ew arguments must throw TypeError | |
| 905 PASS Node interface: element must inherit property "isDefaultNamespace" with the
proper type (42) | |
| 906 PASS Node interface: calling isDefaultNamespace(DOMString) on element with too f
ew arguments must throw TypeError | |
| 907 PASS Node interface: element must inherit property "insertBefore" with the prope
r type (43) | |
| 908 PASS Node interface: calling insertBefore(Node,Node) on element with too few arg
uments must throw TypeError | |
| 909 PASS Node interface: element must inherit property "appendChild" with the proper
type (44) | |
| 910 PASS Node interface: calling appendChild(Node) on element with too few arguments
must throw TypeError | |
| 911 PASS Node interface: element must inherit property "replaceChild" with the prope
r type (45) | |
| 912 PASS Node interface: calling replaceChild(Node,Node) on element with too few arg
uments must throw TypeError | |
| 913 PASS Node interface: element must inherit property "removeChild" with the proper
type (46) | |
| 914 PASS Node interface: calling removeChild(Node) on element with too few arguments
must throw TypeError | |
| 915 PASS EventTarget interface: element must inherit property "addEventListener" wit
h the proper type (0) | |
| 916 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob
ject Object],[object Object]) on element with too few arguments must throw TypeE
rror | |
| 917 PASS EventTarget interface: element must inherit property "removeEventListener"
with the proper type (1) | |
| 918 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,
[object Object],[object Object]) on element with too few arguments must throw Ty
peError | |
| 919 PASS EventTarget interface: element must inherit property "dispatchEvent" with t
he proper type (2) | |
| 920 PASS EventTarget interface: calling dispatchEvent(Event) on element with too few
arguments must throw TypeError | |
| 921 PASS NamedNodeMap interface: existence and properties of interface object | |
| 922 PASS NamedNodeMap interface object length | |
| 923 PASS NamedNodeMap interface object name | |
| 924 PASS NamedNodeMap interface: existence and properties of interface prototype obj
ect | |
| 925 PASS NamedNodeMap interface: existence and properties of interface prototype obj
ect's "constructor" property | |
| 926 PASS NamedNodeMap interface: attribute length | |
| 927 PASS NamedNodeMap interface: operation item(unsigned long) | |
| 928 PASS NamedNodeMap interface: operation getNamedItem(DOMString) | |
| 929 PASS NamedNodeMap interface: operation getNamedItemNS(DOMString,DOMString) | |
| 930 PASS NamedNodeMap interface: operation setNamedItem(Attr) | |
| 931 PASS NamedNodeMap interface: operation setNamedItemNS(Attr) | |
| 932 PASS NamedNodeMap interface: operation removeNamedItem(DOMString) | |
| 933 PASS NamedNodeMap interface: operation removeNamedItemNS(DOMString,DOMString) | |
| 934 PASS Attr interface: existence and properties of interface object | |
| 935 PASS Attr interface object length | |
| 936 PASS Attr interface object name | |
| 937 PASS Attr interface: existence and properties of interface prototype object | |
| 938 PASS Attr interface: existence and properties of interface prototype object's "c
onstructor" property | |
| 939 PASS Attr interface: attribute namespaceURI | |
| 940 PASS Attr interface: attribute prefix | |
| 941 PASS Attr interface: attribute localName | |
| 942 PASS Attr interface: attribute name | |
| 943 PASS Attr interface: attribute value | |
| 944 PASS Attr interface: attribute ownerElement | |
| 945 PASS Attr interface: attribute specified | |
| 946 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "namespaceURI" with the proper type (0) | |
| 947 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "prefix" with the proper type (1) | |
| 948 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "localName" with the proper type (2) | |
| 949 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "name" with the proper type (3) | |
| 950 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "value" with the proper type (4) | |
| 951 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ownerElement" with the proper type (5) | |
| 952 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "specified" with the proper type (6) | |
| 953 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ELEMENT_NODE" with the proper type (0) | |
| 954 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ATTRIBUTE_NODE" with the proper type (1) | |
| 955 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "TEXT_NODE" with the proper type (2) | |
| 956 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "CDATA_SECTION_NODE" with the proper type (3) | |
| 957 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ENTITY_REFERENCE_NODE" with the proper type (4) | |
| 958 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ENTITY_NODE" with the proper type (5) | |
| 959 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "PROCESSING_INSTRUCTION_NODE" with the proper type (6) | |
| 960 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "COMMENT_NODE" with the proper type (7) | |
| 961 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_NODE" with the proper type (8) | |
| 962 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_TYPE_NODE" with the proper type (9) | |
| 963 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_FRAGMENT_NODE" with the proper type (10) | |
| 964 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "NOTATION_NODE" with the proper type (11) | |
| 965 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "nodeType" with the proper type (12) | |
| 966 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "nodeName" with the proper type (13) | |
| 967 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "baseURI" with the proper type (14) | |
| 968 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "isConnected" with the proper type (15) | |
| 969 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ownerDocument" with the proper type (16) | |
| 970 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "getRootNode" with the proper type (17) | |
| 971 PASS Node interface: calling getRootNode(GetRootNodeOptions) on document.querySe
lector("[id]").attributes[0] with too few arguments must throw TypeError | |
| 972 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "parentNode" with the proper type (18) | |
| 973 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "parentElement" with the proper type (19) | |
| 974 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "hasChildNodes" with the proper type (20) | |
| 975 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "childNodes" with the proper type (21) | |
| 976 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "firstChild" with the proper type (22) | |
| 977 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "lastChild" with the proper type (23) | |
| 978 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "previousSibling" with the proper type (24) | |
| 979 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "nextSibling" with the proper type (25) | |
| 980 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "nodeValue" with the proper type (26) | |
| 981 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "textContent" with the proper type (27) | |
| 982 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "normalize" with the proper type (28) | |
| 983 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "cloneNode" with the proper type (29) | |
| 984 PASS Node interface: calling cloneNode(boolean) on document.querySelector("[id]"
).attributes[0] with too few arguments must throw TypeError | |
| 985 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "isEqualNode" with the proper type (30) | |
| 986 PASS Node interface: calling isEqualNode(Node) on document.querySelector("[id]")
.attributes[0] with too few arguments must throw TypeError | |
| 987 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "isSameNode" with the proper type (31) | |
| 988 PASS Node interface: calling isSameNode(Node) on document.querySelector("[id]").
attributes[0] with too few arguments must throw TypeError | |
| 989 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_POSITION_DISCONNECTED" with the proper type (32) | |
| 990 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_POSITION_PRECEDING" with the proper type (33) | |
| 991 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_POSITION_FOLLOWING" with the proper type (34) | |
| 992 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_POSITION_CONTAINS" with the proper type (35) | |
| 993 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (36) | |
| 994 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (37) | |
| 995 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "compareDocumentPosition" with the proper type (38) | |
| 996 PASS Node interface: calling compareDocumentPosition(Node) on document.querySele
ctor("[id]").attributes[0] with too few arguments must throw TypeError | |
| 997 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "contains" with the proper type (39) | |
| 998 PASS Node interface: calling contains(Node) on document.querySelector("[id]").at
tributes[0] with too few arguments must throw TypeError | |
| 999 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "lookupPrefix" with the proper type (40) | |
| 1000 PASS Node interface: calling lookupPrefix(DOMString) on document.querySelector("
[id]").attributes[0] with too few arguments must throw TypeError | |
| 1001 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "lookupNamespaceURI" with the proper type (41) | |
| 1002 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.querySele
ctor("[id]").attributes[0] with too few arguments must throw TypeError | |
| 1003 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "isDefaultNamespace" with the proper type (42) | |
| 1004 PASS Node interface: calling isDefaultNamespace(DOMString) on document.querySele
ctor("[id]").attributes[0] with too few arguments must throw TypeError | |
| 1005 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "insertBefore" with the proper type (43) | |
| 1006 PASS Node interface: calling insertBefore(Node,Node) on document.querySelector("
[id]").attributes[0] with too few arguments must throw TypeError | |
| 1007 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "appendChild" with the proper type (44) | |
| 1008 PASS Node interface: calling appendChild(Node) on document.querySelector("[id]")
.attributes[0] with too few arguments must throw TypeError | |
| 1009 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "replaceChild" with the proper type (45) | |
| 1010 PASS Node interface: calling replaceChild(Node,Node) on document.querySelector("
[id]").attributes[0] with too few arguments must throw TypeError | |
| 1011 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "removeChild" with the proper type (46) | |
| 1012 PASS Node interface: calling removeChild(Node) on document.querySelector("[id]")
.attributes[0] with too few arguments must throw TypeError | |
| 1013 PASS EventTarget interface: document.querySelector("[id]").attributes[0] must in
herit property "addEventListener" with the proper type (0) | |
| 1014 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob
ject Object],[object Object]) on document.querySelector("[id]").attributes[0] wi
th too few arguments must throw TypeError | |
| 1015 PASS EventTarget interface: document.querySelector("[id]").attributes[0] must in
herit property "removeEventListener" with the proper type (1) | |
| 1016 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,
[object Object],[object Object]) on document.querySelector("[id]").attributes[0]
with too few arguments must throw TypeError | |
| 1017 PASS EventTarget interface: document.querySelector("[id]").attributes[0] must in
herit property "dispatchEvent" with the proper type (2) | |
| 1018 PASS EventTarget interface: calling dispatchEvent(Event) on document.querySelect
or("[id]").attributes[0] with too few arguments must throw TypeError | |
| 1019 PASS CharacterData interface: existence and properties of interface object | |
| 1020 PASS CharacterData interface object length | |
| 1021 PASS CharacterData interface object name | |
| 1022 PASS CharacterData interface: existence and properties of interface prototype ob
ject | |
| 1023 PASS CharacterData interface: existence and properties of interface prototype ob
ject's "constructor" property | |
| 1024 PASS CharacterData interface: attribute data | |
| 1025 PASS CharacterData interface: attribute length | |
| 1026 PASS CharacterData interface: operation substringData(unsigned long,unsigned lon
g) | |
| 1027 PASS CharacterData interface: operation appendData(DOMString) | |
| 1028 PASS CharacterData interface: operation insertData(unsigned long,DOMString) | |
| 1029 PASS CharacterData interface: operation deleteData(unsigned long,unsigned long) | |
| 1030 PASS CharacterData interface: operation replaceData(unsigned long,unsigned long,
DOMString) | |
| 1031 PASS CharacterData interface: attribute previousElementSibling | |
| 1032 PASS CharacterData interface: attribute nextElementSibling | |
| 1033 PASS CharacterData interface: operation before([object Object],[object Object]) | |
| 1034 PASS CharacterData interface: operation after([object Object],[object Object]) | |
| 1035 PASS CharacterData interface: operation replaceWith([object Object],[object Obje
ct]) | |
| 1036 PASS CharacterData interface: operation remove() | |
| 1037 PASS Text interface: existence and properties of interface object | |
| 1038 PASS Text interface object length | |
| 1039 PASS Text interface object name | |
| 1040 PASS Text interface: existence and properties of interface prototype object | |
| 1041 PASS Text interface: existence and properties of interface prototype object's "c
onstructor" property | |
| 1042 PASS Text interface: operation splitText(unsigned long) | |
| 1043 PASS Text interface: attribute wholeText | |
| 1044 PASS Text interface: attribute assignedSlot | |
| 1045 PASS Text interface: document.createTextNode("abc") must inherit property "split
Text" with the proper type (0) | |
| 1046 PASS Text interface: calling splitText(unsigned long) on document.createTextNode
("abc") with too few arguments must throw TypeError | |
| 1047 PASS Text interface: document.createTextNode("abc") must inherit property "whole
Text" with the proper type (1) | |
| 1048 PASS Text interface: document.createTextNode("abc") must inherit property "assig
nedSlot" with the proper type (2) | |
| 1049 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "data" with the proper type (0) | |
| 1050 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "length" with the proper type (1) | |
| 1051 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "substringData" with the proper type (2) | |
| 1052 PASS CharacterData interface: calling substringData(unsigned long,unsigned long)
on document.createTextNode("abc") with too few arguments must throw TypeError | |
| 1053 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "appendData" with the proper type (3) | |
| 1054 PASS CharacterData interface: calling appendData(DOMString) on document.createTe
xtNode("abc") with too few arguments must throw TypeError | |
| 1055 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "insertData" with the proper type (4) | |
| 1056 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on doc
ument.createTextNode("abc") with too few arguments must throw TypeError | |
| 1057 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "deleteData" with the proper type (5) | |
| 1058 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on
document.createTextNode("abc") with too few arguments must throw TypeError | |
| 1059 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "replaceData" with the proper type (6) | |
| 1060 PASS CharacterData interface: calling replaceData(unsigned long,unsigned long,DO
MString) on document.createTextNode("abc") with too few arguments must throw Typ
eError | |
| 1061 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "previousElementSibling" with the proper type (7) | |
| 1062 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "nextElementSibling" with the proper type (8) | |
| 1063 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "before" with the proper type (9) | |
| 1064 PASS CharacterData interface: calling before([object Object],[object Object]) on
document.createTextNode("abc") with too few arguments must throw TypeError | |
| 1065 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "after" with the proper type (10) | |
| 1066 PASS CharacterData interface: calling after([object Object],[object Object]) on
document.createTextNode("abc") with too few arguments must throw TypeError | |
| 1067 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "replaceWith" with the proper type (11) | |
| 1068 PASS CharacterData interface: calling replaceWith([object Object],[object Object
]) on document.createTextNode("abc") with too few arguments must throw TypeError
| |
| 1069 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "remove" with the proper type (12) | |
| 1070 PASS Node interface: document.createTextNode("abc") must inherit property "ELEME
NT_NODE" with the proper type (0) | |
| 1071 PASS Node interface: document.createTextNode("abc") must inherit property "ATTRI
BUTE_NODE" with the proper type (1) | |
| 1072 PASS Node interface: document.createTextNode("abc") must inherit property "TEXT_
NODE" with the proper type (2) | |
| 1073 PASS Node interface: document.createTextNode("abc") must inherit property "CDATA
_SECTION_NODE" with the proper type (3) | |
| 1074 PASS Node interface: document.createTextNode("abc") must inherit property "ENTIT
Y_REFERENCE_NODE" with the proper type (4) | |
| 1075 PASS Node interface: document.createTextNode("abc") must inherit property "ENTIT
Y_NODE" with the proper type (5) | |
| 1076 PASS Node interface: document.createTextNode("abc") must inherit property "PROCE
SSING_INSTRUCTION_NODE" with the proper type (6) | |
| 1077 PASS Node interface: document.createTextNode("abc") must inherit property "COMME
NT_NODE" with the proper type (7) | |
| 1078 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_NODE" with the proper type (8) | |
| 1079 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_TYPE_NODE" with the proper type (9) | |
| 1080 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_FRAGMENT_NODE" with the proper type (10) | |
| 1081 PASS Node interface: document.createTextNode("abc") must inherit property "NOTAT
ION_NODE" with the proper type (11) | |
| 1082 PASS Node interface: document.createTextNode("abc") must inherit property "nodeT
ype" with the proper type (12) | |
| 1083 PASS Node interface: document.createTextNode("abc") must inherit property "nodeN
ame" with the proper type (13) | |
| 1084 PASS Node interface: document.createTextNode("abc") must inherit property "baseU
RI" with the proper type (14) | |
| 1085 PASS Node interface: document.createTextNode("abc") must inherit property "isCon
nected" with the proper type (15) | |
| 1086 PASS Node interface: document.createTextNode("abc") must inherit property "owner
Document" with the proper type (16) | |
| 1087 PASS Node interface: document.createTextNode("abc") must inherit property "getRo
otNode" with the proper type (17) | |
| 1088 PASS Node interface: calling getRootNode(GetRootNodeOptions) on document.createT
extNode("abc") with too few arguments must throw TypeError | |
| 1089 PASS Node interface: document.createTextNode("abc") must inherit property "paren
tNode" with the proper type (18) | |
| 1090 PASS Node interface: document.createTextNode("abc") must inherit property "paren
tElement" with the proper type (19) | |
| 1091 PASS Node interface: document.createTextNode("abc") must inherit property "hasCh
ildNodes" with the proper type (20) | |
| 1092 PASS Node interface: document.createTextNode("abc") must inherit property "child
Nodes" with the proper type (21) | |
| 1093 PASS Node interface: document.createTextNode("abc") must inherit property "first
Child" with the proper type (22) | |
| 1094 PASS Node interface: document.createTextNode("abc") must inherit property "lastC
hild" with the proper type (23) | |
| 1095 PASS Node interface: document.createTextNode("abc") must inherit property "previ
ousSibling" with the proper type (24) | |
| 1096 PASS Node interface: document.createTextNode("abc") must inherit property "nextS
ibling" with the proper type (25) | |
| 1097 PASS Node interface: document.createTextNode("abc") must inherit property "nodeV
alue" with the proper type (26) | |
| 1098 PASS Node interface: document.createTextNode("abc") must inherit property "textC
ontent" with the proper type (27) | |
| 1099 PASS Node interface: document.createTextNode("abc") must inherit property "norma
lize" with the proper type (28) | |
| 1100 PASS Node interface: document.createTextNode("abc") must inherit property "clone
Node" with the proper type (29) | |
| 1101 PASS Node interface: calling cloneNode(boolean) on document.createTextNode("abc"
) with too few arguments must throw TypeError | |
| 1102 PASS Node interface: document.createTextNode("abc") must inherit property "isEqu
alNode" with the proper type (30) | |
| 1103 PASS Node interface: calling isEqualNode(Node) on document.createTextNode("abc")
with too few arguments must throw TypeError | |
| 1104 PASS Node interface: document.createTextNode("abc") must inherit property "isSam
eNode" with the proper type (31) | |
| 1105 PASS Node interface: calling isSameNode(Node) on document.createTextNode("abc")
with too few arguments must throw TypeError | |
| 1106 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_DISCONNECTED" with the proper type (32) | |
| 1107 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_PRECEDING" with the proper type (33) | |
| 1108 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_FOLLOWING" with the proper type (34) | |
| 1109 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_CONTAINS" with the proper type (35) | |
| 1110 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_CONTAINED_BY" with the proper type (36) | |
| 1111 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (37) | |
| 1112 PASS Node interface: document.createTextNode("abc") must inherit property "compa
reDocumentPosition" with the proper type (38) | |
| 1113 PASS Node interface: calling compareDocumentPosition(Node) on document.createTex
tNode("abc") with too few arguments must throw TypeError | |
| 1114 PASS Node interface: document.createTextNode("abc") must inherit property "conta
ins" with the proper type (39) | |
| 1115 PASS Node interface: calling contains(Node) on document.createTextNode("abc") wi
th too few arguments must throw TypeError | |
| 1116 PASS Node interface: document.createTextNode("abc") must inherit property "looku
pPrefix" with the proper type (40) | |
| 1117 PASS Node interface: calling lookupPrefix(DOMString) on document.createTextNode(
"abc") with too few arguments must throw TypeError | |
| 1118 PASS Node interface: document.createTextNode("abc") must inherit property "looku
pNamespaceURI" with the proper type (41) | |
| 1119 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createTex
tNode("abc") with too few arguments must throw TypeError | |
| 1120 PASS Node interface: document.createTextNode("abc") must inherit property "isDef
aultNamespace" with the proper type (42) | |
| 1121 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createTex
tNode("abc") with too few arguments must throw TypeError | |
| 1122 PASS Node interface: document.createTextNode("abc") must inherit property "inser
tBefore" with the proper type (43) | |
| 1123 PASS Node interface: calling insertBefore(Node,Node) on document.createTextNode(
"abc") with too few arguments must throw TypeError | |
| 1124 PASS Node interface: document.createTextNode("abc") must inherit property "appen
dChild" with the proper type (44) | |
| 1125 PASS Node interface: calling appendChild(Node) on document.createTextNode("abc")
with too few arguments must throw TypeError | |
| 1126 PASS Node interface: document.createTextNode("abc") must inherit property "repla
ceChild" with the proper type (45) | |
| 1127 PASS Node interface: calling replaceChild(Node,Node) on document.createTextNode(
"abc") with too few arguments must throw TypeError | |
| 1128 PASS Node interface: document.createTextNode("abc") must inherit property "remov
eChild" with the proper type (46) | |
| 1129 PASS Node interface: calling removeChild(Node) on document.createTextNode("abc")
with too few arguments must throw TypeError | |
| 1130 PASS EventTarget interface: document.createTextNode("abc") must inherit property
"addEventListener" with the proper type (0) | |
| 1131 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob
ject Object],[object Object]) on document.createTextNode("abc") with too few arg
uments must throw TypeError | |
| 1132 PASS EventTarget interface: document.createTextNode("abc") must inherit property
"removeEventListener" with the proper type (1) | |
| 1133 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,
[object Object],[object Object]) on document.createTextNode("abc") with too few
arguments must throw TypeError | |
| 1134 PASS EventTarget interface: document.createTextNode("abc") must inherit property
"dispatchEvent" with the proper type (2) | |
| 1135 PASS EventTarget interface: calling dispatchEvent(Event) on document.createTextN
ode("abc") with too few arguments must throw TypeError | |
| 1136 PASS CDATASection interface: existence and properties of interface object | |
| 1137 PASS CDATASection interface object length | |
| 1138 PASS CDATASection interface object name | |
| 1139 PASS CDATASection interface: existence and properties of interface prototype obj
ect | |
| 1140 PASS CDATASection interface: existence and properties of interface prototype obj
ect's "constructor" property | |
| 1141 PASS ProcessingInstruction interface: existence and properties of interface obje
ct | |
| 1142 PASS ProcessingInstruction interface object length | |
| 1143 PASS ProcessingInstruction interface object name | |
| 1144 PASS ProcessingInstruction interface: existence and properties of interface prot
otype object | |
| 1145 PASS ProcessingInstruction interface: existence and properties of interface prot
otype object's "constructor" property | |
| 1146 PASS ProcessingInstruction interface: attribute target | |
| 1147 PASS ProcessingInstruction interface: xmlDoc.createProcessingInstruction("abc",
"def") must inherit property "target" with the proper type (0) | |
| 1148 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "data" with the proper type (0) | |
| 1149 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "length" with the proper type (1) | |
| 1150 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "substringData" with the proper type (2) | |
| 1151 PASS CharacterData interface: calling substringData(unsigned long,unsigned long)
on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must
throw TypeError | |
| 1152 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "appendData" with the proper type (3) | |
| 1153 PASS CharacterData interface: calling appendData(DOMString) on xmlDoc.createProc
essingInstruction("abc", "def") with too few arguments must throw TypeError | |
| 1154 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "insertData" with the proper type (4) | |
| 1155 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on xml
Doc.createProcessingInstruction("abc", "def") with too few arguments must throw
TypeError | |
| 1156 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "deleteData" with the proper type (5) | |
| 1157 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on
xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must th
row TypeError | |
| 1158 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "replaceData" with the proper type (6) | |
| 1159 PASS CharacterData interface: calling replaceData(unsigned long,unsigned long,DO
MString) on xmlDoc.createProcessingInstruction("abc", "def") with too few argume
nts must throw TypeError | |
| 1160 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "previousElementSibling" with the proper type (7) | |
| 1161 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "nextElementSibling" with the proper type (8) | |
| 1162 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "before" with the proper type (9) | |
| 1163 PASS CharacterData interface: calling before([object Object],[object Object]) on
xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must th
row TypeError | |
| 1164 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "after" with the proper type (10) | |
| 1165 PASS CharacterData interface: calling after([object Object],[object Object]) on
xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must thr
ow TypeError | |
| 1166 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "replaceWith" with the proper type (11) | |
| 1167 PASS CharacterData interface: calling replaceWith([object Object],[object Object
]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments mu
st throw TypeError | |
| 1168 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "remove" with the proper type (12) | |
| 1169 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "ELEMENT_NODE" with the proper type (0) | |
| 1170 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "ATTRIBUTE_NODE" with the proper type (1) | |
| 1171 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "TEXT_NODE" with the proper type (2) | |
| 1172 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "CDATA_SECTION_NODE" with the proper type (3) | |
| 1173 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "ENTITY_REFERENCE_NODE" with the proper type (4) | |
| 1174 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "ENTITY_NODE" with the proper type (5) | |
| 1175 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) | |
| 1176 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "COMMENT_NODE" with the proper type (7) | |
| 1177 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_NODE" with the proper type (8) | |
| 1178 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_TYPE_NODE" with the proper type (9) | |
| 1179 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) | |
| 1180 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "NOTATION_NODE" with the proper type (11) | |
| 1181 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "nodeType" with the proper type (12) | |
| 1182 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "nodeName" with the proper type (13) | |
| 1183 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "baseURI" with the proper type (14) | |
| 1184 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "isConnected" with the proper type (15) | |
| 1185 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "ownerDocument" with the proper type (16) | |
| 1186 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "getRootNode" with the proper type (17) | |
| 1187 PASS Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc.createPro
cessingInstruction("abc", "def") with too few arguments must throw TypeError | |
| 1188 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "parentNode" with the proper type (18) | |
| 1189 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "parentElement" with the proper type (19) | |
| 1190 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "hasChildNodes" with the proper type (20) | |
| 1191 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "childNodes" with the proper type (21) | |
| 1192 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "firstChild" with the proper type (22) | |
| 1193 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "lastChild" with the proper type (23) | |
| 1194 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "previousSibling" with the proper type (24) | |
| 1195 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "nextSibling" with the proper type (25) | |
| 1196 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "nodeValue" with the proper type (26) | |
| 1197 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "textContent" with the proper type (27) | |
| 1198 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "normalize" with the proper type (28) | |
| 1199 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "cloneNode" with the proper type (29) | |
| 1200 PASS Node interface: calling cloneNode(boolean) on xmlDoc.createProcessingInstru
ction("abc", "def") with too few arguments must throw TypeError | |
| 1201 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "isEqualNode" with the proper type (30) | |
| 1202 PASS Node interface: calling isEqualNode(Node) on xmlDoc.createProcessingInstruc
tion("abc", "def") with too few arguments must throw TypeError | |
| 1203 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "isSameNode" with the proper type (31) | |
| 1204 PASS Node interface: calling isSameNode(Node) on xmlDoc.createProcessingInstruct
ion("abc", "def") with too few arguments must throw TypeError | |
| 1205 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (32) | |
| 1206 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_PRECEDING" with the proper type (33) | |
| 1207 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_FOLLOWING" with the proper type (34) | |
| 1208 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_CONTAINS" with the proper type (35) | |
| 1209 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (36) | |
| 1210 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (37
) | |
| 1211 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "compareDocumentPosition" with the proper type (38) | |
| 1212 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc.createProce
ssingInstruction("abc", "def") with too few arguments must throw TypeError | |
| 1213 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "contains" with the proper type (39) | |
| 1214 PASS Node interface: calling contains(Node) on xmlDoc.createProcessingInstructio
n("abc", "def") with too few arguments must throw TypeError | |
| 1215 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "lookupPrefix" with the proper type (40) | |
| 1216 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc.createProcessingI
nstruction("abc", "def") with too few arguments must throw TypeError | |
| 1217 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "lookupNamespaceURI" with the proper type (41) | |
| 1218 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc.createProce
ssingInstruction("abc", "def") with too few arguments must throw TypeError | |
| 1219 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "isDefaultNamespace" with the proper type (42) | |
| 1220 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc.createProce
ssingInstruction("abc", "def") with too few arguments must throw TypeError | |
| 1221 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "insertBefore" with the proper type (43) | |
| 1222 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc.createProcessingI
nstruction("abc", "def") with too few arguments must throw TypeError | |
| 1223 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "appendChild" with the proper type (44) | |
| 1224 PASS Node interface: calling appendChild(Node) on xmlDoc.createProcessingInstruc
tion("abc", "def") with too few arguments must throw TypeError | |
| 1225 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "replaceChild" with the proper type (45) | |
| 1226 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc.createProcessingI
nstruction("abc", "def") with too few arguments must throw TypeError | |
| 1227 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "removeChild" with the proper type (46) | |
| 1228 PASS Node interface: calling removeChild(Node) on xmlDoc.createProcessingInstruc
tion("abc", "def") with too few arguments must throw TypeError | |
| 1229 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus
t inherit property "addEventListener" with the proper type (0) | |
| 1230 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob
ject Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "def"
) with too few arguments must throw TypeError | |
| 1231 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus
t inherit property "removeEventListener" with the proper type (1) | |
| 1232 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,
[object Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "d
ef") with too few arguments must throw TypeError | |
| 1233 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus
t inherit property "dispatchEvent" with the proper type (2) | |
| 1234 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc.createProcess
ingInstruction("abc", "def") with too few arguments must throw TypeError | |
| 1235 PASS Comment interface: existence and properties of interface object | |
| 1236 PASS Comment interface object length | |
| 1237 PASS Comment interface object name | |
| 1238 PASS Comment interface: existence and properties of interface prototype object | |
| 1239 PASS Comment interface: existence and properties of interface prototype object's
"constructor" property | |
| 1240 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "data" with the proper type (0) | |
| 1241 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "length" with the proper type (1) | |
| 1242 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "substringData" with the proper type (2) | |
| 1243 PASS CharacterData interface: calling substringData(unsigned long,unsigned long)
on document.createComment("abc") with too few arguments must throw TypeError | |
| 1244 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "appendData" with the proper type (3) | |
| 1245 PASS CharacterData interface: calling appendData(DOMString) on document.createCo
mment("abc") with too few arguments must throw TypeError | |
| 1246 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "insertData" with the proper type (4) | |
| 1247 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on doc
ument.createComment("abc") with too few arguments must throw TypeError | |
| 1248 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "deleteData" with the proper type (5) | |
| 1249 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on
document.createComment("abc") with too few arguments must throw TypeError | |
| 1250 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "replaceData" with the proper type (6) | |
| 1251 PASS CharacterData interface: calling replaceData(unsigned long,unsigned long,DO
MString) on document.createComment("abc") with too few arguments must throw Type
Error | |
| 1252 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "previousElementSibling" with the proper type (7) | |
| 1253 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "nextElementSibling" with the proper type (8) | |
| 1254 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "before" with the proper type (9) | |
| 1255 PASS CharacterData interface: calling before([object Object],[object Object]) on
document.createComment("abc") with too few arguments must throw TypeError | |
| 1256 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "after" with the proper type (10) | |
| 1257 PASS CharacterData interface: calling after([object Object],[object Object]) on
document.createComment("abc") with too few arguments must throw TypeError | |
| 1258 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "replaceWith" with the proper type (11) | |
| 1259 PASS CharacterData interface: calling replaceWith([object Object],[object Object
]) on document.createComment("abc") with too few arguments must throw TypeError | |
| 1260 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "remove" with the proper type (12) | |
| 1261 PASS Node interface: document.createComment("abc") must inherit property "ELEMEN
T_NODE" with the proper type (0) | |
| 1262 PASS Node interface: document.createComment("abc") must inherit property "ATTRIB
UTE_NODE" with the proper type (1) | |
| 1263 PASS Node interface: document.createComment("abc") must inherit property "TEXT_N
ODE" with the proper type (2) | |
| 1264 PASS Node interface: document.createComment("abc") must inherit property "CDATA_
SECTION_NODE" with the proper type (3) | |
| 1265 PASS Node interface: document.createComment("abc") must inherit property "ENTITY
_REFERENCE_NODE" with the proper type (4) | |
| 1266 PASS Node interface: document.createComment("abc") must inherit property "ENTITY
_NODE" with the proper type (5) | |
| 1267 PASS Node interface: document.createComment("abc") must inherit property "PROCES
SING_INSTRUCTION_NODE" with the proper type (6) | |
| 1268 PASS Node interface: document.createComment("abc") must inherit property "COMMEN
T_NODE" with the proper type (7) | |
| 1269 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_NODE" with the proper type (8) | |
| 1270 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_TYPE_NODE" with the proper type (9) | |
| 1271 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_FRAGMENT_NODE" with the proper type (10) | |
| 1272 PASS Node interface: document.createComment("abc") must inherit property "NOTATI
ON_NODE" with the proper type (11) | |
| 1273 PASS Node interface: document.createComment("abc") must inherit property "nodeTy
pe" with the proper type (12) | |
| 1274 PASS Node interface: document.createComment("abc") must inherit property "nodeNa
me" with the proper type (13) | |
| 1275 PASS Node interface: document.createComment("abc") must inherit property "baseUR
I" with the proper type (14) | |
| 1276 PASS Node interface: document.createComment("abc") must inherit property "isConn
ected" with the proper type (15) | |
| 1277 PASS Node interface: document.createComment("abc") must inherit property "ownerD
ocument" with the proper type (16) | |
| 1278 PASS Node interface: document.createComment("abc") must inherit property "getRoo
tNode" with the proper type (17) | |
| 1279 PASS Node interface: calling getRootNode(GetRootNodeOptions) on document.createC
omment("abc") with too few arguments must throw TypeError | |
| 1280 PASS Node interface: document.createComment("abc") must inherit property "parent
Node" with the proper type (18) | |
| 1281 PASS Node interface: document.createComment("abc") must inherit property "parent
Element" with the proper type (19) | |
| 1282 PASS Node interface: document.createComment("abc") must inherit property "hasChi
ldNodes" with the proper type (20) | |
| 1283 PASS Node interface: document.createComment("abc") must inherit property "childN
odes" with the proper type (21) | |
| 1284 PASS Node interface: document.createComment("abc") must inherit property "firstC
hild" with the proper type (22) | |
| 1285 PASS Node interface: document.createComment("abc") must inherit property "lastCh
ild" with the proper type (23) | |
| 1286 PASS Node interface: document.createComment("abc") must inherit property "previo
usSibling" with the proper type (24) | |
| 1287 PASS Node interface: document.createComment("abc") must inherit property "nextSi
bling" with the proper type (25) | |
| 1288 PASS Node interface: document.createComment("abc") must inherit property "nodeVa
lue" with the proper type (26) | |
| 1289 PASS Node interface: document.createComment("abc") must inherit property "textCo
ntent" with the proper type (27) | |
| 1290 PASS Node interface: document.createComment("abc") must inherit property "normal
ize" with the proper type (28) | |
| 1291 PASS Node interface: document.createComment("abc") must inherit property "cloneN
ode" with the proper type (29) | |
| 1292 PASS Node interface: calling cloneNode(boolean) on document.createComment("abc")
with too few arguments must throw TypeError | |
| 1293 PASS Node interface: document.createComment("abc") must inherit property "isEqua
lNode" with the proper type (30) | |
| 1294 PASS Node interface: calling isEqualNode(Node) on document.createComment("abc")
with too few arguments must throw TypeError | |
| 1295 PASS Node interface: document.createComment("abc") must inherit property "isSame
Node" with the proper type (31) | |
| 1296 PASS Node interface: calling isSameNode(Node) on document.createComment("abc") w
ith too few arguments must throw TypeError | |
| 1297 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_DISCONNECTED" with the proper type (32) | |
| 1298 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_PRECEDING" with the proper type (33) | |
| 1299 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_FOLLOWING" with the proper type (34) | |
| 1300 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_CONTAINS" with the proper type (35) | |
| 1301 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_CONTAINED_BY" with the proper type (36) | |
| 1302 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (37) | |
| 1303 PASS Node interface: document.createComment("abc") must inherit property "compar
eDocumentPosition" with the proper type (38) | |
| 1304 PASS Node interface: calling compareDocumentPosition(Node) on document.createCom
ment("abc") with too few arguments must throw TypeError | |
| 1305 PASS Node interface: document.createComment("abc") must inherit property "contai
ns" with the proper type (39) | |
| 1306 PASS Node interface: calling contains(Node) on document.createComment("abc") wit
h too few arguments must throw TypeError | |
| 1307 PASS Node interface: document.createComment("abc") must inherit property "lookup
Prefix" with the proper type (40) | |
| 1308 PASS Node interface: calling lookupPrefix(DOMString) on document.createComment("
abc") with too few arguments must throw TypeError | |
| 1309 PASS Node interface: document.createComment("abc") must inherit property "lookup
NamespaceURI" with the proper type (41) | |
| 1310 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createCom
ment("abc") with too few arguments must throw TypeError | |
| 1311 PASS Node interface: document.createComment("abc") must inherit property "isDefa
ultNamespace" with the proper type (42) | |
| 1312 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createCom
ment("abc") with too few arguments must throw TypeError | |
| 1313 PASS Node interface: document.createComment("abc") must inherit property "insert
Before" with the proper type (43) | |
| 1314 PASS Node interface: calling insertBefore(Node,Node) on document.createComment("
abc") with too few arguments must throw TypeError | |
| 1315 PASS Node interface: document.createComment("abc") must inherit property "append
Child" with the proper type (44) | |
| 1316 PASS Node interface: calling appendChild(Node) on document.createComment("abc")
with too few arguments must throw TypeError | |
| 1317 PASS Node interface: document.createComment("abc") must inherit property "replac
eChild" with the proper type (45) | |
| 1318 PASS Node interface: calling replaceChild(Node,Node) on document.createComment("
abc") with too few arguments must throw TypeError | |
| 1319 PASS Node interface: document.createComment("abc") must inherit property "remove
Child" with the proper type (46) | |
| 1320 PASS Node interface: calling removeChild(Node) on document.createComment("abc")
with too few arguments must throw TypeError | |
| 1321 PASS EventTarget interface: document.createComment("abc") must inherit property
"addEventListener" with the proper type (0) | |
| 1322 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob
ject Object],[object Object]) on document.createComment("abc") with too few argu
ments must throw TypeError | |
| 1323 PASS EventTarget interface: document.createComment("abc") must inherit property
"removeEventListener" with the proper type (1) | |
| 1324 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,
[object Object],[object Object]) on document.createComment("abc") with too few a
rguments must throw TypeError | |
| 1325 PASS EventTarget interface: document.createComment("abc") must inherit property
"dispatchEvent" with the proper type (2) | |
| 1326 PASS EventTarget interface: calling dispatchEvent(Event) on document.createComme
nt("abc") with too few arguments must throw TypeError | |
| 1327 PASS Range interface: existence and properties of interface object | |
| 1328 PASS Range interface object length | |
| 1329 PASS Range interface object name | |
| 1330 PASS Range interface: existence and properties of interface prototype object | |
| 1331 PASS Range interface: existence and properties of interface prototype object's "
constructor" property | |
| 1332 PASS Range interface: attribute startContainer | |
| 1333 PASS Range interface: attribute startOffset | |
| 1334 PASS Range interface: attribute endContainer | |
| 1335 PASS Range interface: attribute endOffset | |
| 1336 PASS Range interface: attribute collapsed | |
| 1337 PASS Range interface: attribute commonAncestorContainer | |
| 1338 PASS Range interface: operation setStart(Node,unsigned long) | |
| 1339 PASS Range interface: operation setEnd(Node,unsigned long) | |
| 1340 PASS Range interface: operation setStartBefore(Node) | |
| 1341 PASS Range interface: operation setStartAfter(Node) | |
| 1342 PASS Range interface: operation setEndBefore(Node) | |
| 1343 PASS Range interface: operation setEndAfter(Node) | |
| 1344 PASS Range interface: operation collapse(boolean) | |
| 1345 PASS Range interface: operation selectNode(Node) | |
| 1346 PASS Range interface: operation selectNodeContents(Node) | |
| 1347 PASS Range interface: constant START_TO_START on interface object | |
| 1348 PASS Range interface: constant START_TO_START on interface prototype object | |
| 1349 PASS Range interface: constant START_TO_END on interface object | |
| 1350 PASS Range interface: constant START_TO_END on interface prototype object | |
| 1351 PASS Range interface: constant END_TO_END on interface object | |
| 1352 PASS Range interface: constant END_TO_END on interface prototype object | |
| 1353 PASS Range interface: constant END_TO_START on interface object | |
| 1354 PASS Range interface: constant END_TO_START on interface prototype object | |
| 1355 PASS Range interface: operation compareBoundaryPoints(unsigned short,Range) | |
| 1356 PASS Range interface: operation deleteContents() | |
| 1357 PASS Range interface: operation extractContents() | |
| 1358 PASS Range interface: operation cloneContents() | |
| 1359 PASS Range interface: operation insertNode(Node) | |
| 1360 PASS Range interface: operation surroundContents(Node) | |
| 1361 PASS Range interface: operation cloneRange() | |
| 1362 PASS Range interface: operation detach() | |
| 1363 PASS Range interface: operation isPointInRange(Node,unsigned long) | |
| 1364 PASS Range interface: operation comparePoint(Node,unsigned long) | |
| 1365 PASS Range interface: operation intersectsNode(Node) | |
| 1366 PASS Range interface: stringifier | |
| 1367 PASS Range interface: document.createRange() must inherit property "startContain
er" with the proper type (0) | |
| 1368 PASS Range interface: document.createRange() must inherit property "startOffset"
with the proper type (1) | |
| 1369 PASS Range interface: document.createRange() must inherit property "endContainer
" with the proper type (2) | |
| 1370 PASS Range interface: document.createRange() must inherit property "endOffset" w
ith the proper type (3) | |
| 1371 PASS Range interface: document.createRange() must inherit property "collapsed" w
ith the proper type (4) | |
| 1372 PASS Range interface: document.createRange() must inherit property "commonAncest
orContainer" with the proper type (5) | |
| 1373 PASS Range interface: document.createRange() must inherit property "setStart" wi
th the proper type (6) | |
| 1374 PASS Range interface: calling setStart(Node,unsigned long) on document.createRan
ge() with too few arguments must throw TypeError | |
| 1375 PASS Range interface: document.createRange() must inherit property "setEnd" with
the proper type (7) | |
| 1376 PASS Range interface: calling setEnd(Node,unsigned long) on document.createRange
() with too few arguments must throw TypeError | |
| 1377 PASS Range interface: document.createRange() must inherit property "setStartBefo
re" with the proper type (8) | |
| 1378 PASS Range interface: calling setStartBefore(Node) on document.createRange() wit
h too few arguments must throw TypeError | |
| 1379 PASS Range interface: document.createRange() must inherit property "setStartAfte
r" with the proper type (9) | |
| 1380 PASS Range interface: calling setStartAfter(Node) on document.createRange() with
too few arguments must throw TypeError | |
| 1381 PASS Range interface: document.createRange() must inherit property "setEndBefore
" with the proper type (10) | |
| 1382 PASS Range interface: calling setEndBefore(Node) on document.createRange() with
too few arguments must throw TypeError | |
| 1383 PASS Range interface: document.createRange() must inherit property "setEndAfter"
with the proper type (11) | |
| 1384 PASS Range interface: calling setEndAfter(Node) on document.createRange() with t
oo few arguments must throw TypeError | |
| 1385 PASS Range interface: document.createRange() must inherit property "collapse" wi
th the proper type (12) | |
| 1386 PASS Range interface: calling collapse(boolean) on document.createRange() with t
oo few arguments must throw TypeError | |
| 1387 PASS Range interface: document.createRange() must inherit property "selectNode"
with the proper type (13) | |
| 1388 PASS Range interface: calling selectNode(Node) on document.createRange() with to
o few arguments must throw TypeError | |
| 1389 PASS Range interface: document.createRange() must inherit property "selectNodeCo
ntents" with the proper type (14) | |
| 1390 PASS Range interface: calling selectNodeContents(Node) on document.createRange()
with too few arguments must throw TypeError | |
| 1391 PASS Range interface: document.createRange() must inherit property "START_TO_STA
RT" with the proper type (15) | |
| 1392 PASS Range interface: document.createRange() must inherit property "START_TO_END
" with the proper type (16) | |
| 1393 PASS Range interface: document.createRange() must inherit property "END_TO_END"
with the proper type (17) | |
| 1394 PASS Range interface: document.createRange() must inherit property "END_TO_START
" with the proper type (18) | |
| 1395 PASS Range interface: document.createRange() must inherit property "compareBound
aryPoints" with the proper type (19) | |
| 1396 PASS Range interface: calling compareBoundaryPoints(unsigned short,Range) on doc
ument.createRange() with too few arguments must throw TypeError | |
| 1397 PASS Range interface: document.createRange() must inherit property "deleteConten
ts" with the proper type (20) | |
| 1398 PASS Range interface: document.createRange() must inherit property "extractConte
nts" with the proper type (21) | |
| 1399 PASS Range interface: document.createRange() must inherit property "cloneContent
s" with the proper type (22) | |
| 1400 PASS Range interface: document.createRange() must inherit property "insertNode"
with the proper type (23) | |
| 1401 PASS Range interface: calling insertNode(Node) on document.createRange() with to
o few arguments must throw TypeError | |
| 1402 PASS Range interface: document.createRange() must inherit property "surroundCont
ents" with the proper type (24) | |
| 1403 PASS Range interface: calling surroundContents(Node) on document.createRange() w
ith too few arguments must throw TypeError | |
| 1404 PASS Range interface: document.createRange() must inherit property "cloneRange"
with the proper type (25) | |
| 1405 PASS Range interface: document.createRange() must inherit property "detach" with
the proper type (26) | |
| 1406 PASS Range interface: document.createRange() must inherit property "isPointInRan
ge" with the proper type (27) | |
| 1407 PASS Range interface: calling isPointInRange(Node,unsigned long) on document.cre
ateRange() with too few arguments must throw TypeError | |
| 1408 PASS Range interface: document.createRange() must inherit property "comparePoint
" with the proper type (28) | |
| 1409 PASS Range interface: calling comparePoint(Node,unsigned long) on document.creat
eRange() with too few arguments must throw TypeError | |
| 1410 PASS Range interface: document.createRange() must inherit property "intersectsNo
de" with the proper type (29) | |
| 1411 PASS Range interface: calling intersectsNode(Node) on document.createRange() wit
h too few arguments must throw TypeError | |
| 1412 PASS Range interface: detachedRange must inherit property "startContainer" with
the proper type (0) | |
| 1413 PASS Range interface: detachedRange must inherit property "startOffset" with the
proper type (1) | |
| 1414 PASS Range interface: detachedRange must inherit property "endContainer" with th
e proper type (2) | |
| 1415 PASS Range interface: detachedRange must inherit property "endOffset" with the p
roper type (3) | |
| 1416 PASS Range interface: detachedRange must inherit property "collapsed" with the p
roper type (4) | |
| 1417 PASS Range interface: detachedRange must inherit property "commonAncestorContain
er" with the proper type (5) | |
| 1418 PASS Range interface: detachedRange must inherit property "setStart" with the pr
oper type (6) | |
| 1419 PASS Range interface: calling setStart(Node,unsigned long) on detachedRange with
too few arguments must throw TypeError | |
| 1420 PASS Range interface: detachedRange must inherit property "setEnd" with the prop
er type (7) | |
| 1421 PASS Range interface: calling setEnd(Node,unsigned long) on detachedRange with t
oo few arguments must throw TypeError | |
| 1422 PASS Range interface: detachedRange must inherit property "setStartBefore" with
the proper type (8) | |
| 1423 PASS Range interface: calling setStartBefore(Node) on detachedRange with too few
arguments must throw TypeError | |
| 1424 PASS Range interface: detachedRange must inherit property "setStartAfter" with t
he proper type (9) | |
| 1425 PASS Range interface: calling setStartAfter(Node) on detachedRange with too few
arguments must throw TypeError | |
| 1426 PASS Range interface: detachedRange must inherit property "setEndBefore" with th
e proper type (10) | |
| 1427 PASS Range interface: calling setEndBefore(Node) on detachedRange with too few a
rguments must throw TypeError | |
| 1428 PASS Range interface: detachedRange must inherit property "setEndAfter" with the
proper type (11) | |
| 1429 PASS Range interface: calling setEndAfter(Node) on detachedRange with too few ar
guments must throw TypeError | |
| 1430 PASS Range interface: detachedRange must inherit property "collapse" with the pr
oper type (12) | |
| 1431 PASS Range interface: calling collapse(boolean) on detachedRange with too few ar
guments must throw TypeError | |
| 1432 PASS Range interface: detachedRange must inherit property "selectNode" with the
proper type (13) | |
| 1433 PASS Range interface: calling selectNode(Node) on detachedRange with too few arg
uments must throw TypeError | |
| 1434 PASS Range interface: detachedRange must inherit property "selectNodeContents" w
ith the proper type (14) | |
| 1435 PASS Range interface: calling selectNodeContents(Node) on detachedRange with too
few arguments must throw TypeError | |
| 1436 PASS Range interface: detachedRange must inherit property "START_TO_START" with
the proper type (15) | |
| 1437 PASS Range interface: detachedRange must inherit property "START_TO_END" with th
e proper type (16) | |
| 1438 PASS Range interface: detachedRange must inherit property "END_TO_END" with the
proper type (17) | |
| 1439 PASS Range interface: detachedRange must inherit property "END_TO_START" with th
e proper type (18) | |
| 1440 PASS Range interface: detachedRange must inherit property "compareBoundaryPoints
" with the proper type (19) | |
| 1441 PASS Range interface: calling compareBoundaryPoints(unsigned short,Range) on det
achedRange with too few arguments must throw TypeError | |
| 1442 PASS Range interface: detachedRange must inherit property "deleteContents" with
the proper type (20) | |
| 1443 PASS Range interface: detachedRange must inherit property "extractContents" with
the proper type (21) | |
| 1444 PASS Range interface: detachedRange must inherit property "cloneContents" with t
he proper type (22) | |
| 1445 PASS Range interface: detachedRange must inherit property "insertNode" with the
proper type (23) | |
| 1446 PASS Range interface: calling insertNode(Node) on detachedRange with too few arg
uments must throw TypeError | |
| 1447 PASS Range interface: detachedRange must inherit property "surroundContents" wit
h the proper type (24) | |
| 1448 PASS Range interface: calling surroundContents(Node) on detachedRange with too f
ew arguments must throw TypeError | |
| 1449 PASS Range interface: detachedRange must inherit property "cloneRange" with the
proper type (25) | |
| 1450 PASS Range interface: detachedRange must inherit property "detach" with the prop
er type (26) | |
| 1451 PASS Range interface: detachedRange must inherit property "isPointInRange" with
the proper type (27) | |
| 1452 PASS Range interface: calling isPointInRange(Node,unsigned long) on detachedRang
e with too few arguments must throw TypeError | |
| 1453 PASS Range interface: detachedRange must inherit property "comparePoint" with th
e proper type (28) | |
| 1454 PASS Range interface: calling comparePoint(Node,unsigned long) on detachedRange
with too few arguments must throw TypeError | |
| 1455 PASS Range interface: detachedRange must inherit property "intersectsNode" with
the proper type (29) | |
| 1456 PASS Range interface: calling intersectsNode(Node) on detachedRange with too few
arguments must throw TypeError | |
| 1457 PASS NodeIterator interface: existence and properties of interface object | |
| 1458 PASS NodeIterator interface object length | |
| 1459 PASS NodeIterator interface object name | |
| 1460 PASS NodeIterator interface: existence and properties of interface prototype obj
ect | |
| 1461 PASS NodeIterator interface: existence and properties of interface prototype obj
ect's "constructor" property | |
| 1462 PASS NodeIterator interface: attribute root | |
| 1463 PASS NodeIterator interface: attribute referenceNode | |
| 1464 PASS NodeIterator interface: attribute pointerBeforeReferenceNode | |
| 1465 PASS NodeIterator interface: attribute whatToShow | |
| 1466 PASS NodeIterator interface: attribute filter | |
| 1467 PASS NodeIterator interface: operation nextNode() | |
| 1468 PASS NodeIterator interface: operation previousNode() | |
| 1469 PASS NodeIterator interface: operation detach() | |
| 1470 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "root" with the proper type (0) | |
| 1471 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "referenceNode" with the proper
type (1) | |
| 1472 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "pointerBeforeReferenceNode" wit
h the proper type (2) | |
| 1473 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "whatToShow" with the proper typ
e (3) | |
| 1474 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "filter" with the proper type (4
) | |
| 1475 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "nextNode" with the proper type
(5) | |
| 1476 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "previousNode" with the proper t
ype (6) | |
| 1477 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "detach" with the proper type (7
) | |
| 1478 PASS TreeWalker interface: existence and properties of interface object | |
| 1479 PASS TreeWalker interface object length | |
| 1480 PASS TreeWalker interface object name | |
| 1481 PASS TreeWalker interface: existence and properties of interface prototype objec
t | |
| 1482 PASS TreeWalker interface: existence and properties of interface prototype objec
t's "constructor" property | |
| 1483 PASS TreeWalker interface: attribute root | |
| 1484 PASS TreeWalker interface: attribute whatToShow | |
| 1485 PASS TreeWalker interface: attribute filter | |
| 1486 PASS TreeWalker interface: attribute currentNode | |
| 1487 PASS TreeWalker interface: operation parentNode() | |
| 1488 PASS TreeWalker interface: operation firstChild() | |
| 1489 PASS TreeWalker interface: operation lastChild() | |
| 1490 PASS TreeWalker interface: operation previousSibling() | |
| 1491 PASS TreeWalker interface: operation nextSibling() | |
| 1492 PASS TreeWalker interface: operation previousNode() | |
| 1493 PASS TreeWalker interface: operation nextNode() | |
| 1494 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "root" with the proper type (0) | |
| 1495 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "whatToShow" with the proper type (1
) | |
| 1496 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "filter" with the proper type (2) | |
| 1497 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "currentNode" with the proper type (
3) | |
| 1498 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "parentNode" with the proper type (4
) | |
| 1499 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "firstChild" with the proper type (5
) | |
| 1500 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "lastChild" with the proper type (6)
| |
| 1501 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "previousSibling" with the proper ty
pe (7) | |
| 1502 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "nextSibling" with the proper type (
8) | |
| 1503 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "previousNode" with the proper type
(9) | |
| 1504 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "nextNode" with the proper type (10)
| |
| 1505 PASS NodeFilter interface: existence and properties of interface object | |
| 1506 PASS NodeFilter interface object name | |
| 1507 PASS NodeFilter interface: existence and properties of interface prototype objec
t | |
| 1508 PASS NodeFilter interface: existence and properties of interface prototype objec
t's "constructor" property | |
| 1509 PASS NodeFilter interface: constant FILTER_ACCEPT on interface object | |
| 1510 PASS NodeFilter interface: constant FILTER_ACCEPT on interface prototype object | |
| 1511 PASS NodeFilter interface: constant FILTER_REJECT on interface object | |
| 1512 PASS NodeFilter interface: constant FILTER_REJECT on interface prototype object | |
| 1513 PASS NodeFilter interface: constant FILTER_SKIP on interface object | |
| 1514 PASS NodeFilter interface: constant FILTER_SKIP on interface prototype object | |
| 1515 PASS NodeFilter interface: constant SHOW_ALL on interface object | |
| 1516 PASS NodeFilter interface: constant SHOW_ALL on interface prototype object | |
| 1517 PASS NodeFilter interface: constant SHOW_ELEMENT on interface object | |
| 1518 PASS NodeFilter interface: constant SHOW_ELEMENT on interface prototype object | |
| 1519 PASS NodeFilter interface: constant SHOW_ATTRIBUTE on interface object | |
| 1520 PASS NodeFilter interface: constant SHOW_ATTRIBUTE on interface prototype object
| |
| 1521 PASS NodeFilter interface: constant SHOW_TEXT on interface object | |
| 1522 PASS NodeFilter interface: constant SHOW_TEXT on interface prototype object | |
| 1523 PASS NodeFilter interface: constant SHOW_CDATA_SECTION on interface object | |
| 1524 PASS NodeFilter interface: constant SHOW_CDATA_SECTION on interface prototype ob
ject | |
| 1525 PASS NodeFilter interface: constant SHOW_ENTITY_REFERENCE on interface object | |
| 1526 PASS NodeFilter interface: constant SHOW_ENTITY_REFERENCE on interface prototype
object | |
| 1527 PASS NodeFilter interface: constant SHOW_ENTITY on interface object | |
| 1528 PASS NodeFilter interface: constant SHOW_ENTITY on interface prototype object | |
| 1529 PASS NodeFilter interface: constant SHOW_PROCESSING_INSTRUCTION on interface obj
ect | |
| 1530 PASS NodeFilter interface: constant SHOW_PROCESSING_INSTRUCTION on interface pro
totype object | |
| 1531 PASS NodeFilter interface: constant SHOW_COMMENT on interface object | |
| 1532 PASS NodeFilter interface: constant SHOW_COMMENT on interface prototype object | |
| 1533 PASS NodeFilter interface: constant SHOW_DOCUMENT on interface object | |
| 1534 PASS NodeFilter interface: constant SHOW_DOCUMENT on interface prototype object | |
| 1535 PASS NodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface object | |
| 1536 PASS NodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface prototype ob
ject | |
| 1537 PASS NodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface object | |
| 1538 PASS NodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface prototyp
e object | |
| 1539 PASS NodeFilter interface: constant SHOW_NOTATION on interface object | |
| 1540 PASS NodeFilter interface: constant SHOW_NOTATION on interface prototype object | |
| 1541 PASS NodeFilter interface: operation acceptNode(Node) | |
| 1542 PASS DOMTokenList interface: existence and properties of interface object | |
| 1543 PASS DOMTokenList interface object length | |
| 1544 PASS DOMTokenList interface object name | |
| 1545 PASS DOMTokenList interface: existence and properties of interface prototype obj
ect | |
| 1546 PASS DOMTokenList interface: existence and properties of interface prototype obj
ect's "constructor" property | |
| 1547 PASS DOMTokenList interface: attribute length | |
| 1548 PASS DOMTokenList interface: operation item(unsigned long) | |
| 1549 PASS DOMTokenList interface: operation contains(DOMString) | |
| 1550 PASS DOMTokenList interface: operation add(DOMString) | |
| 1551 PASS DOMTokenList interface: operation remove(DOMString) | |
| 1552 PASS DOMTokenList interface: operation toggle(DOMString,boolean) | |
| 1553 PASS DOMTokenList interface: operation replace(DOMString,DOMString) | |
| 1554 PASS DOMTokenList interface: operation supports(DOMString) | |
| 1555 PASS DOMTokenList interface: attribute value | |
| 1556 PASS DOMTokenList interface: stringifier | |
| 1557 PASS DOMTokenList interface: document.body.classList must inherit property "leng
th" with the proper type (0) | |
| 1558 PASS DOMTokenList interface: document.body.classList must inherit property "item
" with the proper type (1) | |
| 1559 PASS DOMTokenList interface: calling item(unsigned long) on document.body.classL
ist with too few arguments must throw TypeError | |
| 1560 PASS DOMTokenList interface: document.body.classList must inherit property "cont
ains" with the proper type (2) | |
| 1561 PASS DOMTokenList interface: calling contains(DOMString) on document.body.classL
ist with too few arguments must throw TypeError | |
| 1562 PASS DOMTokenList interface: document.body.classList must inherit property "add"
with the proper type (3) | |
| 1563 PASS DOMTokenList interface: calling add(DOMString) on document.body.classList w
ith too few arguments must throw TypeError | |
| 1564 PASS DOMTokenList interface: document.body.classList must inherit property "remo
ve" with the proper type (4) | |
| 1565 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis
t with too few arguments must throw TypeError | |
| 1566 PASS DOMTokenList interface: document.body.classList must inherit property "togg
le" with the proper type (5) | |
| 1567 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body.
classList with too few arguments must throw TypeError | |
| 1568 PASS DOMTokenList interface: document.body.classList must inherit property "repl
ace" with the proper type (6) | |
| 1569 PASS DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo
dy.classList with too few arguments must throw TypeError | |
| 1570 PASS DOMTokenList interface: document.body.classList must inherit property "supp
orts" with the proper type (7) | |
| 1571 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL
ist with too few arguments must throw TypeError | |
| 1572 PASS DOMTokenList interface: document.body.classList must inherit property "valu
e" with the proper type (8) | |
| 1573 Harness: the test ran to completion. | |
| 1574 | |
| OLD | NEW |