Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt

Issue 2086283003: Update web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into wpt_import Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 236: callback not yet supported 1 CONSOLE MESSAGE: line 236: callback not yet supported
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS Event interface: existence and properties of interface object 3 PASS Event interface: existence and properties of interface object
4 PASS Event interface object length 4 PASS Event interface object length
5 PASS Event interface object name 5 PASS Event interface object name
6 FAIL Event interface: existence and properties of interface prototype object ass ert_equals: class string of Event.prototype expected "[object EventPrototype]" b ut got "[object Event]" 6 FAIL Event interface: existence and properties of interface prototype object ass ert_equals: class string of Event.prototype expected "[object EventPrototype]" b ut got "[object Event]"
7 PASS Event interface: existence and properties of interface prototype object's " constructor" property 7 PASS Event interface: existence and properties of interface prototype object's " constructor" property
8 PASS Event interface: attribute type 8 PASS Event interface: attribute type
9 PASS Event interface: attribute target 9 PASS Event interface: attribute target
10 PASS Event interface: attribute currentTarget 10 PASS Event interface: attribute currentTarget
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface prototype object 189 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface prototype object
190 PASS Node interface: constant DOCUMENT_FRAGMENT_NODE on interface object 190 PASS Node interface: constant DOCUMENT_FRAGMENT_NODE on interface object
191 PASS Node interface: constant DOCUMENT_FRAGMENT_NODE on interface prototype obje ct 191 PASS Node interface: constant DOCUMENT_FRAGMENT_NODE on interface prototype obje ct
192 PASS Node interface: constant NOTATION_NODE on interface object 192 PASS Node interface: constant NOTATION_NODE on interface object
193 PASS Node interface: constant NOTATION_NODE on interface prototype object 193 PASS Node interface: constant NOTATION_NODE on interface prototype object
194 PASS Node interface: attribute nodeType 194 PASS Node interface: attribute nodeType
195 PASS Node interface: attribute nodeName 195 PASS Node interface: attribute nodeName
196 PASS Node interface: attribute baseURI 196 PASS Node interface: attribute baseURI
197 PASS Node interface: attribute isConnected 197 PASS Node interface: attribute isConnected
198 PASS Node interface: attribute ownerDocument 198 PASS Node interface: attribute ownerDocument
199 PASS Node interface: attribute rootNode
200 PASS Node interface: attribute parentNode 199 PASS Node interface: attribute parentNode
201 PASS Node interface: attribute parentElement 200 PASS Node interface: attribute parentElement
202 PASS Node interface: operation hasChildNodes() 201 PASS Node interface: operation hasChildNodes()
203 PASS Node interface: attribute childNodes 202 PASS Node interface: attribute childNodes
204 PASS Node interface: attribute firstChild 203 PASS Node interface: attribute firstChild
205 PASS Node interface: attribute lastChild 204 PASS Node interface: attribute lastChild
206 PASS Node interface: attribute previousSibling 205 PASS Node interface: attribute previousSibling
207 PASS Node interface: attribute nextSibling 206 PASS Node interface: attribute nextSibling
208 PASS Node interface: attribute nodeValue 207 PASS Node interface: attribute nodeValue
209 PASS Node interface: attribute textContent 208 PASS Node interface: attribute textContent
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 FAIL Node interface: new Document() must inherit property "COMMENT_NODE" with th e proper type (7) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 342 FAIL Node interface: new Document() must inherit property "COMMENT_NODE" with th e proper type (7) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
344 FAIL Node interface: new Document() must inherit property "DOCUMENT_NODE" with t he proper type (8) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor" 343 FAIL Node interface: new Document() must inherit property "DOCUMENT_NODE" with t he proper type (8) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor"
345 FAIL Node interface: new Document() must inherit property "DOCUMENT_TYPE_NODE" w ith the proper type (9) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor" 344 FAIL Node interface: new Document() must inherit property "DOCUMENT_TYPE_NODE" w ith the proper type (9) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor"
346 FAIL Node interface: new Document() must inherit property "DOCUMENT_FRAGMENT_NOD E" with the proper type (10) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 345 FAIL Node interface: new Document() must inherit property "DOCUMENT_FRAGMENT_NOD E" with the proper type (10) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
347 FAIL Node interface: new Document() must inherit property "NOTATION_NODE" with t he proper type (11) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor" 346 FAIL Node interface: new Document() must inherit property "NOTATION_NODE" with t he proper type (11) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor"
348 FAIL Node interface: new Document() must inherit property "nodeType" with the pr oper type (12) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor" 347 FAIL Node interface: new Document() must inherit property "nodeType" with the pr oper type (12) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor"
349 FAIL Node interface: new Document() must inherit property "nodeName" with the pr oper type (13) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor" 348 FAIL Node interface: new Document() must inherit property "nodeName" with the pr oper type (13) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor"
350 FAIL Node interface: new Document() must inherit property "baseURI" with the pro per type (14) assert_equals: Unexpected exception when evaluating object expecte d null but got object "TypeError: Illegal constructor" 349 FAIL Node interface: new Document() must inherit property "baseURI" with the pro per type (14) assert_equals: Unexpected exception when evaluating object expecte d null but got object "TypeError: Illegal constructor"
351 FAIL Node interface: new Document() must inherit property "isConnected" with the proper type (15) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 350 FAIL Node interface: new Document() must inherit property "isConnected" with the proper type (15) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
352 FAIL Node interface: new Document() must inherit property "ownerDocument" with t he proper type (16) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor" 351 FAIL Node interface: new Document() must inherit property "ownerDocument" with t he proper type (16) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor"
353 FAIL Node interface: new Document() must inherit property "rootNode" with the pr oper type (17) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor" 352 FAIL Node interface: new Document() must inherit property "parentNode" with the proper type (17) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor"
354 FAIL Node interface: new Document() must inherit property "parentNode" with the proper type (18) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor" 353 FAIL Node interface: new Document() must inherit property "parentElement" with t he proper type (18) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor"
355 FAIL Node interface: new Document() must inherit property "parentElement" with t he proper type (19) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor" 354 FAIL Node interface: new Document() must inherit property "hasChildNodes" with t he proper type (19) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor"
356 FAIL Node interface: new Document() must inherit property "hasChildNodes" with t he proper type (20) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor" 355 FAIL Node interface: new Document() must inherit property "childNodes" with the proper type (20) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor"
357 FAIL Node interface: new Document() must inherit property "childNodes" with the proper type (21) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor" 356 FAIL Node interface: new Document() must inherit property "firstChild" with the proper type (21) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor"
358 FAIL Node interface: new Document() must inherit property "firstChild" with the proper type (22) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor" 357 FAIL Node interface: new Document() must inherit property "lastChild" with the p roper type (22) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor"
359 FAIL Node interface: new Document() must inherit property "lastChild" with the p roper type (23) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor" 358 FAIL Node interface: new Document() must inherit property "previousSibling" with the proper type (23) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
360 FAIL Node interface: new Document() must inherit property "previousSibling" with the proper type (24) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 359 FAIL Node interface: new Document() must inherit property "nextSibling" with the proper type (24) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
361 FAIL Node interface: new Document() must inherit property "nextSibling" with the proper type (25) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 360 FAIL Node interface: new Document() must inherit property "nodeValue" with the p roper type (25) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor"
362 FAIL Node interface: new Document() must inherit property "nodeValue" with the p roper type (26) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor" 361 FAIL Node interface: new Document() must inherit property "textContent" with the proper type (26) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
363 FAIL Node interface: new Document() must inherit property "textContent" with the proper type (27) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 362 FAIL Node interface: new Document() must inherit property "normalize" with the p roper type (27) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor"
364 FAIL Node interface: new Document() must inherit property "normalize" with the p roper type (28) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor" 363 FAIL Node interface: new Document() must inherit property "cloneNode" with the p roper type (28) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor"
365 FAIL Node interface: new Document() must inherit property "cloneNode" with the p roper type (29) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor"
366 FAIL Node interface: calling cloneNode(boolean) on new Document() with too few a rguments must throw TypeError assert_equals: Unexpected exception when evaluatin g object expected null but got object "TypeError: Illegal constructor" 364 FAIL Node interface: calling cloneNode(boolean) on new Document() with too few a rguments must throw TypeError assert_equals: Unexpected exception when evaluatin g object expected null but got object "TypeError: Illegal constructor"
367 FAIL Node interface: new Document() must inherit property "isEqualNode" with the proper type (30) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 365 FAIL Node interface: new Document() must inherit property "isEqualNode" with the proper type (29) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
368 FAIL Node interface: calling isEqualNode(Node) on new Document() with too few ar guments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 366 FAIL Node interface: calling isEqualNode(Node) on new Document() with too few ar guments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
369 FAIL Node interface: new Document() must inherit property "isSameNode" with the proper type (31) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor" 367 FAIL Node interface: new Document() must inherit property "isSameNode" with the proper type (30) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor"
370 FAIL Node interface: calling isSameNode(Node) on new Document() with too few arg uments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 368 FAIL Node interface: calling isSameNode(Node) on new Document() with too few arg uments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
371 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_DIS CONNECTED" with the proper type (32) assert_equals: Unexpected exception when ev aluating object expected null but got object "TypeError: Illegal constructor" 369 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_DIS CONNECTED" with the proper type (31) assert_equals: Unexpected exception when ev aluating object expected null but got object "TypeError: Illegal constructor"
372 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_PRE CEDING" with the proper type (33) assert_equals: Unexpected exception when evalu ating object expected null but got object "TypeError: Illegal constructor" 370 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_PRE CEDING" with the proper type (32) assert_equals: Unexpected exception when evalu ating object expected null but got object "TypeError: Illegal constructor"
373 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_FOL LOWING" with the proper type (34) assert_equals: Unexpected exception when evalu ating object expected null but got object "TypeError: Illegal constructor" 371 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_FOL LOWING" with the proper type (33) assert_equals: Unexpected exception when evalu ating object expected null but got object "TypeError: Illegal constructor"
374 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_CON TAINS" with the proper type (35) assert_equals: Unexpected exception when evalua ting object expected null but got object "TypeError: Illegal constructor" 372 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_CON TAINS" with the proper type (34) assert_equals: Unexpected exception when evalua ting object expected null but got object "TypeError: Illegal constructor"
375 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_CON TAINED_BY" with the proper type (36) assert_equals: Unexpected exception when ev aluating object expected null but got object "TypeError: Illegal constructor" 373 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_CON TAINED_BY" with the proper type (35) assert_equals: Unexpected exception when ev aluating object expected null but got object "TypeError: Illegal constructor"
376 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_IMP LEMENTATION_SPECIFIC" with the proper type (37) assert_equals: Unexpected except ion when evaluating object expected null but got object "TypeError: Illegal cons tructor" 374 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_IMP LEMENTATION_SPECIFIC" with the proper type (36) assert_equals: Unexpected except ion when evaluating object expected null but got object "TypeError: Illegal cons tructor"
377 FAIL Node interface: new Document() must inherit property "compareDocumentPositi on" with the proper type (38) assert_equals: Unexpected exception when evaluatin g object expected null but got object "TypeError: Illegal constructor" 375 FAIL Node interface: new Document() must inherit property "compareDocumentPositi on" with the proper type (37) assert_equals: Unexpected exception when evaluatin g object expected null but got object "TypeError: Illegal constructor"
378 FAIL Node interface: calling compareDocumentPosition(Node) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor " 376 FAIL Node interface: calling compareDocumentPosition(Node) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor "
379 FAIL Node interface: new Document() must inherit property "contains" with the pr oper type (39) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor" 377 FAIL Node interface: new Document() must inherit property "contains" with the pr oper type (38) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor"
380 FAIL Node interface: calling contains(Node) on new Document() with too few argum ents must throw TypeError assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor" 378 FAIL Node interface: calling contains(Node) on new Document() with too few argum ents must throw TypeError assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor"
381 FAIL Node interface: new Document() must inherit property "lookupPrefix" with th e proper type (40) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor" 379 FAIL Node interface: new Document() must inherit property "lookupPrefix" with th e proper type (39) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor"
382 FAIL Node interface: calling lookupPrefix(DOMString) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when eval uating object expected null but got object "TypeError: Illegal constructor" 380 FAIL Node interface: calling lookupPrefix(DOMString) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when eval uating object expected null but got object "TypeError: Illegal constructor"
383 FAIL Node interface: new Document() must inherit property "lookupNamespaceURI" w ith the proper type (41) assert_equals: Unexpected exception when evaluating obj ect expected null but got object "TypeError: Illegal constructor" 381 FAIL Node interface: new Document() must inherit property "lookupNamespaceURI" w ith the proper type (40) assert_equals: Unexpected exception when evaluating obj ect expected null but got object "TypeError: Illegal constructor"
384 FAIL Node interface: calling lookupNamespaceURI(DOMString) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor " 382 FAIL Node interface: calling lookupNamespaceURI(DOMString) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor "
385 FAIL Node interface: new Document() must inherit property "isDefaultNamespace" w ith the proper type (42) assert_equals: Unexpected exception when evaluating obj ect expected null but got object "TypeError: Illegal constructor" 383 FAIL Node interface: new Document() must inherit property "isDefaultNamespace" w ith the proper type (41) assert_equals: Unexpected exception when evaluating obj ect expected null but got object "TypeError: Illegal constructor"
386 FAIL Node interface: calling isDefaultNamespace(DOMString) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor " 384 FAIL Node interface: calling isDefaultNamespace(DOMString) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor "
387 FAIL Node interface: new Document() must inherit property "insertBefore" with th e proper type (43) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor" 385 FAIL Node interface: new Document() must inherit property "insertBefore" with th e proper type (42) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor"
388 FAIL Node interface: calling insertBefore(Node,Node) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when eval uating object expected null but got object "TypeError: Illegal constructor" 386 FAIL Node interface: calling insertBefore(Node,Node) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when eval uating object expected null but got object "TypeError: Illegal constructor"
389 FAIL Node interface: new Document() must inherit property "appendChild" with the proper type (44) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 387 FAIL Node interface: new Document() must inherit property "appendChild" with the proper type (43) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
390 FAIL Node interface: calling appendChild(Node) on new Document() with too few ar guments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 388 FAIL Node interface: calling appendChild(Node) on new Document() with too few ar guments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
391 FAIL Node interface: new Document() must inherit property "replaceChild" with th e proper type (45) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor" 389 FAIL Node interface: new Document() must inherit property "replaceChild" with th e proper type (44) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor"
392 FAIL Node interface: calling replaceChild(Node,Node) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when eval uating object expected null but got object "TypeError: Illegal constructor" 390 FAIL Node interface: calling replaceChild(Node,Node) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when eval uating object expected null but got object "TypeError: Illegal constructor"
393 FAIL Node interface: new Document() must inherit property "removeChild" with the proper type (46) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 391 FAIL Node interface: new Document() must inherit property "removeChild" with the proper type (45) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
394 FAIL Node interface: calling removeChild(Node) on new Document() with too few ar guments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 392 FAIL Node interface: calling removeChild(Node) on new Document() with too few ar guments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
395 FAIL EventTarget interface: new Document() must inherit property "addEventListen er" with the proper type (0) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 393 FAIL EventTarget interface: new Document() must inherit property "addEventListen er" with the proper type (0) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
396 FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on new Document() with too few arguments must thro w TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 394 FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on new Document() with too few arguments must thro w TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
397 FAIL EventTarget interface: new Document() must inherit property "removeEventLis tener" with the proper type (1) assert_equals: Unexpected exception when evaluat ing object expected null but got object "TypeError: Illegal constructor" 395 FAIL EventTarget interface: new Document() must inherit property "removeEventLis tener" with the proper type (1) assert_equals: Unexpected exception when evaluat ing object expected null but got object "TypeError: Illegal constructor"
398 FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on new Document() with too few arguments must t hrow TypeError assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor" 396 FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on new Document() with too few arguments must t hrow TypeError assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor"
399 FAIL EventTarget interface: new Document() must inherit property "dispatchEvent" with the proper type (2) assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor" 397 FAIL EventTarget interface: new Document() must inherit property "dispatchEvent" with the proper type (2) assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor"
400 FAIL EventTarget interface: calling dispatchEvent(Event) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 398 FAIL EventTarget interface: calling dispatchEvent(Event) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
401 PASS XMLDocument interface: existence and properties of interface object 399 PASS XMLDocument interface: existence and properties of interface object
402 PASS XMLDocument interface object length 400 PASS XMLDocument interface object length
403 PASS XMLDocument interface object name 401 PASS XMLDocument interface object name
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type (7) 470 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type (7)
473 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope r type (8) 471 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope r type (8)
474 PASS Node interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9) 472 PASS Node interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
475 PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) 473 PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
476 PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the prope r type (11) 474 PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the prope r type (11)
477 PASS Node interface: xmlDoc must inherit property "nodeType" with the proper typ e (12) 475 PASS Node interface: xmlDoc must inherit property "nodeType" with the proper typ e (12)
478 PASS Node interface: xmlDoc must inherit property "nodeName" with the proper typ e (13) 476 PASS Node interface: xmlDoc must inherit property "nodeName" with the proper typ e (13)
479 FAIL Node interface: xmlDoc must inherit property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object" 477 FAIL Node interface: xmlDoc must inherit property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object"
480 PASS Node interface: xmlDoc must inherit property "isConnected" with the proper type (15) 478 PASS Node interface: xmlDoc must inherit property "isConnected" with the proper type (15)
481 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope r type (16) 479 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope r type (16)
482 PASS Node interface: xmlDoc must inherit property "rootNode" with the proper typ e (17) 480 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t ype (17)
483 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t ype (18) 481 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope r type (18)
484 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope r type (19) 482 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope r type (19)
485 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope r type (20) 483 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t ype (20)
486 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t ype (21) 484 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t ype (21)
487 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t ype (22) 485 PASS Node interface: xmlDoc must inherit property "lastChild" with the proper ty pe (22)
488 PASS Node interface: xmlDoc must inherit property "lastChild" with the proper ty pe (23) 486 PASS Node interface: xmlDoc must inherit property "previousSibling" with the pro per type (23)
489 PASS Node interface: xmlDoc must inherit property "previousSibling" with the pro per type (24) 487 PASS Node interface: xmlDoc must inherit property "nextSibling" with the proper type (24)
490 PASS Node interface: xmlDoc must inherit property "nextSibling" with the proper type (25) 488 PASS Node interface: xmlDoc must inherit property "nodeValue" with the proper ty pe (25)
491 PASS Node interface: xmlDoc must inherit property "nodeValue" with the proper ty pe (26) 489 PASS Node interface: xmlDoc must inherit property "textContent" with the proper type (26)
492 PASS Node interface: xmlDoc must inherit property "textContent" with the proper type (27) 490 PASS Node interface: xmlDoc must inherit property "normalize" with the proper ty pe (27)
493 PASS Node interface: xmlDoc must inherit property "normalize" with the proper ty pe (28) 491 PASS Node interface: xmlDoc must inherit property "cloneNode" with the proper ty pe (28)
494 PASS Node interface: xmlDoc must inherit property "cloneNode" with the proper ty pe (29)
495 PASS Node interface: calling cloneNode(boolean) on xmlDoc with too few arguments must throw TypeError 492 PASS Node interface: calling cloneNode(boolean) on xmlDoc with too few arguments must throw TypeError
496 PASS Node interface: xmlDoc must inherit property "isEqualNode" with the proper type (30) 493 PASS Node interface: xmlDoc must inherit property "isEqualNode" with the proper type (29)
497 PASS Node interface: calling isEqualNode(Node) on xmlDoc with too few arguments must throw TypeError 494 PASS Node interface: calling isEqualNode(Node) on xmlDoc with too few arguments must throw TypeError
498 PASS Node interface: xmlDoc must inherit property "isSameNode" with the proper t ype (31) 495 PASS Node interface: xmlDoc must inherit property "isSameNode" with the proper t ype (30)
499 PASS Node interface: calling isSameNode(Node) on xmlDoc with too few arguments m ust throw TypeError 496 PASS Node interface: calling isSameNode(Node) on xmlDoc with too few arguments m ust throw TypeError
500 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_DISCONNECTE D" with the proper type (32) 497 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_DISCONNECTE D" with the proper type (31)
501 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (33) 498 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (32)
502 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (34) 499 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (33)
503 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINS" w ith the proper type (35) 500 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINS" w ith the proper type (34)
504 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINED_B Y" with the proper type (36) 501 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINED_B Y" with the proper type (35)
505 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_IMPLEMENTAT ION_SPECIFIC" with the proper type (37) 502 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_IMPLEMENTAT ION_SPECIFIC" with the proper type (36)
506 PASS Node interface: xmlDoc must inherit property "compareDocumentPosition" with the proper type (38) 503 PASS Node interface: xmlDoc must inherit property "compareDocumentPosition" with the proper type (37)
507 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc with too fe w arguments must throw TypeError 504 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc with too fe w arguments must throw TypeError
508 PASS Node interface: xmlDoc must inherit property "contains" with the proper typ e (39) 505 PASS Node interface: xmlDoc must inherit property "contains" with the proper typ e (38)
509 PASS Node interface: calling contains(Node) on xmlDoc with too few arguments mus t throw TypeError 506 PASS Node interface: calling contains(Node) on xmlDoc with too few arguments mus t throw TypeError
510 PASS Node interface: xmlDoc must inherit property "lookupPrefix" with the proper type (40) 507 PASS Node interface: xmlDoc must inherit property "lookupPrefix" with the proper type (39)
511 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc with too few argu ments must throw TypeError 508 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc with too few argu ments must throw TypeError
512 PASS Node interface: xmlDoc must inherit property "lookupNamespaceURI" with the proper type (41) 509 PASS Node interface: xmlDoc must inherit property "lookupNamespaceURI" with the proper type (40)
513 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc with too fe w arguments must throw TypeError 510 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc with too fe w arguments must throw TypeError
514 PASS Node interface: xmlDoc must inherit property "isDefaultNamespace" with the proper type (42) 511 PASS Node interface: xmlDoc must inherit property "isDefaultNamespace" with the proper type (41)
515 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc with too fe w arguments must throw TypeError 512 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc with too fe w arguments must throw TypeError
516 PASS Node interface: xmlDoc must inherit property "insertBefore" with the proper type (43) 513 PASS Node interface: xmlDoc must inherit property "insertBefore" with the proper type (42)
517 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc with too few argu ments must throw TypeError 514 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc with too few argu ments must throw TypeError
518 PASS Node interface: xmlDoc must inherit property "appendChild" with the proper type (44) 515 PASS Node interface: xmlDoc must inherit property "appendChild" with the proper type (43)
519 PASS Node interface: calling appendChild(Node) on xmlDoc with too few arguments must throw TypeError 516 PASS Node interface: calling appendChild(Node) on xmlDoc with too few arguments must throw TypeError
520 PASS Node interface: xmlDoc must inherit property "replaceChild" with the proper type (45) 517 PASS Node interface: xmlDoc must inherit property "replaceChild" with the proper type (44)
521 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc with too few argu ments must throw TypeError 518 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc with too few argu ments must throw TypeError
522 PASS Node interface: xmlDoc must inherit property "removeChild" with the proper type (46) 519 PASS Node interface: xmlDoc must inherit property "removeChild" with the proper type (45)
523 PASS Node interface: calling removeChild(Node) on xmlDoc with too few arguments must throw TypeError 520 PASS Node interface: calling removeChild(Node) on xmlDoc with too few arguments must throw TypeError
524 PASS EventTarget interface: xmlDoc must inherit property "addEventListener" with the proper type (0) 521 PASS EventTarget interface: xmlDoc must inherit property "addEventListener" with the proper type (0)
525 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on xmlDoc with too few arguments must throw TypeEr ror 522 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on xmlDoc with too few arguments must throw TypeEr ror
526 PASS EventTarget interface: xmlDoc must inherit property "removeEventListener" w ith the proper type (1) 523 PASS EventTarget interface: xmlDoc must inherit property "removeEventListener" w ith the proper type (1)
527 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on xmlDoc with too few arguments must throw Typ eError 524 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on xmlDoc with too few arguments must throw Typ eError
528 PASS EventTarget interface: xmlDoc must inherit property "dispatchEvent" with th e proper type (2) 525 PASS EventTarget interface: xmlDoc must inherit property "dispatchEvent" with th e proper type (2)
529 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc with too few arguments must throw TypeError 526 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc with too few arguments must throw TypeError
530 PASS DOMImplementation interface: existence and properties of interface object 527 PASS DOMImplementation interface: existence and properties of interface object
531 PASS DOMImplementation interface object length 528 PASS DOMImplementation interface object length
532 PASS DOMImplementation interface object name 529 PASS DOMImplementation interface object name
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 PASS Node interface: document.doctype must inherit property "COMMENT_NODE" with the proper type (7) 576 PASS Node interface: document.doctype must inherit property "COMMENT_NODE" with the proper type (7)
580 PASS Node interface: document.doctype must inherit property "DOCUMENT_NODE" with the proper type (8) 577 PASS Node interface: document.doctype must inherit property "DOCUMENT_NODE" with the proper type (8)
581 PASS Node interface: document.doctype must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9) 578 PASS Node interface: document.doctype must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
582 PASS Node interface: document.doctype must inherit property "DOCUMENT_FRAGMENT_N ODE" with the proper type (10) 579 PASS Node interface: document.doctype must inherit property "DOCUMENT_FRAGMENT_N ODE" with the proper type (10)
583 PASS Node interface: document.doctype must inherit property "NOTATION_NODE" with the proper type (11) 580 PASS Node interface: document.doctype must inherit property "NOTATION_NODE" with the proper type (11)
584 PASS Node interface: document.doctype must inherit property "nodeType" with the proper type (12) 581 PASS Node interface: document.doctype must inherit property "nodeType" with the proper type (12)
585 PASS Node interface: document.doctype must inherit property "nodeName" with the proper type (13) 582 PASS Node interface: document.doctype must inherit property "nodeName" with the proper type (13)
586 PASS Node interface: document.doctype must inherit property "baseURI" with the p roper type (14) 583 PASS Node interface: document.doctype must inherit property "baseURI" with the p roper type (14)
587 PASS Node interface: document.doctype must inherit property "isConnected" with t he proper type (15) 584 PASS Node interface: document.doctype must inherit property "isConnected" with t he proper type (15)
588 PASS Node interface: document.doctype must inherit property "ownerDocument" with the proper type (16) 585 PASS Node interface: document.doctype must inherit property "ownerDocument" with the proper type (16)
589 PASS Node interface: document.doctype must inherit property "rootNode" with the proper type (17) 586 PASS Node interface: document.doctype must inherit property "parentNode" with th e proper type (17)
590 PASS Node interface: document.doctype must inherit property "parentNode" with th e proper type (18) 587 PASS Node interface: document.doctype must inherit property "parentElement" with the proper type (18)
591 PASS Node interface: document.doctype must inherit property "parentElement" with the proper type (19) 588 PASS Node interface: document.doctype must inherit property "hasChildNodes" with the proper type (19)
592 PASS Node interface: document.doctype must inherit property "hasChildNodes" with the proper type (20) 589 PASS Node interface: document.doctype must inherit property "childNodes" with th e proper type (20)
593 PASS Node interface: document.doctype must inherit property "childNodes" with th e proper type (21) 590 PASS Node interface: document.doctype must inherit property "firstChild" with th e proper type (21)
594 PASS Node interface: document.doctype must inherit property "firstChild" with th e proper type (22) 591 PASS Node interface: document.doctype must inherit property "lastChild" with the proper type (22)
595 PASS Node interface: document.doctype must inherit property "lastChild" with the proper type (23) 592 PASS Node interface: document.doctype must inherit property "previousSibling" wi th the proper type (23)
596 PASS Node interface: document.doctype must inherit property "previousSibling" wi th the proper type (24) 593 PASS Node interface: document.doctype must inherit property "nextSibling" with t he proper type (24)
597 PASS Node interface: document.doctype must inherit property "nextSibling" with t he proper type (25) 594 PASS Node interface: document.doctype must inherit property "nodeValue" with the proper type (25)
598 PASS Node interface: document.doctype must inherit property "nodeValue" with the proper type (26) 595 PASS Node interface: document.doctype must inherit property "textContent" with t he proper type (26)
599 PASS Node interface: document.doctype must inherit property "textContent" with t he proper type (27) 596 PASS Node interface: document.doctype must inherit property "normalize" with the proper type (27)
600 PASS Node interface: document.doctype must inherit property "normalize" with the proper type (28) 597 PASS Node interface: document.doctype must inherit property "cloneNode" with the proper type (28)
601 PASS Node interface: document.doctype must inherit property "cloneNode" with the proper type (29)
602 PASS Node interface: calling cloneNode(boolean) on document.doctype with too few arguments must throw TypeError 598 PASS Node interface: calling cloneNode(boolean) on document.doctype with too few arguments must throw TypeError
603 PASS Node interface: document.doctype must inherit property "isEqualNode" with t he proper type (30) 599 PASS Node interface: document.doctype must inherit property "isEqualNode" with t he proper type (29)
604 PASS Node interface: calling isEqualNode(Node) on document.doctype with too few arguments must throw TypeError 600 PASS Node interface: calling isEqualNode(Node) on document.doctype with too few arguments must throw TypeError
605 PASS Node interface: document.doctype must inherit property "isSameNode" with th e proper type (31) 601 PASS Node interface: document.doctype must inherit property "isSameNode" with th e proper type (30)
606 PASS Node interface: calling isSameNode(Node) on document.doctype with too few a rguments must throw TypeError 602 PASS Node interface: calling isSameNode(Node) on document.doctype with too few a rguments must throw TypeError
607 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_D ISCONNECTED" with the proper type (32) 603 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_D ISCONNECTED" with the proper type (31)
608 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_P RECEDING" with the proper type (33) 604 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_P RECEDING" with the proper type (32)
609 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_F OLLOWING" with the proper type (34) 605 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_F OLLOWING" with the proper type (33)
610 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C ONTAINS" with the proper type (35) 606 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C ONTAINS" with the proper type (34)
611 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C ONTAINED_BY" with the proper type (36) 607 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C ONTAINED_BY" with the proper type (35)
612 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_I MPLEMENTATION_SPECIFIC" with the proper type (37) 608 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_I MPLEMENTATION_SPECIFIC" with the proper type (36)
613 PASS Node interface: document.doctype must inherit property "compareDocumentPosi tion" with the proper type (38) 609 PASS Node interface: document.doctype must inherit property "compareDocumentPosi tion" with the proper type (37)
614 PASS Node interface: calling compareDocumentPosition(Node) on document.doctype w ith too few arguments must throw TypeError 610 PASS Node interface: calling compareDocumentPosition(Node) on document.doctype w ith too few arguments must throw TypeError
615 PASS Node interface: document.doctype must inherit property "contains" with the proper type (39) 611 PASS Node interface: document.doctype must inherit property "contains" with the proper type (38)
616 PASS Node interface: calling contains(Node) on document.doctype with too few arg uments must throw TypeError 612 PASS Node interface: calling contains(Node) on document.doctype with too few arg uments must throw TypeError
617 PASS Node interface: document.doctype must inherit property "lookupPrefix" with the proper type (40) 613 PASS Node interface: document.doctype must inherit property "lookupPrefix" with the proper type (39)
618 PASS Node interface: calling lookupPrefix(DOMString) on document.doctype with to o few arguments must throw TypeError 614 PASS Node interface: calling lookupPrefix(DOMString) on document.doctype with to o few arguments must throw TypeError
619 PASS Node interface: document.doctype must inherit property "lookupNamespaceURI" with the proper type (41) 615 PASS Node interface: document.doctype must inherit property "lookupNamespaceURI" with the proper type (40)
620 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.doctype w ith too few arguments must throw TypeError 616 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.doctype w ith too few arguments must throw TypeError
621 PASS Node interface: document.doctype must inherit property "isDefaultNamespace" with the proper type (42) 617 PASS Node interface: document.doctype must inherit property "isDefaultNamespace" with the proper type (41)
622 PASS Node interface: calling isDefaultNamespace(DOMString) on document.doctype w ith too few arguments must throw TypeError 618 PASS Node interface: calling isDefaultNamespace(DOMString) on document.doctype w ith too few arguments must throw TypeError
623 PASS Node interface: document.doctype must inherit property "insertBefore" with the proper type (43) 619 PASS Node interface: document.doctype must inherit property "insertBefore" with the proper type (42)
624 PASS Node interface: calling insertBefore(Node,Node) on document.doctype with to o few arguments must throw TypeError 620 PASS Node interface: calling insertBefore(Node,Node) on document.doctype with to o few arguments must throw TypeError
625 PASS Node interface: document.doctype must inherit property "appendChild" with t he proper type (44) 621 PASS Node interface: document.doctype must inherit property "appendChild" with t he proper type (43)
626 PASS Node interface: calling appendChild(Node) on document.doctype with too few arguments must throw TypeError 622 PASS Node interface: calling appendChild(Node) on document.doctype with too few arguments must throw TypeError
627 PASS Node interface: document.doctype must inherit property "replaceChild" with the proper type (45) 623 PASS Node interface: document.doctype must inherit property "replaceChild" with the proper type (44)
628 PASS Node interface: calling replaceChild(Node,Node) on document.doctype with to o few arguments must throw TypeError 624 PASS Node interface: calling replaceChild(Node,Node) on document.doctype with to o few arguments must throw TypeError
629 PASS Node interface: document.doctype must inherit property "removeChild" with t he proper type (46) 625 PASS Node interface: document.doctype must inherit property "removeChild" with t he proper type (45)
630 PASS Node interface: calling removeChild(Node) on document.doctype with too few arguments must throw TypeError 626 PASS Node interface: calling removeChild(Node) on document.doctype with too few arguments must throw TypeError
631 PASS EventTarget interface: document.doctype must inherit property "addEventList ener" with the proper type (0) 627 PASS EventTarget interface: document.doctype must inherit property "addEventList ener" with the proper type (0)
632 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.doctype with too few arguments must th row TypeError 628 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.doctype with too few arguments must th row TypeError
633 PASS EventTarget interface: document.doctype must inherit property "removeEventL istener" with the proper type (1) 629 PASS EventTarget interface: document.doctype must inherit property "removeEventL istener" with the proper type (1)
634 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on document.doctype with too few arguments must throw TypeError 630 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on document.doctype with too few arguments must throw TypeError
635 PASS EventTarget interface: document.doctype must inherit property "dispatchEven t" with the proper type (2) 631 PASS EventTarget interface: document.doctype must inherit property "dispatchEven t" with the proper type (2)
636 PASS EventTarget interface: calling dispatchEvent(Event) on document.doctype wit h too few arguments must throw TypeError 632 PASS EventTarget interface: calling dispatchEvent(Event) on document.doctype wit h too few arguments must throw TypeError
637 PASS DocumentFragment interface: existence and properties of interface object 633 PASS DocumentFragment interface: existence and properties of interface object
638 PASS DocumentFragment interface object length 634 PASS DocumentFragment interface object length
639 PASS DocumentFragment interface object name 635 PASS DocumentFragment interface object name
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 PASS Node interface: document.createDocumentFragment() must inherit property "CO MMENT_NODE" with the proper type (7) 670 PASS Node interface: document.createDocumentFragment() must inherit property "CO MMENT_NODE" with the proper type (7)
675 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_NODE" with the proper type (8) 671 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_NODE" with the proper type (8)
676 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_TYPE_NODE" with the proper type (9) 672 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_TYPE_NODE" with the proper type (9)
677 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_FRAGMENT_NODE" with the proper type (10) 673 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_FRAGMENT_NODE" with the proper type (10)
678 PASS Node interface: document.createDocumentFragment() must inherit property "NO TATION_NODE" with the proper type (11) 674 PASS Node interface: document.createDocumentFragment() must inherit property "NO TATION_NODE" with the proper type (11)
679 PASS Node interface: document.createDocumentFragment() must inherit property "no deType" with the proper type (12) 675 PASS Node interface: document.createDocumentFragment() must inherit property "no deType" with the proper type (12)
680 PASS Node interface: document.createDocumentFragment() must inherit property "no deName" with the proper type (13) 676 PASS Node interface: document.createDocumentFragment() must inherit property "no deName" with the proper type (13)
681 PASS Node interface: document.createDocumentFragment() must inherit property "ba seURI" with the proper type (14) 677 PASS Node interface: document.createDocumentFragment() must inherit property "ba seURI" with the proper type (14)
682 PASS Node interface: document.createDocumentFragment() must inherit property "is Connected" with the proper type (15) 678 PASS Node interface: document.createDocumentFragment() must inherit property "is Connected" with the proper type (15)
683 PASS Node interface: document.createDocumentFragment() must inherit property "ow nerDocument" with the proper type (16) 679 PASS Node interface: document.createDocumentFragment() must inherit property "ow nerDocument" with the proper type (16)
684 PASS Node interface: document.createDocumentFragment() must inherit property "ro otNode" with the proper type (17) 680 PASS Node interface: document.createDocumentFragment() must inherit property "pa rentNode" with the proper type (17)
685 PASS Node interface: document.createDocumentFragment() must inherit property "pa rentNode" with the proper type (18) 681 PASS Node interface: document.createDocumentFragment() must inherit property "pa rentElement" with the proper type (18)
686 PASS Node interface: document.createDocumentFragment() must inherit property "pa rentElement" with the proper type (19) 682 PASS Node interface: document.createDocumentFragment() must inherit property "ha sChildNodes" with the proper type (19)
687 PASS Node interface: document.createDocumentFragment() must inherit property "ha sChildNodes" with the proper type (20) 683 PASS Node interface: document.createDocumentFragment() must inherit property "ch ildNodes" with the proper type (20)
688 PASS Node interface: document.createDocumentFragment() must inherit property "ch ildNodes" with the proper type (21) 684 PASS Node interface: document.createDocumentFragment() must inherit property "fi rstChild" with the proper type (21)
689 PASS Node interface: document.createDocumentFragment() must inherit property "fi rstChild" with the proper type (22) 685 PASS Node interface: document.createDocumentFragment() must inherit property "la stChild" with the proper type (22)
690 PASS Node interface: document.createDocumentFragment() must inherit property "la stChild" with the proper type (23) 686 PASS Node interface: document.createDocumentFragment() must inherit property "pr eviousSibling" with the proper type (23)
691 PASS Node interface: document.createDocumentFragment() must inherit property "pr eviousSibling" with the proper type (24) 687 PASS Node interface: document.createDocumentFragment() must inherit property "ne xtSibling" with the proper type (24)
692 PASS Node interface: document.createDocumentFragment() must inherit property "ne xtSibling" with the proper type (25) 688 PASS Node interface: document.createDocumentFragment() must inherit property "no deValue" with the proper type (25)
693 PASS Node interface: document.createDocumentFragment() must inherit property "no deValue" with the proper type (26) 689 PASS Node interface: document.createDocumentFragment() must inherit property "te xtContent" with the proper type (26)
694 PASS Node interface: document.createDocumentFragment() must inherit property "te xtContent" with the proper type (27) 690 PASS Node interface: document.createDocumentFragment() must inherit property "no rmalize" with the proper type (27)
695 PASS Node interface: document.createDocumentFragment() must inherit property "no rmalize" with the proper type (28) 691 PASS Node interface: document.createDocumentFragment() must inherit property "cl oneNode" with the proper type (28)
696 PASS Node interface: document.createDocumentFragment() must inherit property "cl oneNode" with the proper type (29)
697 PASS Node interface: calling cloneNode(boolean) on document.createDocumentFragme nt() with too few arguments must throw TypeError 692 PASS Node interface: calling cloneNode(boolean) on document.createDocumentFragme nt() with too few arguments must throw TypeError
698 PASS Node interface: document.createDocumentFragment() must inherit property "is EqualNode" with the proper type (30) 693 PASS Node interface: document.createDocumentFragment() must inherit property "is EqualNode" with the proper type (29)
699 PASS Node interface: calling isEqualNode(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError 694 PASS Node interface: calling isEqualNode(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError
700 PASS Node interface: document.createDocumentFragment() must inherit property "is SameNode" with the proper type (31) 695 PASS Node interface: document.createDocumentFragment() must inherit property "is SameNode" with the proper type (30)
701 PASS Node interface: calling isSameNode(Node) on document.createDocumentFragment () with too few arguments must throw TypeError 696 PASS Node interface: calling isSameNode(Node) on document.createDocumentFragment () with too few arguments must throw TypeError
702 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_DISCONNECTED" with the proper type (32) 697 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_DISCONNECTED" with the proper type (31)
703 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_PRECEDING" with the proper type (33) 698 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_PRECEDING" with the proper type (32)
704 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_FOLLOWING" with the proper type (34) 699 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_FOLLOWING" with the proper type (33)
705 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_CONTAINS" with the proper type (35) 700 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_CONTAINS" with the proper type (34)
706 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_CONTAINED_BY" with the proper type (36) 701 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_CONTAINED_BY" with the proper type (35)
707 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (37) 702 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (36)
708 PASS Node interface: document.createDocumentFragment() must inherit property "co mpareDocumentPosition" with the proper type (38) 703 PASS Node interface: document.createDocumentFragment() must inherit property "co mpareDocumentPosition" with the proper type (37)
709 PASS Node interface: calling compareDocumentPosition(Node) on document.createDoc umentFragment() with too few arguments must throw TypeError 704 PASS Node interface: calling compareDocumentPosition(Node) on document.createDoc umentFragment() with too few arguments must throw TypeError
710 PASS Node interface: document.createDocumentFragment() must inherit property "co ntains" with the proper type (39) 705 PASS Node interface: document.createDocumentFragment() must inherit property "co ntains" with the proper type (38)
711 PASS Node interface: calling contains(Node) on document.createDocumentFragment() with too few arguments must throw TypeError 706 PASS Node interface: calling contains(Node) on document.createDocumentFragment() with too few arguments must throw TypeError
712 PASS Node interface: document.createDocumentFragment() must inherit property "lo okupPrefix" with the proper type (40) 707 PASS Node interface: document.createDocumentFragment() must inherit property "lo okupPrefix" with the proper type (39)
713 PASS Node interface: calling lookupPrefix(DOMString) on document.createDocumentF ragment() with too few arguments must throw TypeError 708 PASS Node interface: calling lookupPrefix(DOMString) on document.createDocumentF ragment() with too few arguments must throw TypeError
714 PASS Node interface: document.createDocumentFragment() must inherit property "lo okupNamespaceURI" with the proper type (41) 709 PASS Node interface: document.createDocumentFragment() must inherit property "lo okupNamespaceURI" with the proper type (40)
715 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createDoc umentFragment() with too few arguments must throw TypeError 710 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createDoc umentFragment() with too few arguments must throw TypeError
716 PASS Node interface: document.createDocumentFragment() must inherit property "is DefaultNamespace" with the proper type (42) 711 PASS Node interface: document.createDocumentFragment() must inherit property "is DefaultNamespace" with the proper type (41)
717 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createDoc umentFragment() with too few arguments must throw TypeError 712 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createDoc umentFragment() with too few arguments must throw TypeError
718 PASS Node interface: document.createDocumentFragment() must inherit property "in sertBefore" with the proper type (43) 713 PASS Node interface: document.createDocumentFragment() must inherit property "in sertBefore" with the proper type (42)
719 PASS Node interface: calling insertBefore(Node,Node) on document.createDocumentF ragment() with too few arguments must throw TypeError 714 PASS Node interface: calling insertBefore(Node,Node) on document.createDocumentF ragment() with too few arguments must throw TypeError
720 PASS Node interface: document.createDocumentFragment() must inherit property "ap pendChild" with the proper type (44) 715 PASS Node interface: document.createDocumentFragment() must inherit property "ap pendChild" with the proper type (43)
721 PASS Node interface: calling appendChild(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError 716 PASS Node interface: calling appendChild(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError
722 PASS Node interface: document.createDocumentFragment() must inherit property "re placeChild" with the proper type (45) 717 PASS Node interface: document.createDocumentFragment() must inherit property "re placeChild" with the proper type (44)
723 PASS Node interface: calling replaceChild(Node,Node) on document.createDocumentF ragment() with too few arguments must throw TypeError 718 PASS Node interface: calling replaceChild(Node,Node) on document.createDocumentF ragment() with too few arguments must throw TypeError
724 PASS Node interface: document.createDocumentFragment() must inherit property "re moveChild" with the proper type (46) 719 PASS Node interface: document.createDocumentFragment() must inherit property "re moveChild" with the proper type (45)
725 PASS Node interface: calling removeChild(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError 720 PASS Node interface: calling removeChild(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError
726 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "addEventListener" with the proper type (0) 721 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "addEventListener" with the proper type (0)
727 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.createDocumentFragment() with too few arguments must throw TypeError 722 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.createDocumentFragment() with too few arguments must throw TypeError
728 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "removeEventListener" with the proper type (1) 723 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "removeEventListener" with the proper type (1)
729 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on document.createDocumentFragment() with too f ew arguments must throw TypeError 724 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on document.createDocumentFragment() with too f ew arguments must throw TypeError
730 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "dispatchEvent" with the proper type (2) 725 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "dispatchEvent" with the proper type (2)
731 PASS EventTarget interface: calling dispatchEvent(Event) on document.createDocum entFragment() with too few arguments must throw TypeError 726 PASS EventTarget interface: calling dispatchEvent(Event) on document.createDocum entFragment() with too few arguments must throw TypeError
732 PASS ShadowRoot interface: existence and properties of interface object 727 PASS ShadowRoot interface: existence and properties of interface object
733 PASS ShadowRoot interface object length 728 PASS ShadowRoot interface object length
734 PASS ShadowRoot interface object name 729 PASS ShadowRoot interface object name
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope r type (7) 875 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope r type (7)
881 PASS Node interface: element must inherit property "DOCUMENT_NODE" with the prop er type (8) 876 PASS Node interface: element must inherit property "DOCUMENT_NODE" with the prop er type (8)
882 PASS Node interface: element must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9) 877 PASS Node interface: element must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
883 PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) 878 PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
884 PASS Node interface: element must inherit property "NOTATION_NODE" with the prop er type (11) 879 PASS Node interface: element must inherit property "NOTATION_NODE" with the prop er type (11)
885 PASS Node interface: element must inherit property "nodeType" with the proper ty pe (12) 880 PASS Node interface: element must inherit property "nodeType" with the proper ty pe (12)
886 PASS Node interface: element must inherit property "nodeName" with the proper ty pe (13) 881 PASS Node interface: element must inherit property "nodeName" with the proper ty pe (13)
887 FAIL Node interface: element must inherit property "baseURI" with the proper typ e (14) assert_equals: expected "string" but got "object" 882 FAIL Node interface: element must inherit property "baseURI" with the proper typ e (14) assert_equals: expected "string" but got "object"
888 PASS Node interface: element must inherit property "isConnected" with the proper type (15) 883 PASS Node interface: element must inherit property "isConnected" with the proper type (15)
889 PASS Node interface: element must inherit property "ownerDocument" with the prop er type (16) 884 PASS Node interface: element must inherit property "ownerDocument" with the prop er type (16)
890 PASS Node interface: element must inherit property "rootNode" with the proper ty pe (17) 885 PASS Node interface: element must inherit property "parentNode" with the proper type (17)
891 PASS Node interface: element must inherit property "parentNode" with the proper type (18) 886 PASS Node interface: element must inherit property "parentElement" with the prop er type (18)
892 PASS Node interface: element must inherit property "parentElement" with the prop er type (19) 887 PASS Node interface: element must inherit property "hasChildNodes" with the prop er type (19)
893 PASS Node interface: element must inherit property "hasChildNodes" with the prop er type (20) 888 PASS Node interface: element must inherit property "childNodes" with the proper type (20)
894 PASS Node interface: element must inherit property "childNodes" with the proper type (21) 889 PASS Node interface: element must inherit property "firstChild" with the proper type (21)
895 PASS Node interface: element must inherit property "firstChild" with the proper type (22) 890 PASS Node interface: element must inherit property "lastChild" with the proper t ype (22)
896 PASS Node interface: element must inherit property "lastChild" with the proper t ype (23) 891 PASS Node interface: element must inherit property "previousSibling" with the pr oper type (23)
897 PASS Node interface: element must inherit property "previousSibling" with the pr oper type (24) 892 PASS Node interface: element must inherit property "nextSibling" with the proper type (24)
898 PASS Node interface: element must inherit property "nextSibling" with the proper type (25) 893 PASS Node interface: element must inherit property "nodeValue" with the proper t ype (25)
899 PASS Node interface: element must inherit property "nodeValue" with the proper t ype (26) 894 PASS Node interface: element must inherit property "textContent" with the proper type (26)
900 PASS Node interface: element must inherit property "textContent" with the proper type (27) 895 PASS Node interface: element must inherit property "normalize" with the proper t ype (27)
901 PASS Node interface: element must inherit property "normalize" with the proper t ype (28) 896 PASS Node interface: element must inherit property "cloneNode" with the proper t ype (28)
902 PASS Node interface: element must inherit property "cloneNode" with the proper t ype (29)
903 PASS Node interface: calling cloneNode(boolean) on element with too few argument s must throw TypeError 897 PASS Node interface: calling cloneNode(boolean) on element with too few argument s must throw TypeError
904 PASS Node interface: element must inherit property "isEqualNode" with the proper type (30) 898 PASS Node interface: element must inherit property "isEqualNode" with the proper type (29)
905 PASS Node interface: calling isEqualNode(Node) on element with too few arguments must throw TypeError 899 PASS Node interface: calling isEqualNode(Node) on element with too few arguments must throw TypeError
906 PASS Node interface: element must inherit property "isSameNode" with the proper type (31) 900 PASS Node interface: element must inherit property "isSameNode" with the proper type (30)
907 PASS Node interface: calling isSameNode(Node) on element with too few arguments must throw TypeError 901 PASS Node interface: calling isSameNode(Node) on element with too few arguments must throw TypeError
908 PASS Node interface: element must inherit property "DOCUMENT_POSITION_DISCONNECT ED" with the proper type (32) 902 PASS Node interface: element must inherit property "DOCUMENT_POSITION_DISCONNECT ED" with the proper type (31)
909 PASS Node interface: element must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (33) 903 PASS Node interface: element must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (32)
910 PASS Node interface: element must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (34) 904 PASS Node interface: element must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (33)
911 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type (35) 905 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type (34)
912 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINED_ BY" with the proper type (36) 906 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINED_ BY" with the proper type (35)
913 PASS Node interface: element must inherit property "DOCUMENT_POSITION_IMPLEMENTA TION_SPECIFIC" with the proper type (37) 907 PASS Node interface: element must inherit property "DOCUMENT_POSITION_IMPLEMENTA TION_SPECIFIC" with the proper type (36)
914 PASS Node interface: element must inherit property "compareDocumentPosition" wit h the proper type (38) 908 PASS Node interface: element must inherit property "compareDocumentPosition" wit h the proper type (37)
915 PASS Node interface: calling compareDocumentPosition(Node) on element with too f ew arguments must throw TypeError 909 PASS Node interface: calling compareDocumentPosition(Node) on element with too f ew arguments must throw TypeError
916 PASS Node interface: element must inherit property "contains" with the proper ty pe (39) 910 PASS Node interface: element must inherit property "contains" with the proper ty pe (38)
917 PASS Node interface: calling contains(Node) on element with too few arguments mu st throw TypeError 911 PASS Node interface: calling contains(Node) on element with too few arguments mu st throw TypeError
918 PASS Node interface: element must inherit property "lookupPrefix" with the prope r type (40) 912 PASS Node interface: element must inherit property "lookupPrefix" with the prope r type (39)
919 PASS Node interface: calling lookupPrefix(DOMString) on element with too few arg uments must throw TypeError 913 PASS Node interface: calling lookupPrefix(DOMString) on element with too few arg uments must throw TypeError
920 PASS Node interface: element must inherit property "lookupNamespaceURI" with the proper type (41) 914 PASS Node interface: element must inherit property "lookupNamespaceURI" with the proper type (40)
921 PASS Node interface: calling lookupNamespaceURI(DOMString) on element with too f ew arguments must throw TypeError 915 PASS Node interface: calling lookupNamespaceURI(DOMString) on element with too f ew arguments must throw TypeError
922 PASS Node interface: element must inherit property "isDefaultNamespace" with the proper type (42) 916 PASS Node interface: element must inherit property "isDefaultNamespace" with the proper type (41)
923 PASS Node interface: calling isDefaultNamespace(DOMString) on element with too f ew arguments must throw TypeError 917 PASS Node interface: calling isDefaultNamespace(DOMString) on element with too f ew arguments must throw TypeError
924 PASS Node interface: element must inherit property "insertBefore" with the prope r type (43) 918 PASS Node interface: element must inherit property "insertBefore" with the prope r type (42)
925 PASS Node interface: calling insertBefore(Node,Node) on element with too few arg uments must throw TypeError 919 PASS Node interface: calling insertBefore(Node,Node) on element with too few arg uments must throw TypeError
926 PASS Node interface: element must inherit property "appendChild" with the proper type (44) 920 PASS Node interface: element must inherit property "appendChild" with the proper type (43)
927 PASS Node interface: calling appendChild(Node) on element with too few arguments must throw TypeError 921 PASS Node interface: calling appendChild(Node) on element with too few arguments must throw TypeError
928 PASS Node interface: element must inherit property "replaceChild" with the prope r type (45) 922 PASS Node interface: element must inherit property "replaceChild" with the prope r type (44)
929 PASS Node interface: calling replaceChild(Node,Node) on element with too few arg uments must throw TypeError 923 PASS Node interface: calling replaceChild(Node,Node) on element with too few arg uments must throw TypeError
930 PASS Node interface: element must inherit property "removeChild" with the proper type (46) 924 PASS Node interface: element must inherit property "removeChild" with the proper type (45)
931 PASS Node interface: calling removeChild(Node) on element with too few arguments must throw TypeError 925 PASS Node interface: calling removeChild(Node) on element with too few arguments must throw TypeError
932 PASS EventTarget interface: element must inherit property "addEventListener" wit h the proper type (0) 926 PASS EventTarget interface: element must inherit property "addEventListener" wit h the proper type (0)
933 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on element with too few arguments must throw TypeE rror 927 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on element with too few arguments must throw TypeE rror
934 PASS EventTarget interface: element must inherit property "removeEventListener" with the proper type (1) 928 PASS EventTarget interface: element must inherit property "removeEventListener" with the proper type (1)
935 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on element with too few arguments must throw Ty peError 929 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on element with too few arguments must throw Ty peError
936 PASS EventTarget interface: element must inherit property "dispatchEvent" with t he proper type (2) 930 PASS EventTarget interface: element must inherit property "dispatchEvent" with t he proper type (2)
937 PASS EventTarget interface: calling dispatchEvent(Event) on element with too few arguments must throw TypeError 931 PASS EventTarget interface: calling dispatchEvent(Event) on element with too few arguments must throw TypeError
938 PASS NamedNodeMap interface: existence and properties of interface object 932 PASS NamedNodeMap interface: existence and properties of interface object
939 PASS NamedNodeMap interface object length 933 PASS NamedNodeMap interface object length
940 PASS NamedNodeMap interface object name 934 PASS NamedNodeMap interface object name
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 PASS Node interface: document.createTextNode("abc") must inherit property "COMME NT_NODE" with the proper type (7) 1032 PASS Node interface: document.createTextNode("abc") must inherit property "COMME NT_NODE" with the proper type (7)
1039 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_NODE" with the proper type (8) 1033 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_NODE" with the proper type (8)
1040 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_TYPE_NODE" with the proper type (9) 1034 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_TYPE_NODE" with the proper type (9)
1041 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_FRAGMENT_NODE" with the proper type (10) 1035 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_FRAGMENT_NODE" with the proper type (10)
1042 PASS Node interface: document.createTextNode("abc") must inherit property "NOTAT ION_NODE" with the proper type (11) 1036 PASS Node interface: document.createTextNode("abc") must inherit property "NOTAT ION_NODE" with the proper type (11)
1043 PASS Node interface: document.createTextNode("abc") must inherit property "nodeT ype" with the proper type (12) 1037 PASS Node interface: document.createTextNode("abc") must inherit property "nodeT ype" with the proper type (12)
1044 PASS Node interface: document.createTextNode("abc") must inherit property "nodeN ame" with the proper type (13) 1038 PASS Node interface: document.createTextNode("abc") must inherit property "nodeN ame" with the proper type (13)
1045 PASS Node interface: document.createTextNode("abc") must inherit property "baseU RI" with the proper type (14) 1039 PASS Node interface: document.createTextNode("abc") must inherit property "baseU RI" with the proper type (14)
1046 PASS Node interface: document.createTextNode("abc") must inherit property "isCon nected" with the proper type (15) 1040 PASS Node interface: document.createTextNode("abc") must inherit property "isCon nected" with the proper type (15)
1047 PASS Node interface: document.createTextNode("abc") must inherit property "owner Document" with the proper type (16) 1041 PASS Node interface: document.createTextNode("abc") must inherit property "owner Document" with the proper type (16)
1048 PASS Node interface: document.createTextNode("abc") must inherit property "rootN ode" with the proper type (17) 1042 PASS Node interface: document.createTextNode("abc") must inherit property "paren tNode" with the proper type (17)
1049 PASS Node interface: document.createTextNode("abc") must inherit property "paren tNode" with the proper type (18) 1043 PASS Node interface: document.createTextNode("abc") must inherit property "paren tElement" with the proper type (18)
1050 PASS Node interface: document.createTextNode("abc") must inherit property "paren tElement" with the proper type (19) 1044 PASS Node interface: document.createTextNode("abc") must inherit property "hasCh ildNodes" with the proper type (19)
1051 PASS Node interface: document.createTextNode("abc") must inherit property "hasCh ildNodes" with the proper type (20) 1045 PASS Node interface: document.createTextNode("abc") must inherit property "child Nodes" with the proper type (20)
1052 PASS Node interface: document.createTextNode("abc") must inherit property "child Nodes" with the proper type (21) 1046 PASS Node interface: document.createTextNode("abc") must inherit property "first Child" with the proper type (21)
1053 PASS Node interface: document.createTextNode("abc") must inherit property "first Child" with the proper type (22) 1047 PASS Node interface: document.createTextNode("abc") must inherit property "lastC hild" with the proper type (22)
1054 PASS Node interface: document.createTextNode("abc") must inherit property "lastC hild" with the proper type (23) 1048 PASS Node interface: document.createTextNode("abc") must inherit property "previ ousSibling" with the proper type (23)
1055 PASS Node interface: document.createTextNode("abc") must inherit property "previ ousSibling" with the proper type (24) 1049 PASS Node interface: document.createTextNode("abc") must inherit property "nextS ibling" with the proper type (24)
1056 PASS Node interface: document.createTextNode("abc") must inherit property "nextS ibling" with the proper type (25) 1050 PASS Node interface: document.createTextNode("abc") must inherit property "nodeV alue" with the proper type (25)
1057 PASS Node interface: document.createTextNode("abc") must inherit property "nodeV alue" with the proper type (26) 1051 PASS Node interface: document.createTextNode("abc") must inherit property "textC ontent" with the proper type (26)
1058 PASS Node interface: document.createTextNode("abc") must inherit property "textC ontent" with the proper type (27) 1052 PASS Node interface: document.createTextNode("abc") must inherit property "norma lize" with the proper type (27)
1059 PASS Node interface: document.createTextNode("abc") must inherit property "norma lize" with the proper type (28) 1053 PASS Node interface: document.createTextNode("abc") must inherit property "clone Node" with the proper type (28)
1060 PASS Node interface: document.createTextNode("abc") must inherit property "clone Node" with the proper type (29)
1061 PASS Node interface: calling cloneNode(boolean) on document.createTextNode("abc" ) with too few arguments must throw TypeError 1054 PASS Node interface: calling cloneNode(boolean) on document.createTextNode("abc" ) with too few arguments must throw TypeError
1062 PASS Node interface: document.createTextNode("abc") must inherit property "isEqu alNode" with the proper type (30) 1055 PASS Node interface: document.createTextNode("abc") must inherit property "isEqu alNode" with the proper type (29)
1063 PASS Node interface: calling isEqualNode(Node) on document.createTextNode("abc") with too few arguments must throw TypeError 1056 PASS Node interface: calling isEqualNode(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
1064 PASS Node interface: document.createTextNode("abc") must inherit property "isSam eNode" with the proper type (31) 1057 PASS Node interface: document.createTextNode("abc") must inherit property "isSam eNode" with the proper type (30)
1065 PASS Node interface: calling isSameNode(Node) on document.createTextNode("abc") with too few arguments must throw TypeError 1058 PASS Node interface: calling isSameNode(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
1066 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_DISCONNECTED" with the proper type (32) 1059 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_DISCONNECTED" with the proper type (31)
1067 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_PRECEDING" with the proper type (33) 1060 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_PRECEDING" with the proper type (32)
1068 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_FOLLOWING" with the proper type (34) 1061 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_FOLLOWING" with the proper type (33)
1069 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_CONTAINS" with the proper type (35) 1062 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_CONTAINS" with the proper type (34)
1070 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_CONTAINED_BY" with the proper type (36) 1063 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_CONTAINED_BY" with the proper type (35)
1071 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (37) 1064 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (36)
1072 PASS Node interface: document.createTextNode("abc") must inherit property "compa reDocumentPosition" with the proper type (38) 1065 PASS Node interface: document.createTextNode("abc") must inherit property "compa reDocumentPosition" with the proper type (37)
1073 PASS Node interface: calling compareDocumentPosition(Node) on document.createTex tNode("abc") with too few arguments must throw TypeError 1066 PASS Node interface: calling compareDocumentPosition(Node) on document.createTex tNode("abc") with too few arguments must throw TypeError
1074 PASS Node interface: document.createTextNode("abc") must inherit property "conta ins" with the proper type (39) 1067 PASS Node interface: document.createTextNode("abc") must inherit property "conta ins" with the proper type (38)
1075 PASS Node interface: calling contains(Node) on document.createTextNode("abc") wi th too few arguments must throw TypeError 1068 PASS Node interface: calling contains(Node) on document.createTextNode("abc") wi th too few arguments must throw TypeError
1076 PASS Node interface: document.createTextNode("abc") must inherit property "looku pPrefix" with the proper type (40) 1069 PASS Node interface: document.createTextNode("abc") must inherit property "looku pPrefix" with the proper type (39)
1077 PASS Node interface: calling lookupPrefix(DOMString) on document.createTextNode( "abc") with too few arguments must throw TypeError 1070 PASS Node interface: calling lookupPrefix(DOMString) on document.createTextNode( "abc") with too few arguments must throw TypeError
1078 PASS Node interface: document.createTextNode("abc") must inherit property "looku pNamespaceURI" with the proper type (41) 1071 PASS Node interface: document.createTextNode("abc") must inherit property "looku pNamespaceURI" with the proper type (40)
1079 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createTex tNode("abc") with too few arguments must throw TypeError 1072 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createTex tNode("abc") with too few arguments must throw TypeError
1080 PASS Node interface: document.createTextNode("abc") must inherit property "isDef aultNamespace" with the proper type (42) 1073 PASS Node interface: document.createTextNode("abc") must inherit property "isDef aultNamespace" with the proper type (41)
1081 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createTex tNode("abc") with too few arguments must throw TypeError 1074 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createTex tNode("abc") with too few arguments must throw TypeError
1082 PASS Node interface: document.createTextNode("abc") must inherit property "inser tBefore" with the proper type (43) 1075 PASS Node interface: document.createTextNode("abc") must inherit property "inser tBefore" with the proper type (42)
1083 PASS Node interface: calling insertBefore(Node,Node) on document.createTextNode( "abc") with too few arguments must throw TypeError 1076 PASS Node interface: calling insertBefore(Node,Node) on document.createTextNode( "abc") with too few arguments must throw TypeError
1084 PASS Node interface: document.createTextNode("abc") must inherit property "appen dChild" with the proper type (44) 1077 PASS Node interface: document.createTextNode("abc") must inherit property "appen dChild" with the proper type (43)
1085 PASS Node interface: calling appendChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError 1078 PASS Node interface: calling appendChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
1086 PASS Node interface: document.createTextNode("abc") must inherit property "repla ceChild" with the proper type (45) 1079 PASS Node interface: document.createTextNode("abc") must inherit property "repla ceChild" with the proper type (44)
1087 PASS Node interface: calling replaceChild(Node,Node) on document.createTextNode( "abc") with too few arguments must throw TypeError 1080 PASS Node interface: calling replaceChild(Node,Node) on document.createTextNode( "abc") with too few arguments must throw TypeError
1088 PASS Node interface: document.createTextNode("abc") must inherit property "remov eChild" with the proper type (46) 1081 PASS Node interface: document.createTextNode("abc") must inherit property "remov eChild" with the proper type (45)
1089 PASS Node interface: calling removeChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError 1082 PASS Node interface: calling removeChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
1090 PASS EventTarget interface: document.createTextNode("abc") must inherit property "addEventListener" with the proper type (0) 1083 PASS EventTarget interface: document.createTextNode("abc") must inherit property "addEventListener" with the proper type (0)
1091 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.createTextNode("abc") with too few arg uments must throw TypeError 1084 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.createTextNode("abc") with too few arg uments must throw TypeError
1092 PASS EventTarget interface: document.createTextNode("abc") must inherit property "removeEventListener" with the proper type (1) 1085 PASS EventTarget interface: document.createTextNode("abc") must inherit property "removeEventListener" with the proper type (1)
1093 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on document.createTextNode("abc") with too few arguments must throw TypeError 1086 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on document.createTextNode("abc") with too few arguments must throw TypeError
1094 PASS EventTarget interface: document.createTextNode("abc") must inherit property "dispatchEvent" with the proper type (2) 1087 PASS EventTarget interface: document.createTextNode("abc") must inherit property "dispatchEvent" with the proper type (2)
1095 PASS EventTarget interface: calling dispatchEvent(Event) on document.createTextN ode("abc") with too few arguments must throw TypeError 1088 PASS EventTarget interface: calling dispatchEvent(Event) on document.createTextN ode("abc") with too few arguments must throw TypeError
1096 PASS ProcessingInstruction interface: existence and properties of interface obje ct 1089 PASS ProcessingInstruction interface: existence and properties of interface obje ct
1097 PASS ProcessingInstruction interface object length 1090 PASS ProcessingInstruction interface object length
1098 PASS ProcessingInstruction interface object name 1091 PASS ProcessingInstruction interface object name
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "COMMENT_NODE" with the proper type (7) 1126 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "COMMENT_NODE" with the proper type (7)
1134 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_NODE" with the proper type (8) 1127 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_NODE" with the proper type (8)
1135 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_TYPE_NODE" with the proper type (9) 1128 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_TYPE_NODE" with the proper type (9)
1136 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) 1129 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
1137 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "NOTATION_NODE" with the proper type (11) 1130 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "NOTATION_NODE" with the proper type (11)
1138 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeType" with the proper type (12) 1131 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeType" with the proper type (12)
1139 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeName" with the proper type (13) 1132 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeName" with the proper type (13)
1140 FAIL Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object" 1133 FAIL Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object"
1141 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isConnected" with the proper type (15) 1134 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isConnected" with the proper type (15)
1142 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ownerDocument" with the proper type (16) 1135 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ownerDocument" with the proper type (16)
1143 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "rootNode" with the proper type (17) 1136 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentNode" with the proper type (17)
1144 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentNode" with the proper type (18) 1137 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentElement" with the proper type (18)
1145 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentElement" with the proper type (19) 1138 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "hasChildNodes" with the proper type (19)
1146 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "hasChildNodes" with the proper type (20) 1139 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "childNodes" with the proper type (20)
1147 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "childNodes" with the proper type (21) 1140 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "firstChild" with the proper type (21)
1148 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "firstChild" with the proper type (22) 1141 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lastChild" with the proper type (22)
1149 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lastChild" with the proper type (23) 1142 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "previousSibling" with the proper type (23)
1150 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "previousSibling" with the proper type (24) 1143 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nextSibling" with the proper type (24)
1151 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nextSibling" with the proper type (25) 1144 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeValue" with the proper type (25)
1152 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeValue" with the proper type (26) 1145 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "textContent" with the proper type (26)
1153 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "textContent" with the proper type (27) 1146 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "normalize" with the proper type (27)
1154 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "normalize" with the proper type (28) 1147 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "cloneNode" with the proper type (28)
1155 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "cloneNode" with the proper type (29)
1156 PASS Node interface: calling cloneNode(boolean) on xmlDoc.createProcessingInstru ction("abc", "def") with too few arguments must throw TypeError 1148 PASS Node interface: calling cloneNode(boolean) on xmlDoc.createProcessingInstru ction("abc", "def") with too few arguments must throw TypeError
1157 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isEqualNode" with the proper type (30) 1149 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isEqualNode" with the proper type (29)
1158 PASS Node interface: calling isEqualNode(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError 1150 PASS Node interface: calling isEqualNode(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError
1159 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isSameNode" with the proper type (31) 1151 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isSameNode" with the proper type (30)
1160 PASS Node interface: calling isSameNode(Node) on xmlDoc.createProcessingInstruct ion("abc", "def") with too few arguments must throw TypeError 1152 PASS Node interface: calling isSameNode(Node) on xmlDoc.createProcessingInstruct ion("abc", "def") with too few arguments must throw TypeError
1161 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (32) 1153 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (31)
1162 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_PRECEDING" with the proper type (33) 1154 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_PRECEDING" with the proper type (32)
1163 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_FOLLOWING" with the proper type (34) 1155 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_FOLLOWING" with the proper type (33)
1164 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_CONTAINS" with the proper type (35) 1156 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_CONTAINS" with the proper type (34)
1165 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (36) 1157 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (35)
1166 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (37 ) 1158 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (36 )
1167 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "compareDocumentPosition" with the proper type (38) 1159 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "compareDocumentPosition" with the proper type (37)
1168 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError 1160 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError
1169 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "contains" with the proper type (39) 1161 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "contains" with the proper type (38)
1170 PASS Node interface: calling contains(Node) on xmlDoc.createProcessingInstructio n("abc", "def") with too few arguments must throw TypeError 1162 PASS Node interface: calling contains(Node) on xmlDoc.createProcessingInstructio n("abc", "def") with too few arguments must throw TypeError
1171 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lookupPrefix" with the proper type (40) 1163 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lookupPrefix" with the proper type (39)
1172 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError 1164 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError
1173 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lookupNamespaceURI" with the proper type (41) 1165 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lookupNamespaceURI" with the proper type (40)
1174 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError 1166 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError
1175 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isDefaultNamespace" with the proper type (42) 1167 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isDefaultNamespace" with the proper type (41)
1176 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError 1168 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError
1177 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "insertBefore" with the proper type (43) 1169 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "insertBefore" with the proper type (42)
1178 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError 1170 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError
1179 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "appendChild" with the proper type (44) 1171 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "appendChild" with the proper type (43)
1180 PASS Node interface: calling appendChild(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError 1172 PASS Node interface: calling appendChild(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError
1181 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "replaceChild" with the proper type (45) 1173 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "replaceChild" with the proper type (44)
1182 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError 1174 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError
1183 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "removeChild" with the proper type (46) 1175 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "removeChild" with the proper type (45)
1184 PASS Node interface: calling removeChild(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError 1176 PASS Node interface: calling removeChild(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError
1185 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "addEventListener" with the proper type (0) 1177 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "addEventListener" with the proper type (0)
1186 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "def" ) with too few arguments must throw TypeError 1178 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "def" ) with too few arguments must throw TypeError
1187 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "removeEventListener" with the proper type (1) 1179 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "removeEventListener" with the proper type (1)
1188 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "d ef") with too few arguments must throw TypeError 1180 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "d ef") with too few arguments must throw TypeError
1189 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "dispatchEvent" with the proper type (2) 1181 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "dispatchEvent" with the proper type (2)
1190 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc.createProcess ingInstruction("abc", "def") with too few arguments must throw TypeError 1182 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc.createProcess ingInstruction("abc", "def") with too few arguments must throw TypeError
1191 PASS Comment interface: existence and properties of interface object 1183 PASS Comment interface: existence and properties of interface object
1192 PASS Comment interface object length 1184 PASS Comment interface object length
1193 PASS Comment interface object name 1185 PASS Comment interface object name
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1226 PASS Node interface: document.createComment("abc") must inherit property "COMMEN T_NODE" with the proper type (7) 1218 PASS Node interface: document.createComment("abc") must inherit property "COMMEN T_NODE" with the proper type (7)
1227 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_NODE" with the proper type (8) 1219 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_NODE" with the proper type (8)
1228 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_TYPE_NODE" with the proper type (9) 1220 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_TYPE_NODE" with the proper type (9)
1229 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_FRAGMENT_NODE" with the proper type (10) 1221 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_FRAGMENT_NODE" with the proper type (10)
1230 PASS Node interface: document.createComment("abc") must inherit property "NOTATI ON_NODE" with the proper type (11) 1222 PASS Node interface: document.createComment("abc") must inherit property "NOTATI ON_NODE" with the proper type (11)
1231 PASS Node interface: document.createComment("abc") must inherit property "nodeTy pe" with the proper type (12) 1223 PASS Node interface: document.createComment("abc") must inherit property "nodeTy pe" with the proper type (12)
1232 PASS Node interface: document.createComment("abc") must inherit property "nodeNa me" with the proper type (13) 1224 PASS Node interface: document.createComment("abc") must inherit property "nodeNa me" with the proper type (13)
1233 PASS Node interface: document.createComment("abc") must inherit property "baseUR I" with the proper type (14) 1225 PASS Node interface: document.createComment("abc") must inherit property "baseUR I" with the proper type (14)
1234 PASS Node interface: document.createComment("abc") must inherit property "isConn ected" with the proper type (15) 1226 PASS Node interface: document.createComment("abc") must inherit property "isConn ected" with the proper type (15)
1235 PASS Node interface: document.createComment("abc") must inherit property "ownerD ocument" with the proper type (16) 1227 PASS Node interface: document.createComment("abc") must inherit property "ownerD ocument" with the proper type (16)
1236 PASS Node interface: document.createComment("abc") must inherit property "rootNo de" with the proper type (17) 1228 PASS Node interface: document.createComment("abc") must inherit property "parent Node" with the proper type (17)
1237 PASS Node interface: document.createComment("abc") must inherit property "parent Node" with the proper type (18) 1229 PASS Node interface: document.createComment("abc") must inherit property "parent Element" with the proper type (18)
1238 PASS Node interface: document.createComment("abc") must inherit property "parent Element" with the proper type (19) 1230 PASS Node interface: document.createComment("abc") must inherit property "hasChi ldNodes" with the proper type (19)
1239 PASS Node interface: document.createComment("abc") must inherit property "hasChi ldNodes" with the proper type (20) 1231 PASS Node interface: document.createComment("abc") must inherit property "childN odes" with the proper type (20)
1240 PASS Node interface: document.createComment("abc") must inherit property "childN odes" with the proper type (21) 1232 PASS Node interface: document.createComment("abc") must inherit property "firstC hild" with the proper type (21)
1241 PASS Node interface: document.createComment("abc") must inherit property "firstC hild" with the proper type (22) 1233 PASS Node interface: document.createComment("abc") must inherit property "lastCh ild" with the proper type (22)
1242 PASS Node interface: document.createComment("abc") must inherit property "lastCh ild" with the proper type (23) 1234 PASS Node interface: document.createComment("abc") must inherit property "previo usSibling" with the proper type (23)
1243 PASS Node interface: document.createComment("abc") must inherit property "previo usSibling" with the proper type (24) 1235 PASS Node interface: document.createComment("abc") must inherit property "nextSi bling" with the proper type (24)
1244 PASS Node interface: document.createComment("abc") must inherit property "nextSi bling" with the proper type (25) 1236 PASS Node interface: document.createComment("abc") must inherit property "nodeVa lue" with the proper type (25)
1245 PASS Node interface: document.createComment("abc") must inherit property "nodeVa lue" with the proper type (26) 1237 PASS Node interface: document.createComment("abc") must inherit property "textCo ntent" with the proper type (26)
1246 PASS Node interface: document.createComment("abc") must inherit property "textCo ntent" with the proper type (27) 1238 PASS Node interface: document.createComment("abc") must inherit property "normal ize" with the proper type (27)
1247 PASS Node interface: document.createComment("abc") must inherit property "normal ize" with the proper type (28) 1239 PASS Node interface: document.createComment("abc") must inherit property "cloneN ode" with the proper type (28)
1248 PASS Node interface: document.createComment("abc") must inherit property "cloneN ode" with the proper type (29)
1249 PASS Node interface: calling cloneNode(boolean) on document.createComment("abc") with too few arguments must throw TypeError 1240 PASS Node interface: calling cloneNode(boolean) on document.createComment("abc") with too few arguments must throw TypeError
1250 PASS Node interface: document.createComment("abc") must inherit property "isEqua lNode" with the proper type (30) 1241 PASS Node interface: document.createComment("abc") must inherit property "isEqua lNode" with the proper type (29)
1251 PASS Node interface: calling isEqualNode(Node) on document.createComment("abc") with too few arguments must throw TypeError 1242 PASS Node interface: calling isEqualNode(Node) on document.createComment("abc") with too few arguments must throw TypeError
1252 PASS Node interface: document.createComment("abc") must inherit property "isSame Node" with the proper type (31) 1243 PASS Node interface: document.createComment("abc") must inherit property "isSame Node" with the proper type (30)
1253 PASS Node interface: calling isSameNode(Node) on document.createComment("abc") w ith too few arguments must throw TypeError 1244 PASS Node interface: calling isSameNode(Node) on document.createComment("abc") w ith too few arguments must throw TypeError
1254 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_DISCONNECTED" with the proper type (32) 1245 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_DISCONNECTED" with the proper type (31)
1255 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_PRECEDING" with the proper type (33) 1246 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_PRECEDING" with the proper type (32)
1256 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_FOLLOWING" with the proper type (34) 1247 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_FOLLOWING" with the proper type (33)
1257 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_CONTAINS" with the proper type (35) 1248 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_CONTAINS" with the proper type (34)
1258 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_CONTAINED_BY" with the proper type (36) 1249 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_CONTAINED_BY" with the proper type (35)
1259 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (37) 1250 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (36)
1260 PASS Node interface: document.createComment("abc") must inherit property "compar eDocumentPosition" with the proper type (38) 1251 PASS Node interface: document.createComment("abc") must inherit property "compar eDocumentPosition" with the proper type (37)
1261 PASS Node interface: calling compareDocumentPosition(Node) on document.createCom ment("abc") with too few arguments must throw TypeError 1252 PASS Node interface: calling compareDocumentPosition(Node) on document.createCom ment("abc") with too few arguments must throw TypeError
1262 PASS Node interface: document.createComment("abc") must inherit property "contai ns" with the proper type (39) 1253 PASS Node interface: document.createComment("abc") must inherit property "contai ns" with the proper type (38)
1263 PASS Node interface: calling contains(Node) on document.createComment("abc") wit h too few arguments must throw TypeError 1254 PASS Node interface: calling contains(Node) on document.createComment("abc") wit h too few arguments must throw TypeError
1264 PASS Node interface: document.createComment("abc") must inherit property "lookup Prefix" with the proper type (40) 1255 PASS Node interface: document.createComment("abc") must inherit property "lookup Prefix" with the proper type (39)
1265 PASS Node interface: calling lookupPrefix(DOMString) on document.createComment(" abc") with too few arguments must throw TypeError 1256 PASS Node interface: calling lookupPrefix(DOMString) on document.createComment(" abc") with too few arguments must throw TypeError
1266 PASS Node interface: document.createComment("abc") must inherit property "lookup NamespaceURI" with the proper type (41) 1257 PASS Node interface: document.createComment("abc") must inherit property "lookup NamespaceURI" with the proper type (40)
1267 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createCom ment("abc") with too few arguments must throw TypeError 1258 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createCom ment("abc") with too few arguments must throw TypeError
1268 PASS Node interface: document.createComment("abc") must inherit property "isDefa ultNamespace" with the proper type (42) 1259 PASS Node interface: document.createComment("abc") must inherit property "isDefa ultNamespace" with the proper type (41)
1269 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createCom ment("abc") with too few arguments must throw TypeError 1260 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createCom ment("abc") with too few arguments must throw TypeError
1270 PASS Node interface: document.createComment("abc") must inherit property "insert Before" with the proper type (43) 1261 PASS Node interface: document.createComment("abc") must inherit property "insert Before" with the proper type (42)
1271 PASS Node interface: calling insertBefore(Node,Node) on document.createComment(" abc") with too few arguments must throw TypeError 1262 PASS Node interface: calling insertBefore(Node,Node) on document.createComment(" abc") with too few arguments must throw TypeError
1272 PASS Node interface: document.createComment("abc") must inherit property "append Child" with the proper type (44) 1263 PASS Node interface: document.createComment("abc") must inherit property "append Child" with the proper type (43)
1273 PASS Node interface: calling appendChild(Node) on document.createComment("abc") with too few arguments must throw TypeError 1264 PASS Node interface: calling appendChild(Node) on document.createComment("abc") with too few arguments must throw TypeError
1274 PASS Node interface: document.createComment("abc") must inherit property "replac eChild" with the proper type (45) 1265 PASS Node interface: document.createComment("abc") must inherit property "replac eChild" with the proper type (44)
1275 PASS Node interface: calling replaceChild(Node,Node) on document.createComment(" abc") with too few arguments must throw TypeError 1266 PASS Node interface: calling replaceChild(Node,Node) on document.createComment(" abc") with too few arguments must throw TypeError
1276 PASS Node interface: document.createComment("abc") must inherit property "remove Child" with the proper type (46) 1267 PASS Node interface: document.createComment("abc") must inherit property "remove Child" with the proper type (45)
1277 PASS Node interface: calling removeChild(Node) on document.createComment("abc") with too few arguments must throw TypeError 1268 PASS Node interface: calling removeChild(Node) on document.createComment("abc") with too few arguments must throw TypeError
1278 PASS EventTarget interface: document.createComment("abc") must inherit property "addEventListener" with the proper type (0) 1269 PASS EventTarget interface: document.createComment("abc") must inherit property "addEventListener" with the proper type (0)
1279 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.createComment("abc") with too few argu ments must throw TypeError 1270 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.createComment("abc") with too few argu ments must throw TypeError
1280 PASS EventTarget interface: document.createComment("abc") must inherit property "removeEventListener" with the proper type (1) 1271 PASS EventTarget interface: document.createComment("abc") must inherit property "removeEventListener" with the proper type (1)
1281 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on document.createComment("abc") with too few a rguments must throw TypeError 1272 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on document.createComment("abc") with too few a rguments must throw TypeError
1282 PASS EventTarget interface: document.createComment("abc") must inherit property "dispatchEvent" with the proper type (2) 1273 PASS EventTarget interface: document.createComment("abc") must inherit property "dispatchEvent" with the proper type (2)
1283 PASS EventTarget interface: calling dispatchEvent(Event) on document.createComme nt("abc") with too few arguments must throw TypeError 1274 PASS EventTarget interface: calling dispatchEvent(Event) on document.createComme nt("abc") with too few arguments must throw TypeError
1284 PASS Range interface: existence and properties of interface object 1275 PASS Range interface: existence and properties of interface object
1285 PASS Range interface object length 1276 PASS Range interface object length
1286 PASS Range interface object name 1277 PASS Range interface object name
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1532 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1523 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1533 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5) 1524 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1534 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError 1525 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1535 FAIL DOMTokenList interface: document.body.classList must inherit property "repl ace" with the proper type (6) assert_inherits: property "replace" not found in p rototype chain 1526 FAIL DOMTokenList interface: document.body.classList must inherit property "repl ace" with the proper type (6) assert_inherits: property "replace" not found in p rototype chain
1536 FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo dy.classList with too few arguments must throw TypeError assert_inherits: proper ty "replace" not found in prototype chain 1527 FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo dy.classList with too few arguments must throw TypeError assert_inherits: proper ty "replace" not found in prototype chain
1537 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1528 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1538 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1529 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1539 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8) 1530 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1540 Harness: the test ran to completion. 1531 Harness: the test ran to completion.
1541 1532
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698