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

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

Issue 1999243002: Import wpt@5df9b57edb3307a87d5187804b29c8ddd2aa14e1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expectations files (using run-webkit-tests --new-baseline) Created 4 years, 6 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 PASS Node interface: constant DOCUMENT_NODE on interface prototype object 187 PASS Node interface: constant DOCUMENT_NODE on interface prototype object
188 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface object 188 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface object
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 FAIL Node interface: attribute isConnected assert_true: The prototype object mus t have a property "isConnected" expected true got false
198 PASS Node interface: attribute ownerDocument 198 PASS Node interface: attribute ownerDocument
199 PASS Node interface: attribute rootNode 199 FAIL Node interface: attribute rootNode assert_true: The prototype object must h ave a property "rootNode" expected true got false
200 PASS Node interface: attribute parentNode 200 PASS Node interface: attribute parentNode
201 PASS Node interface: attribute parentElement 201 PASS Node interface: attribute parentElement
202 PASS Node interface: operation hasChildNodes() 202 PASS Node interface: operation hasChildNodes()
203 PASS Node interface: attribute childNodes 203 PASS Node interface: attribute childNodes
204 PASS Node interface: attribute firstChild 204 PASS Node interface: attribute firstChild
205 PASS Node interface: attribute lastChild 205 PASS Node interface: attribute lastChild
206 PASS Node interface: attribute previousSibling 206 PASS Node interface: attribute previousSibling
207 PASS Node interface: attribute nextSibling 207 PASS Node interface: attribute nextSibling
208 PASS Node interface: attribute nodeValue 208 PASS Node interface: attribute nodeValue
209 PASS Node interface: attribute textContent 209 PASS Node interface: attribute textContent
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 PASS Document interface: operation createAttributeNS(DOMString,DOMString) 263 PASS Document interface: operation createAttributeNS(DOMString,DOMString)
264 PASS Document interface: operation createEvent(DOMString) 264 PASS Document interface: operation createEvent(DOMString)
265 PASS Document interface: operation createRange() 265 PASS Document interface: operation createRange()
266 PASS Document interface: operation createNodeIterator(Node,unsigned long,NodeFil ter) 266 PASS Document interface: operation createNodeIterator(Node,unsigned long,NodeFil ter)
267 PASS Document interface: operation createTreeWalker(Node,unsigned long,NodeFilte r) 267 PASS Document interface: operation createTreeWalker(Node,unsigned long,NodeFilte r)
268 PASS Document interface: operation getElementById(DOMString) 268 PASS Document interface: operation getElementById(DOMString)
269 PASS Document interface: attribute children 269 PASS Document interface: attribute children
270 PASS Document interface: attribute firstElementChild 270 PASS Document interface: attribute firstElementChild
271 PASS Document interface: attribute lastElementChild 271 PASS Document interface: attribute lastElementChild
272 PASS Document interface: attribute childElementCount 272 PASS Document interface: attribute childElementCount
273 PASS Document interface: operation prepend([object Object],[object Object]) 273 FAIL Document interface: operation prepend([object Object],[object Object]) asse rt_own_property: interface prototype object missing non-static operation expecte d property "prepend" missing
274 PASS Document interface: operation append([object Object],[object Object]) 274 FAIL Document interface: operation append([object Object],[object Object]) asser t_own_property: interface prototype object missing non-static operation expected property "append" missing
275 PASS Document interface: operation querySelector(DOMString) 275 PASS Document interface: operation querySelector(DOMString)
276 PASS Document interface: operation querySelectorAll(DOMString) 276 PASS Document interface: operation querySelectorAll(DOMString)
277 FAIL Document must be primary interface of new Document() assert_equals: Unexpec ted exception when evaluating object expected null but got object "TypeError: Il legal constructor" 277 FAIL Document must be primary interface of new Document() assert_equals: Unexpec ted exception when evaluating object expected null but got object "TypeError: Il legal constructor"
278 FAIL Stringification of new Document() assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 278 FAIL Stringification of new Document() assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
279 FAIL Document interface: new Document() must inherit property "implementation" w ith the proper type (0) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor" 279 FAIL Document interface: new Document() must inherit property "implementation" w ith the proper type (0) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor"
280 FAIL Document interface: new Document() must inherit property "URL" with the pro per type (1) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 280 FAIL Document interface: new Document() must inherit property "URL" with the pro per type (1) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
281 FAIL Document interface: new Document() must inherit property "documentURI" with the proper type (2) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 281 FAIL Document interface: new Document() must inherit property "documentURI" with the proper type (2) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
282 FAIL Document interface: new Document() must inherit property "origin" with the proper type (3) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor" 282 FAIL Document interface: new Document() must inherit property "origin" with the proper type (3) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor"
283 FAIL Document interface: new Document() must inherit property "compatMode" with the proper type (4) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor" 283 FAIL Document interface: new Document() must inherit property "compatMode" with the proper type (4) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor"
284 FAIL Document interface: new Document() must inherit property "characterSet" wit h the proper type (5) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 284 FAIL Document interface: new Document() must inherit property "characterSet" wit h the proper type (5) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 PASS Document interface: xmlDoc must inherit property "createNodeIterator" with the proper type (26) 447 PASS Document interface: xmlDoc must inherit property "createNodeIterator" with the proper type (26)
448 PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilte r) on xmlDoc with too few arguments must throw TypeError 448 PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilte r) on xmlDoc with too few arguments must throw TypeError
449 PASS Document interface: xmlDoc must inherit property "createTreeWalker" with th e proper type (27) 449 PASS Document interface: xmlDoc must inherit property "createTreeWalker" with th e proper type (27)
450 PASS Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter) on xmlDoc with too few arguments must throw TypeError 450 PASS Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter) on xmlDoc with too few arguments must throw TypeError
451 PASS Document interface: xmlDoc must inherit property "getElementById" with the proper type (28) 451 PASS Document interface: xmlDoc must inherit property "getElementById" with the proper type (28)
452 PASS Document interface: calling getElementById(DOMString) on xmlDoc with too fe w arguments must throw TypeError 452 PASS Document interface: calling getElementById(DOMString) on xmlDoc with too fe w arguments must throw TypeError
453 PASS Document interface: xmlDoc must inherit property "children" with the proper type (29) 453 PASS Document interface: xmlDoc must inherit property "children" with the proper type (29)
454 PASS Document interface: xmlDoc must inherit property "firstElementChild" with t he proper type (30) 454 PASS Document interface: xmlDoc must inherit property "firstElementChild" with t he proper type (30)
455 PASS Document interface: xmlDoc must inherit property "lastElementChild" with th e proper type (31) 455 PASS Document interface: xmlDoc must inherit property "lastElementChild" with th e proper type (31)
456 PASS Document interface: xmlDoc must inherit property "childElementCount" with t he proper type (32) 456 PASS Document interface: xmlDoc must inherit property "childElementCount" with t he proper type (32)
457 PASS Document interface: xmlDoc must inherit property "prepend" with the proper type (33) 457 FAIL Document interface: xmlDoc must inherit property "prepend" with the proper type (33) assert_inherits: property "prepend" not found in prototype chain
458 PASS Document interface: calling prepend([object Object],[object Object]) on xml Doc with too few arguments must throw TypeError 458 FAIL Document interface: calling prepend([object Object],[object Object]) on xml Doc with too few arguments must throw TypeError assert_inherits: property "prepe nd" not found in prototype chain
459 PASS Document interface: xmlDoc must inherit property "append" with the proper t ype (34) 459 FAIL Document interface: xmlDoc must inherit property "append" with the proper t ype (34) assert_inherits: property "append" not found in prototype chain
460 PASS Document interface: calling append([object Object],[object Object]) on xmlD oc with too few arguments must throw TypeError 460 FAIL Document interface: calling append([object Object],[object Object]) on xmlD oc with too few arguments must throw TypeError assert_inherits: property "append " not found in prototype chain
461 PASS Document interface: xmlDoc must inherit property "querySelector" with the p roper type (35) 461 PASS Document interface: xmlDoc must inherit property "querySelector" with the p roper type (35)
462 PASS Document interface: calling querySelector(DOMString) on xmlDoc with too few arguments must throw TypeError 462 PASS Document interface: calling querySelector(DOMString) on xmlDoc with too few arguments must throw TypeError
463 PASS Document interface: xmlDoc must inherit property "querySelectorAll" with th e proper type (36) 463 PASS Document interface: xmlDoc must inherit property "querySelectorAll" with th e proper type (36)
464 PASS Document interface: calling querySelectorAll(DOMString) on xmlDoc with too few arguments must throw TypeError 464 PASS Document interface: calling querySelectorAll(DOMString) on xmlDoc with too few arguments must throw TypeError
465 PASS Node interface: xmlDoc must inherit property "ELEMENT_NODE" with the proper type (0) 465 PASS Node interface: xmlDoc must inherit property "ELEMENT_NODE" with the proper type (0)
466 PASS Node interface: xmlDoc must inherit property "ATTRIBUTE_NODE" with the prop er type (1) 466 PASS Node interface: xmlDoc must inherit property "ATTRIBUTE_NODE" with the prop er type (1)
467 PASS Node interface: xmlDoc must inherit property "TEXT_NODE" with the proper ty pe (2) 467 PASS Node interface: xmlDoc must inherit property "TEXT_NODE" with the proper ty pe (2)
468 PASS Node interface: xmlDoc must inherit property "CDATA_SECTION_NODE" with the proper type (3) 468 PASS Node interface: xmlDoc must inherit property "CDATA_SECTION_NODE" with the proper type (3)
469 PASS Node interface: xmlDoc must inherit property "ENTITY_REFERENCE_NODE" with t he proper type (4) 469 PASS Node interface: xmlDoc must inherit property "ENTITY_REFERENCE_NODE" with t he proper type (4)
470 PASS Node interface: xmlDoc must inherit property "ENTITY_NODE" with the proper type (5) 470 PASS Node interface: xmlDoc must inherit property "ENTITY_NODE" with the proper type (5)
471 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 471 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
472 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type (7) 472 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) 473 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) 474 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) 475 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) 476 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) 477 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) 478 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" 479 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) 480 FAIL Node interface: xmlDoc must inherit property "isConnected" with the proper type (15) assert_inherits: property "isConnected" not found in prototype chain
481 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope r type (16) 481 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) 482 FAIL Node interface: xmlDoc must inherit property "rootNode" with the proper typ e (17) assert_inherits: property "rootNode" not found in prototype chain
483 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t ype (18) 483 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t ype (18)
484 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope r type (19) 484 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope r type (19)
485 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope r type (20) 485 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope r type (20)
486 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t ype (21) 486 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t ype (21)
487 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t ype (22) 487 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t ype (22)
488 PASS Node interface: xmlDoc must inherit property "lastChild" with the proper ty pe (23) 488 PASS Node interface: xmlDoc must inherit property "lastChild" with the proper ty pe (23)
489 PASS Node interface: xmlDoc must inherit property "previousSibling" with the pro per type (24) 489 PASS Node interface: xmlDoc must inherit property "previousSibling" with the pro per type (24)
490 PASS Node interface: xmlDoc must inherit property "nextSibling" with the proper type (25) 490 PASS Node interface: xmlDoc must inherit property "nextSibling" with the proper type (25)
491 PASS Node interface: xmlDoc must inherit property "nodeValue" with the proper ty pe (26) 491 PASS Node interface: xmlDoc must inherit property "nodeValue" with the proper ty pe (26)
492 PASS Node interface: xmlDoc must inherit property "textContent" with the proper type (27) 492 PASS Node interface: xmlDoc must inherit property "textContent" with the proper type (27)
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 PASS DOMImplementation interface: calling createHTMLDocument(DOMString) on docum ent.implementation with too few arguments must throw TypeError 546 PASS DOMImplementation interface: calling createHTMLDocument(DOMString) on docum ent.implementation with too few arguments must throw TypeError
547 PASS DOMImplementation interface: document.implementation must inherit property "hasFeature" with the proper type (3) 547 PASS DOMImplementation interface: document.implementation must inherit property "hasFeature" with the proper type (3)
548 PASS DocumentType interface: existence and properties of interface object 548 PASS DocumentType interface: existence and properties of interface object
549 PASS DocumentType interface object length 549 PASS DocumentType interface object length
550 PASS DocumentType interface object name 550 PASS DocumentType interface object name
551 FAIL DocumentType interface: existence and properties of interface prototype obj ect assert_equals: class string of DocumentType.prototype expected "[object Docu mentTypePrototype]" but got "[object DocumentType]" 551 FAIL DocumentType interface: existence and properties of interface prototype obj ect assert_equals: class string of DocumentType.prototype expected "[object Docu mentTypePrototype]" but got "[object DocumentType]"
552 PASS DocumentType interface: existence and properties of interface prototype obj ect's "constructor" property 552 PASS DocumentType interface: existence and properties of interface prototype obj ect's "constructor" property
553 PASS DocumentType interface: attribute name 553 PASS DocumentType interface: attribute name
554 PASS DocumentType interface: attribute publicId 554 PASS DocumentType interface: attribute publicId
555 PASS DocumentType interface: attribute systemId 555 PASS DocumentType interface: attribute systemId
556 PASS DocumentType interface: operation before([object Object],[object Object]) 556 FAIL DocumentType interface: operation before([object Object],[object Object]) a ssert_own_property: interface prototype object missing non-static operation expe cted property "before" missing
557 PASS DocumentType interface: operation after([object Object],[object Object]) 557 FAIL DocumentType interface: operation after([object Object],[object Object]) as sert_own_property: interface prototype object missing non-static operation expec ted property "after" missing
558 PASS DocumentType interface: operation replaceWith([object Object],[object Objec t]) 558 FAIL DocumentType interface: operation replaceWith([object Object],[object Objec t]) assert_own_property: interface prototype object missing non-static operation expected property "replaceWith" missing
559 PASS DocumentType interface: operation remove() 559 PASS DocumentType interface: operation remove()
560 PASS DocumentType must be primary interface of document.doctype 560 PASS DocumentType must be primary interface of document.doctype
561 PASS Stringification of document.doctype 561 PASS Stringification of document.doctype
562 PASS DocumentType interface: document.doctype must inherit property "name" with the proper type (0) 562 PASS DocumentType interface: document.doctype must inherit property "name" with the proper type (0)
563 PASS DocumentType interface: document.doctype must inherit property "publicId" w ith the proper type (1) 563 PASS DocumentType interface: document.doctype must inherit property "publicId" w ith the proper type (1)
564 PASS DocumentType interface: document.doctype must inherit property "systemId" w ith the proper type (2) 564 PASS DocumentType interface: document.doctype must inherit property "systemId" w ith the proper type (2)
565 PASS DocumentType interface: document.doctype must inherit property "before" wit h the proper type (3) 565 FAIL DocumentType interface: document.doctype must inherit property "before" wit h the proper type (3) assert_inherits: property "before" not found in prototype chain
566 PASS DocumentType interface: calling before([object Object],[object Object]) on document.doctype with too few arguments must throw TypeError 566 FAIL DocumentType interface: calling before([object Object],[object Object]) on document.doctype with too few arguments must throw TypeError assert_inherits: pr operty "before" not found in prototype chain
567 PASS DocumentType interface: document.doctype must inherit property "after" with the proper type (4) 567 FAIL DocumentType interface: document.doctype must inherit property "after" with the proper type (4) assert_inherits: property "after" not found in prototype ch ain
568 PASS DocumentType interface: calling after([object Object],[object Object]) on d ocument.doctype with too few arguments must throw TypeError 568 FAIL DocumentType interface: calling after([object Object],[object Object]) on d ocument.doctype with too few arguments must throw TypeError assert_inherits: pro perty "after" not found in prototype chain
569 PASS DocumentType interface: document.doctype must inherit property "replaceWith " with the proper type (5) 569 FAIL DocumentType interface: document.doctype must inherit property "replaceWith " with the proper type (5) assert_inherits: property "replaceWith" not found in prototype chain
570 PASS DocumentType interface: calling replaceWith([object Object],[object Object] ) on document.doctype with too few arguments must throw TypeError 570 FAIL DocumentType interface: calling replaceWith([object Object],[object Object] ) on document.doctype with too few arguments must throw TypeError assert_inherit s: property "replaceWith" not found in prototype chain
571 PASS DocumentType interface: document.doctype must inherit property "remove" wit h the proper type (6) 571 PASS DocumentType interface: document.doctype must inherit property "remove" wit h the proper type (6)
572 PASS Node interface: document.doctype must inherit property "ELEMENT_NODE" with the proper type (0) 572 PASS Node interface: document.doctype must inherit property "ELEMENT_NODE" with the proper type (0)
573 PASS Node interface: document.doctype must inherit property "ATTRIBUTE_NODE" wit h the proper type (1) 573 PASS Node interface: document.doctype must inherit property "ATTRIBUTE_NODE" wit h the proper type (1)
574 PASS Node interface: document.doctype must inherit property "TEXT_NODE" with the proper type (2) 574 PASS Node interface: document.doctype must inherit property "TEXT_NODE" with the proper type (2)
575 PASS Node interface: document.doctype must inherit property "CDATA_SECTION_NODE" with the proper type (3) 575 PASS Node interface: document.doctype must inherit property "CDATA_SECTION_NODE" with the proper type (3)
576 PASS Node interface: document.doctype must inherit property "ENTITY_REFERENCE_NO DE" with the proper type (4) 576 PASS Node interface: document.doctype must inherit property "ENTITY_REFERENCE_NO DE" with the proper type (4)
577 PASS Node interface: document.doctype must inherit property "ENTITY_NODE" with t he proper type (5) 577 PASS Node interface: document.doctype must inherit property "ENTITY_NODE" with t he proper type (5)
578 PASS Node interface: document.doctype must inherit property "PROCESSING_INSTRUCT ION_NODE" with the proper type (6) 578 PASS Node interface: document.doctype must inherit property "PROCESSING_INSTRUCT ION_NODE" with the proper type (6)
579 PASS Node interface: document.doctype must inherit property "COMMENT_NODE" with the proper type (7) 579 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) 580 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) 581 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) 582 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) 583 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) 584 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) 585 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) 586 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) 587 FAIL Node interface: document.doctype must inherit property "isConnected" with t he proper type (15) assert_inherits: property "isConnected" not found in prototy pe chain
588 PASS Node interface: document.doctype must inherit property "ownerDocument" with the proper type (16) 588 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) 589 FAIL Node interface: document.doctype must inherit property "rootNode" with the proper type (17) assert_inherits: property "rootNode" not found in prototype cha in
590 PASS Node interface: document.doctype must inherit property "parentNode" with th e proper type (18) 590 PASS Node interface: document.doctype must inherit property "parentNode" with th e proper type (18)
591 PASS Node interface: document.doctype must inherit property "parentElement" with the proper type (19) 591 PASS Node interface: document.doctype must inherit property "parentElement" with the proper type (19)
592 PASS Node interface: document.doctype must inherit property "hasChildNodes" with the proper type (20) 592 PASS Node interface: document.doctype must inherit property "hasChildNodes" with the proper type (20)
593 PASS Node interface: document.doctype must inherit property "childNodes" with th e proper type (21) 593 PASS Node interface: document.doctype must inherit property "childNodes" with th e proper type (21)
594 PASS Node interface: document.doctype must inherit property "firstChild" with th e proper type (22) 594 PASS Node interface: document.doctype must inherit property "firstChild" with th e proper type (22)
595 PASS Node interface: document.doctype must inherit property "lastChild" with the proper type (23) 595 PASS Node interface: document.doctype must inherit property "lastChild" with the proper type (23)
596 PASS Node interface: document.doctype must inherit property "previousSibling" wi th the proper type (24) 596 PASS Node interface: document.doctype must inherit property "previousSibling" wi th the proper type (24)
597 PASS Node interface: document.doctype must inherit property "nextSibling" with t he proper type (25) 597 PASS Node interface: document.doctype must inherit property "nextSibling" with t he proper type (25)
598 PASS Node interface: document.doctype must inherit property "nodeValue" with the proper type (26) 598 PASS Node interface: document.doctype must inherit property "nodeValue" with the proper type (26)
599 PASS Node interface: document.doctype must inherit property "textContent" with t he proper type (27) 599 PASS Node interface: document.doctype must inherit property "textContent" with t he proper type (27)
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 PASS DocumentFragment interface: existence and properties of interface object 637 PASS DocumentFragment interface: existence and properties of interface object
638 PASS DocumentFragment interface object length 638 PASS DocumentFragment interface object length
639 PASS DocumentFragment interface object name 639 PASS DocumentFragment interface object name
640 FAIL DocumentFragment interface: existence and properties of interface prototype object assert_equals: class string of DocumentFragment.prototype expected "[obj ect DocumentFragmentPrototype]" but got "[object DocumentFragment]" 640 FAIL DocumentFragment interface: existence and properties of interface prototype object assert_equals: class string of DocumentFragment.prototype expected "[obj ect DocumentFragmentPrototype]" but got "[object DocumentFragment]"
641 PASS DocumentFragment interface: existence and properties of interface prototype object's "constructor" property 641 PASS DocumentFragment interface: existence and properties of interface prototype object's "constructor" property
642 PASS DocumentFragment interface: operation getElementById(DOMString) 642 PASS DocumentFragment interface: operation getElementById(DOMString)
643 PASS DocumentFragment interface: attribute children 643 PASS DocumentFragment interface: attribute children
644 PASS DocumentFragment interface: attribute firstElementChild 644 PASS DocumentFragment interface: attribute firstElementChild
645 PASS DocumentFragment interface: attribute lastElementChild 645 PASS DocumentFragment interface: attribute lastElementChild
646 PASS DocumentFragment interface: attribute childElementCount 646 PASS DocumentFragment interface: attribute childElementCount
647 PASS DocumentFragment interface: operation prepend([object Object],[object Objec t]) 647 FAIL DocumentFragment interface: operation prepend([object Object],[object Objec t]) assert_own_property: interface prototype object missing non-static operation expected property "prepend" missing
648 PASS DocumentFragment interface: operation append([object Object],[object Object ]) 648 FAIL DocumentFragment interface: operation append([object Object],[object Object ]) assert_own_property: interface prototype object missing non-static operation expected property "append" missing
649 PASS DocumentFragment interface: operation querySelector(DOMString) 649 PASS DocumentFragment interface: operation querySelector(DOMString)
650 PASS DocumentFragment interface: operation querySelectorAll(DOMString) 650 PASS DocumentFragment interface: operation querySelectorAll(DOMString)
651 PASS DocumentFragment must be primary interface of document.createDocumentFragme nt() 651 PASS DocumentFragment must be primary interface of document.createDocumentFragme nt()
652 PASS Stringification of document.createDocumentFragment() 652 PASS Stringification of document.createDocumentFragment()
653 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "getElementById" with the proper type (0) 653 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "getElementById" with the proper type (0)
654 PASS DocumentFragment interface: calling getElementById(DOMString) on document.c reateDocumentFragment() with too few arguments must throw TypeError 654 PASS DocumentFragment interface: calling getElementById(DOMString) on document.c reateDocumentFragment() with too few arguments must throw TypeError
655 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "children" with the proper type (1) 655 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "children" with the proper type (1)
656 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "firstElementChild" with the proper type (2) 656 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "firstElementChild" with the proper type (2)
657 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "lastElementChild" with the proper type (3) 657 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "lastElementChild" with the proper type (3)
658 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "childElementCount" with the proper type (4) 658 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "childElementCount" with the proper type (4)
659 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "prepend" with the proper type (5) 659 FAIL DocumentFragment interface: document.createDocumentFragment() must inherit property "prepend" with the proper type (5) assert_inherits: property "prepend" not found in prototype chain
660 PASS DocumentFragment interface: calling prepend([object Object],[object Object] ) on document.createDocumentFragment() with too few arguments must throw TypeErr or 660 FAIL DocumentFragment interface: calling prepend([object Object],[object Object] ) on document.createDocumentFragment() with too few arguments must throw TypeErr or assert_inherits: property "prepend" not found in prototype chain
661 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "append" with the proper type (6) 661 FAIL DocumentFragment interface: document.createDocumentFragment() must inherit property "append" with the proper type (6) assert_inherits: property "append" no t found in prototype chain
662 PASS DocumentFragment interface: calling append([object Object],[object Object]) on document.createDocumentFragment() with too few arguments must throw TypeErro r 662 FAIL DocumentFragment interface: calling append([object Object],[object Object]) on document.createDocumentFragment() with too few arguments must throw TypeErro r assert_inherits: property "append" not found in prototype chain
663 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "querySelector" with the proper type (7) 663 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "querySelector" with the proper type (7)
664 PASS DocumentFragment interface: calling querySelector(DOMString) on document.cr eateDocumentFragment() with too few arguments must throw TypeError 664 PASS DocumentFragment interface: calling querySelector(DOMString) on document.cr eateDocumentFragment() with too few arguments must throw TypeError
665 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "querySelectorAll" with the proper type (8) 665 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "querySelectorAll" with the proper type (8)
666 PASS DocumentFragment interface: calling querySelectorAll(DOMString) on document .createDocumentFragment() with too few arguments must throw TypeError 666 PASS DocumentFragment interface: calling querySelectorAll(DOMString) on document .createDocumentFragment() with too few arguments must throw TypeError
667 PASS Node interface: document.createDocumentFragment() must inherit property "EL EMENT_NODE" with the proper type (0) 667 PASS Node interface: document.createDocumentFragment() must inherit property "EL EMENT_NODE" with the proper type (0)
668 PASS Node interface: document.createDocumentFragment() must inherit property "AT TRIBUTE_NODE" with the proper type (1) 668 PASS Node interface: document.createDocumentFragment() must inherit property "AT TRIBUTE_NODE" with the proper type (1)
669 PASS Node interface: document.createDocumentFragment() must inherit property "TE XT_NODE" with the proper type (2) 669 PASS Node interface: document.createDocumentFragment() must inherit property "TE XT_NODE" with the proper type (2)
670 PASS Node interface: document.createDocumentFragment() must inherit property "CD ATA_SECTION_NODE" with the proper type (3) 670 PASS Node interface: document.createDocumentFragment() must inherit property "CD ATA_SECTION_NODE" with the proper type (3)
671 PASS Node interface: document.createDocumentFragment() must inherit property "EN TITY_REFERENCE_NODE" with the proper type (4) 671 PASS Node interface: document.createDocumentFragment() must inherit property "EN TITY_REFERENCE_NODE" with the proper type (4)
672 PASS Node interface: document.createDocumentFragment() must inherit property "EN TITY_NODE" with the proper type (5) 672 PASS Node interface: document.createDocumentFragment() must inherit property "EN TITY_NODE" with the proper type (5)
673 PASS Node interface: document.createDocumentFragment() must inherit property "PR OCESSING_INSTRUCTION_NODE" with the proper type (6) 673 PASS Node interface: document.createDocumentFragment() must inherit property "PR OCESSING_INSTRUCTION_NODE" with the proper type (6)
674 PASS Node interface: document.createDocumentFragment() must inherit property "CO MMENT_NODE" with the proper type (7) 674 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) 675 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) 676 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) 677 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) 678 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) 679 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) 680 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) 681 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) 682 FAIL Node interface: document.createDocumentFragment() must inherit property "is Connected" with the proper type (15) assert_inherits: property "isConnected" not found in prototype chain
683 PASS Node interface: document.createDocumentFragment() must inherit property "ow nerDocument" with the proper type (16) 683 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) 684 FAIL Node interface: document.createDocumentFragment() must inherit property "ro otNode" with the proper type (17) assert_inherits: property "rootNode" not found in prototype chain
685 PASS Node interface: document.createDocumentFragment() must inherit property "pa rentNode" with the proper type (18) 685 PASS Node interface: document.createDocumentFragment() must inherit property "pa rentNode" with the proper type (18)
686 PASS Node interface: document.createDocumentFragment() must inherit property "pa rentElement" with the proper type (19) 686 PASS Node interface: document.createDocumentFragment() must inherit property "pa rentElement" with the proper type (19)
687 PASS Node interface: document.createDocumentFragment() must inherit property "ha sChildNodes" with the proper type (20) 687 PASS Node interface: document.createDocumentFragment() must inherit property "ha sChildNodes" with the proper type (20)
688 PASS Node interface: document.createDocumentFragment() must inherit property "ch ildNodes" with the proper type (21) 688 PASS Node interface: document.createDocumentFragment() must inherit property "ch ildNodes" with the proper type (21)
689 PASS Node interface: document.createDocumentFragment() must inherit property "fi rstChild" with the proper type (22) 689 PASS Node interface: document.createDocumentFragment() must inherit property "fi rstChild" with the proper type (22)
690 PASS Node interface: document.createDocumentFragment() must inherit property "la stChild" with the proper type (23) 690 PASS Node interface: document.createDocumentFragment() must inherit property "la stChild" with the proper type (23)
691 PASS Node interface: document.createDocumentFragment() must inherit property "pr eviousSibling" with the proper type (24) 691 PASS Node interface: document.createDocumentFragment() must inherit property "pr eviousSibling" with the proper type (24)
692 PASS Node interface: document.createDocumentFragment() must inherit property "ne xtSibling" with the proper type (25) 692 PASS Node interface: document.createDocumentFragment() must inherit property "ne xtSibling" with the proper type (25)
693 PASS Node interface: document.createDocumentFragment() must inherit property "no deValue" with the proper type (26) 693 PASS Node interface: document.createDocumentFragment() must inherit property "no deValue" with the proper type (26)
694 PASS Node interface: document.createDocumentFragment() must inherit property "te xtContent" with the proper type (27) 694 PASS Node interface: document.createDocumentFragment() must inherit property "te xtContent" with the proper type (27)
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.createDocumentFragment() with too few arguments must throw TypeError 727 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) 728 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 729 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) 730 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 731 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 732 PASS ShadowRoot interface: existence and properties of interface object
733 PASS ShadowRoot interface object length 733 PASS ShadowRoot interface object length
734 PASS ShadowRoot interface object name 734 PASS ShadowRoot interface object name
735 FAIL ShadowRoot interface: existence and properties of interface prototype objec t assert_equals: class string of ShadowRoot.prototype expected "[object ShadowRo otPrototype]" but got "[object ShadowRoot]" 735 FAIL ShadowRoot interface: existence and properties of interface prototype objec t assert_equals: class string of ShadowRoot.prototype expected "[object ShadowRo otPrototype]" but got "[object ShadowRoot]"
736 PASS ShadowRoot interface: existence and properties of interface prototype objec t's "constructor" property 736 PASS ShadowRoot interface: existence and properties of interface prototype objec t's "constructor" property
737 PASS ShadowRoot interface: attribute mode 737 FAIL ShadowRoot interface: attribute mode assert_true: The prototype object must have a property "mode" expected true got false
738 PASS ShadowRoot interface: attribute host 738 PASS ShadowRoot interface: attribute host
739 PASS Element interface: existence and properties of interface object 739 PASS Element interface: existence and properties of interface object
740 PASS Element interface object length 740 PASS Element interface object length
741 PASS Element interface object name 741 PASS Element interface object name
742 FAIL Element interface: existence and properties of interface prototype object a ssert_equals: class string of Element.prototype expected "[object ElementPrototy pe]" but got "[object Element]" 742 FAIL Element interface: existence and properties of interface prototype object a ssert_equals: class string of Element.prototype expected "[object ElementPrototy pe]" but got "[object Element]"
743 PASS Element interface: existence and properties of interface prototype object's "constructor" property 743 PASS Element interface: existence and properties of interface prototype object's "constructor" property
744 PASS Element interface: attribute namespaceURI 744 PASS Element interface: attribute namespaceURI
745 PASS Element interface: attribute prefix 745 PASS Element interface: attribute prefix
746 PASS Element interface: attribute localName 746 PASS Element interface: attribute localName
747 PASS Element interface: attribute tagName 747 PASS Element interface: attribute tagName
(...skipping 24 matching lines...) Expand all
772 PASS Element interface: operation webkitMatchesSelector(DOMString) 772 PASS Element interface: operation webkitMatchesSelector(DOMString)
773 PASS Element interface: operation getElementsByTagName(DOMString) 773 PASS Element interface: operation getElementsByTagName(DOMString)
774 PASS Element interface: operation getElementsByTagNameNS(DOMString,DOMString) 774 PASS Element interface: operation getElementsByTagNameNS(DOMString,DOMString)
775 PASS Element interface: operation getElementsByClassName(DOMString) 775 PASS Element interface: operation getElementsByClassName(DOMString)
776 PASS Element interface: operation insertAdjacentElement(DOMString,Element) 776 PASS Element interface: operation insertAdjacentElement(DOMString,Element)
777 PASS Element interface: operation insertAdjacentText(DOMString,DOMString) 777 PASS Element interface: operation insertAdjacentText(DOMString,DOMString)
778 PASS Element interface: attribute children 778 PASS Element interface: attribute children
779 PASS Element interface: attribute firstElementChild 779 PASS Element interface: attribute firstElementChild
780 PASS Element interface: attribute lastElementChild 780 PASS Element interface: attribute lastElementChild
781 PASS Element interface: attribute childElementCount 781 PASS Element interface: attribute childElementCount
782 PASS Element interface: operation prepend([object Object],[object Object]) 782 FAIL Element interface: operation prepend([object Object],[object Object]) asser t_own_property: interface prototype object missing non-static operation expected property "prepend" missing
783 PASS Element interface: operation append([object Object],[object Object]) 783 FAIL Element interface: operation append([object Object],[object Object]) assert _own_property: interface prototype object missing non-static operation expected property "append" missing
784 PASS Element interface: operation querySelector(DOMString) 784 PASS Element interface: operation querySelector(DOMString)
785 PASS Element interface: operation querySelectorAll(DOMString) 785 PASS Element interface: operation querySelectorAll(DOMString)
786 PASS Element interface: attribute previousElementSibling 786 PASS Element interface: attribute previousElementSibling
787 PASS Element interface: attribute nextElementSibling 787 PASS Element interface: attribute nextElementSibling
788 PASS Element interface: operation before([object Object],[object Object]) 788 FAIL Element interface: operation before([object Object],[object Object]) assert _own_property: interface prototype object missing non-static operation expected property "before" missing
789 PASS Element interface: operation after([object Object],[object Object]) 789 FAIL Element interface: operation after([object Object],[object Object]) assert_ own_property: interface prototype object missing non-static operation expected p roperty "after" missing
790 PASS Element interface: operation replaceWith([object Object],[object Object]) 790 FAIL Element interface: operation replaceWith([object Object],[object Object]) a ssert_own_property: interface prototype object missing non-static operation expe cted property "replaceWith" missing
791 PASS Element interface: operation remove() 791 PASS Element interface: operation remove()
792 PASS Element interface: attribute assignedSlot 792 PASS Element interface: attribute assignedSlot
793 PASS Element must be primary interface of element 793 PASS Element must be primary interface of element
794 PASS Stringification of element 794 PASS Stringification of element
795 PASS Element interface: element must inherit property "namespaceURI" with the pr oper type (0) 795 PASS Element interface: element must inherit property "namespaceURI" with the pr oper type (0)
796 PASS Element interface: element must inherit property "prefix" with the proper t ype (1) 796 PASS Element interface: element must inherit property "prefix" with the proper t ype (1)
797 PASS Element interface: element must inherit property "localName" with the prope r type (2) 797 PASS Element interface: element must inherit property "localName" with the prope r type (2)
798 PASS Element interface: element must inherit property "tagName" with the proper type (3) 798 PASS Element interface: element must inherit property "tagName" with the proper type (3)
799 PASS Element interface: element must inherit property "id" with the proper type (4) 799 PASS Element interface: element must inherit property "id" with the proper type (4)
800 PASS Element interface: element must inherit property "className" with the prope r type (5) 800 PASS Element interface: element must inherit property "className" with the prope r type (5)
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 PASS Element interface: element must inherit property "getElementsByClassName" w ith the proper type (31) 845 PASS Element interface: element must inherit property "getElementsByClassName" w ith the proper type (31)
846 PASS Element interface: calling getElementsByClassName(DOMString) on element wit h too few arguments must throw TypeError 846 PASS Element interface: calling getElementsByClassName(DOMString) on element wit h too few arguments must throw TypeError
847 PASS Element interface: element must inherit property "insertAdjacentElement" wi th the proper type (32) 847 PASS Element interface: element must inherit property "insertAdjacentElement" wi th the proper type (32)
848 PASS Element interface: calling insertAdjacentElement(DOMString,Element) on elem ent with too few arguments must throw TypeError 848 PASS Element interface: calling insertAdjacentElement(DOMString,Element) on elem ent with too few arguments must throw TypeError
849 PASS Element interface: element must inherit property "insertAdjacentText" with the proper type (33) 849 PASS Element interface: element must inherit property "insertAdjacentText" with the proper type (33)
850 PASS Element interface: calling insertAdjacentText(DOMString,DOMString) on eleme nt with too few arguments must throw TypeError 850 PASS Element interface: calling insertAdjacentText(DOMString,DOMString) on eleme nt with too few arguments must throw TypeError
851 PASS Element interface: element must inherit property "children" with the proper type (34) 851 PASS Element interface: element must inherit property "children" with the proper type (34)
852 PASS Element interface: element must inherit property "firstElementChild" with t he proper type (35) 852 PASS Element interface: element must inherit property "firstElementChild" with t he proper type (35)
853 PASS Element interface: element must inherit property "lastElementChild" with th e proper type (36) 853 PASS Element interface: element must inherit property "lastElementChild" with th e proper type (36)
854 PASS Element interface: element must inherit property "childElementCount" with t he proper type (37) 854 PASS Element interface: element must inherit property "childElementCount" with t he proper type (37)
855 PASS Element interface: element must inherit property "prepend" with the proper type (38) 855 FAIL Element interface: element must inherit property "prepend" with the proper type (38) assert_inherits: property "prepend" not found in prototype chain
856 PASS Element interface: calling prepend([object Object],[object Object]) on elem ent with too few arguments must throw TypeError 856 FAIL Element interface: calling prepend([object Object],[object Object]) on elem ent with too few arguments must throw TypeError assert_inherits: property "prepe nd" not found in prototype chain
857 PASS Element interface: element must inherit property "append" with the proper t ype (39) 857 FAIL Element interface: element must inherit property "append" with the proper t ype (39) assert_inherits: property "append" not found in prototype chain
858 PASS Element interface: calling append([object Object],[object Object]) on eleme nt with too few arguments must throw TypeError 858 FAIL Element interface: calling append([object Object],[object Object]) on eleme nt with too few arguments must throw TypeError assert_inherits: property "append " not found in prototype chain
859 PASS Element interface: element must inherit property "querySelector" with the p roper type (40) 859 PASS Element interface: element must inherit property "querySelector" with the p roper type (40)
860 PASS Element interface: calling querySelector(DOMString) on element with too few arguments must throw TypeError 860 PASS Element interface: calling querySelector(DOMString) on element with too few arguments must throw TypeError
861 PASS Element interface: element must inherit property "querySelectorAll" with th e proper type (41) 861 PASS Element interface: element must inherit property "querySelectorAll" with th e proper type (41)
862 PASS Element interface: calling querySelectorAll(DOMString) on element with too few arguments must throw TypeError 862 PASS Element interface: calling querySelectorAll(DOMString) on element with too few arguments must throw TypeError
863 PASS Element interface: element must inherit property "previousElementSibling" w ith the proper type (42) 863 PASS Element interface: element must inherit property "previousElementSibling" w ith the proper type (42)
864 PASS Element interface: element must inherit property "nextElementSibling" with the proper type (43) 864 PASS Element interface: element must inherit property "nextElementSibling" with the proper type (43)
865 PASS Element interface: element must inherit property "before" with the proper t ype (44) 865 FAIL Element interface: element must inherit property "before" with the proper t ype (44) assert_inherits: property "before" not found in prototype chain
866 PASS Element interface: calling before([object Object],[object Object]) on eleme nt with too few arguments must throw TypeError 866 FAIL Element interface: calling before([object Object],[object Object]) on eleme nt with too few arguments must throw TypeError assert_inherits: property "before " not found in prototype chain
867 PASS Element interface: element must inherit property "after" with the proper ty pe (45) 867 FAIL Element interface: element must inherit property "after" with the proper ty pe (45) assert_inherits: property "after" not found in prototype chain
868 PASS Element interface: calling after([object Object],[object Object]) on elemen t with too few arguments must throw TypeError 868 FAIL Element interface: calling after([object Object],[object Object]) on elemen t with too few arguments must throw TypeError assert_inherits: property "after" not found in prototype chain
869 PASS Element interface: element must inherit property "replaceWith" with the pro per type (46) 869 FAIL Element interface: element must inherit property "replaceWith" with the pro per type (46) assert_inherits: property "replaceWith" not found in prototype cha in
870 PASS Element interface: calling replaceWith([object Object],[object Object]) on element with too few arguments must throw TypeError 870 FAIL Element interface: calling replaceWith([object Object],[object Object]) on element with too few arguments must throw TypeError assert_inherits: property "r eplaceWith" not found in prototype chain
871 PASS Element interface: element must inherit property "remove" with the proper t ype (47) 871 PASS Element interface: element must inherit property "remove" with the proper t ype (47)
872 PASS Element interface: element must inherit property "assignedSlot" with the pr oper type (48) 872 PASS Element interface: element must inherit property "assignedSlot" with the pr oper type (48)
873 PASS Node interface: element must inherit property "ELEMENT_NODE" with the prope r type (0) 873 PASS Node interface: element must inherit property "ELEMENT_NODE" with the prope r type (0)
874 PASS Node interface: element must inherit property "ATTRIBUTE_NODE" with the pro per type (1) 874 PASS Node interface: element must inherit property "ATTRIBUTE_NODE" with the pro per type (1)
875 PASS Node interface: element must inherit property "TEXT_NODE" with the proper t ype (2) 875 PASS Node interface: element must inherit property "TEXT_NODE" with the proper t ype (2)
876 PASS Node interface: element must inherit property "CDATA_SECTION_NODE" with the proper type (3) 876 PASS Node interface: element must inherit property "CDATA_SECTION_NODE" with the proper type (3)
877 PASS Node interface: element must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4) 877 PASS Node interface: element must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4)
878 PASS Node interface: element must inherit property "ENTITY_NODE" with the proper type (5) 878 PASS Node interface: element must inherit property "ENTITY_NODE" with the proper type (5)
879 PASS Node interface: element must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 879 PASS Node interface: element must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
880 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope r type (7) 880 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) 881 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) 882 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) 883 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) 884 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) 885 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) 886 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" 887 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) 888 FAIL Node interface: element must inherit property "isConnected" with the proper type (15) assert_inherits: property "isConnected" not found in prototype chain
889 PASS Node interface: element must inherit property "ownerDocument" with the prop er type (16) 889 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) 890 FAIL Node interface: element must inherit property "rootNode" with the proper ty pe (17) assert_inherits: property "rootNode" not found in prototype chain
891 PASS Node interface: element must inherit property "parentNode" with the proper type (18) 891 PASS Node interface: element must inherit property "parentNode" with the proper type (18)
892 PASS Node interface: element must inherit property "parentElement" with the prop er type (19) 892 PASS Node interface: element must inherit property "parentElement" with the prop er type (19)
893 PASS Node interface: element must inherit property "hasChildNodes" with the prop er type (20) 893 PASS Node interface: element must inherit property "hasChildNodes" with the prop er type (20)
894 PASS Node interface: element must inherit property "childNodes" with the proper type (21) 894 PASS Node interface: element must inherit property "childNodes" with the proper type (21)
895 PASS Node interface: element must inherit property "firstChild" with the proper type (22) 895 PASS Node interface: element must inherit property "firstChild" with the proper type (22)
896 PASS Node interface: element must inherit property "lastChild" with the proper t ype (23) 896 PASS Node interface: element must inherit property "lastChild" with the proper t ype (23)
897 PASS Node interface: element must inherit property "previousSibling" with the pr oper type (24) 897 PASS Node interface: element must inherit property "previousSibling" with the pr oper type (24)
898 PASS Node interface: element must inherit property "nextSibling" with the proper type (25) 898 PASS Node interface: element must inherit property "nextSibling" with the proper type (25)
899 PASS Node interface: element must inherit property "nodeValue" with the proper t ype (26) 899 PASS Node interface: element must inherit property "nodeValue" with the proper t ype (26)
900 PASS Node interface: element must inherit property "textContent" with the proper type (27) 900 PASS Node interface: element must inherit property "textContent" with the proper type (27)
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 PASS CharacterData interface: existence and properties of interface prototype ob ject's "constructor" property 982 PASS CharacterData interface: existence and properties of interface prototype ob ject's "constructor" property
983 PASS CharacterData interface: attribute data 983 PASS CharacterData interface: attribute data
984 PASS CharacterData interface: attribute length 984 PASS CharacterData interface: attribute length
985 PASS CharacterData interface: operation substringData(unsigned long,unsigned lon g) 985 PASS CharacterData interface: operation substringData(unsigned long,unsigned lon g)
986 PASS CharacterData interface: operation appendData(DOMString) 986 PASS CharacterData interface: operation appendData(DOMString)
987 PASS CharacterData interface: operation insertData(unsigned long,DOMString) 987 PASS CharacterData interface: operation insertData(unsigned long,DOMString)
988 PASS CharacterData interface: operation deleteData(unsigned long,unsigned long) 988 PASS CharacterData interface: operation deleteData(unsigned long,unsigned long)
989 PASS CharacterData interface: operation replaceData(unsigned long,unsigned long, DOMString) 989 PASS CharacterData interface: operation replaceData(unsigned long,unsigned long, DOMString)
990 PASS CharacterData interface: attribute previousElementSibling 990 PASS CharacterData interface: attribute previousElementSibling
991 PASS CharacterData interface: attribute nextElementSibling 991 PASS CharacterData interface: attribute nextElementSibling
992 PASS CharacterData interface: operation before([object Object],[object Object]) 992 FAIL CharacterData interface: operation before([object Object],[object Object]) assert_own_property: interface prototype object missing non-static operation exp ected property "before" missing
993 PASS CharacterData interface: operation after([object Object],[object Object]) 993 FAIL CharacterData interface: operation after([object Object],[object Object]) a ssert_own_property: interface prototype object missing non-static operation expe cted property "after" missing
994 PASS CharacterData interface: operation replaceWith([object Object],[object Obje ct]) 994 FAIL CharacterData interface: operation replaceWith([object Object],[object Obje ct]) assert_own_property: interface prototype object missing non-static operatio n expected property "replaceWith" missing
995 PASS CharacterData interface: operation remove() 995 PASS CharacterData interface: operation remove()
996 PASS Text interface: existence and properties of interface object 996 PASS Text interface: existence and properties of interface object
997 PASS Text interface object length 997 PASS Text interface object length
998 PASS Text interface object name 998 PASS Text interface object name
999 FAIL Text interface: existence and properties of interface prototype object asse rt_equals: class string of Text.prototype expected "[object TextPrototype]" but got "[object Text]" 999 FAIL Text interface: existence and properties of interface prototype object asse rt_equals: class string of Text.prototype expected "[object TextPrototype]" but got "[object Text]"
1000 PASS Text interface: existence and properties of interface prototype object's "c onstructor" property 1000 PASS Text interface: existence and properties of interface prototype object's "c onstructor" property
1001 PASS Text interface: operation splitText(unsigned long) 1001 PASS Text interface: operation splitText(unsigned long)
1002 PASS Text interface: attribute wholeText 1002 PASS Text interface: attribute wholeText
1003 PASS Text interface: attribute assignedSlot 1003 PASS Text interface: attribute assignedSlot
1004 PASS Text must be primary interface of document.createTextNode("abc") 1004 PASS Text must be primary interface of document.createTextNode("abc")
1005 PASS Stringification of document.createTextNode("abc") 1005 PASS Stringification of document.createTextNode("abc")
1006 PASS Text interface: document.createTextNode("abc") must inherit property "split Text" with the proper type (0) 1006 PASS Text interface: document.createTextNode("abc") must inherit property "split Text" with the proper type (0)
1007 PASS Text interface: calling splitText(unsigned long) on document.createTextNode ("abc") with too few arguments must throw TypeError 1007 PASS Text interface: calling splitText(unsigned long) on document.createTextNode ("abc") with too few arguments must throw TypeError
1008 PASS Text interface: document.createTextNode("abc") must inherit property "whole Text" with the proper type (1) 1008 PASS Text interface: document.createTextNode("abc") must inherit property "whole Text" with the proper type (1)
1009 PASS Text interface: document.createTextNode("abc") must inherit property "assig nedSlot" with the proper type (2) 1009 PASS Text interface: document.createTextNode("abc") must inherit property "assig nedSlot" with the proper type (2)
1010 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "data" with the proper type (0) 1010 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "data" with the proper type (0)
1011 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "length" with the proper type (1) 1011 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "length" with the proper type (1)
1012 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "substringData" with the proper type (2) 1012 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "substringData" with the proper type (2)
1013 PASS CharacterData interface: calling substringData(unsigned long,unsigned long) on document.createTextNode("abc") with too few arguments must throw TypeError 1013 PASS CharacterData interface: calling substringData(unsigned long,unsigned long) on document.createTextNode("abc") with too few arguments must throw TypeError
1014 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "appendData" with the proper type (3) 1014 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "appendData" with the proper type (3)
1015 PASS CharacterData interface: calling appendData(DOMString) on document.createTe xtNode("abc") with too few arguments must throw TypeError 1015 PASS CharacterData interface: calling appendData(DOMString) on document.createTe xtNode("abc") with too few arguments must throw TypeError
1016 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "insertData" with the proper type (4) 1016 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "insertData" with the proper type (4)
1017 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on doc ument.createTextNode("abc") with too few arguments must throw TypeError 1017 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on doc ument.createTextNode("abc") with too few arguments must throw TypeError
1018 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "deleteData" with the proper type (5) 1018 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "deleteData" with the proper type (5)
1019 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on document.createTextNode("abc") with too few arguments must throw TypeError 1019 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on document.createTextNode("abc") with too few arguments must throw TypeError
1020 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "replaceData" with the proper type (6) 1020 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "replaceData" with the proper type (6)
1021 PASS CharacterData interface: calling replaceData(unsigned long,unsigned long,DO MString) on document.createTextNode("abc") with too few arguments must throw Typ eError 1021 PASS CharacterData interface: calling replaceData(unsigned long,unsigned long,DO MString) on document.createTextNode("abc") with too few arguments must throw Typ eError
1022 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "previousElementSibling" with the proper type (7) 1022 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "previousElementSibling" with the proper type (7)
1023 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "nextElementSibling" with the proper type (8) 1023 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "nextElementSibling" with the proper type (8)
1024 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "before" with the proper type (9) 1024 FAIL CharacterData interface: document.createTextNode("abc") must inherit proper ty "before" with the proper type (9) assert_inherits: property "before" not foun d in prototype chain
1025 PASS CharacterData interface: calling before([object Object],[object Object]) on document.createTextNode("abc") with too few arguments must throw TypeError 1025 FAIL CharacterData interface: calling before([object Object],[object Object]) on document.createTextNode("abc") with too few arguments must throw TypeError asse rt_inherits: property "before" not found in prototype chain
1026 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "after" with the proper type (10) 1026 FAIL CharacterData interface: document.createTextNode("abc") must inherit proper ty "after" with the proper type (10) assert_inherits: property "after" not found in prototype chain
1027 PASS CharacterData interface: calling after([object Object],[object Object]) on document.createTextNode("abc") with too few arguments must throw TypeError 1027 FAIL CharacterData interface: calling after([object Object],[object Object]) on document.createTextNode("abc") with too few arguments must throw TypeError asser t_inherits: property "after" not found in prototype chain
1028 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "replaceWith" with the proper type (11) 1028 FAIL CharacterData interface: document.createTextNode("abc") must inherit proper ty "replaceWith" with the proper type (11) assert_inherits: property "replaceWit h" not found in prototype chain
1029 PASS CharacterData interface: calling replaceWith([object Object],[object Object ]) on document.createTextNode("abc") with too few arguments must throw TypeError 1029 FAIL CharacterData interface: calling replaceWith([object Object],[object Object ]) on document.createTextNode("abc") with too few arguments must throw TypeError assert_inherits: property "replaceWith" not found in prototype chain
1030 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "remove" with the proper type (12) 1030 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "remove" with the proper type (12)
1031 PASS Node interface: document.createTextNode("abc") must inherit property "ELEME NT_NODE" with the proper type (0) 1031 PASS Node interface: document.createTextNode("abc") must inherit property "ELEME NT_NODE" with the proper type (0)
1032 PASS Node interface: document.createTextNode("abc") must inherit property "ATTRI BUTE_NODE" with the proper type (1) 1032 PASS Node interface: document.createTextNode("abc") must inherit property "ATTRI BUTE_NODE" with the proper type (1)
1033 PASS Node interface: document.createTextNode("abc") must inherit property "TEXT_ NODE" with the proper type (2) 1033 PASS Node interface: document.createTextNode("abc") must inherit property "TEXT_ NODE" with the proper type (2)
1034 PASS Node interface: document.createTextNode("abc") must inherit property "CDATA _SECTION_NODE" with the proper type (3) 1034 PASS Node interface: document.createTextNode("abc") must inherit property "CDATA _SECTION_NODE" with the proper type (3)
1035 PASS Node interface: document.createTextNode("abc") must inherit property "ENTIT Y_REFERENCE_NODE" with the proper type (4) 1035 PASS Node interface: document.createTextNode("abc") must inherit property "ENTIT Y_REFERENCE_NODE" with the proper type (4)
1036 PASS Node interface: document.createTextNode("abc") must inherit property "ENTIT Y_NODE" with the proper type (5) 1036 PASS Node interface: document.createTextNode("abc") must inherit property "ENTIT Y_NODE" with the proper type (5)
1037 PASS Node interface: document.createTextNode("abc") must inherit property "PROCE SSING_INSTRUCTION_NODE" with the proper type (6) 1037 PASS Node interface: document.createTextNode("abc") must inherit property "PROCE SSING_INSTRUCTION_NODE" with the proper type (6)
1038 PASS Node interface: document.createTextNode("abc") must inherit property "COMME NT_NODE" with the proper type (7) 1038 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) 1039 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) 1040 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) 1041 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) 1042 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) 1043 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) 1044 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) 1045 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) 1046 FAIL Node interface: document.createTextNode("abc") must inherit property "isCon nected" with the proper type (15) assert_inherits: property "isConnected" not fo und in prototype chain
1047 PASS Node interface: document.createTextNode("abc") must inherit property "owner Document" with the proper type (16) 1047 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) 1048 FAIL Node interface: document.createTextNode("abc") must inherit property "rootN ode" with the proper type (17) assert_inherits: property "rootNode" not found in prototype chain
1049 PASS Node interface: document.createTextNode("abc") must inherit property "paren tNode" with the proper type (18) 1049 PASS Node interface: document.createTextNode("abc") must inherit property "paren tNode" with the proper type (18)
1050 PASS Node interface: document.createTextNode("abc") must inherit property "paren tElement" with the proper type (19) 1050 PASS Node interface: document.createTextNode("abc") must inherit property "paren tElement" with the proper type (19)
1051 PASS Node interface: document.createTextNode("abc") must inherit property "hasCh ildNodes" with the proper type (20) 1051 PASS Node interface: document.createTextNode("abc") must inherit property "hasCh ildNodes" with the proper type (20)
1052 PASS Node interface: document.createTextNode("abc") must inherit property "child Nodes" with the proper type (21) 1052 PASS Node interface: document.createTextNode("abc") must inherit property "child Nodes" with the proper type (21)
1053 PASS Node interface: document.createTextNode("abc") must inherit property "first Child" with the proper type (22) 1053 PASS Node interface: document.createTextNode("abc") must inherit property "first Child" with the proper type (22)
1054 PASS Node interface: document.createTextNode("abc") must inherit property "lastC hild" with the proper type (23) 1054 PASS Node interface: document.createTextNode("abc") must inherit property "lastC hild" with the proper type (23)
1055 PASS Node interface: document.createTextNode("abc") must inherit property "previ ousSibling" with the proper type (24) 1055 PASS Node interface: document.createTextNode("abc") must inherit property "previ ousSibling" with the proper type (24)
1056 PASS Node interface: document.createTextNode("abc") must inherit property "nextS ibling" with the proper type (25) 1056 PASS Node interface: document.createTextNode("abc") must inherit property "nextS ibling" with the proper type (25)
1057 PASS Node interface: document.createTextNode("abc") must inherit property "nodeV alue" with the proper type (26) 1057 PASS Node interface: document.createTextNode("abc") must inherit property "nodeV alue" with the proper type (26)
1058 PASS Node interface: document.createTextNode("abc") must inherit property "textC ontent" with the proper type (27) 1058 PASS Node interface: document.createTextNode("abc") must inherit property "textC ontent" with the proper type (27)
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "appendData" with the proper type (3) 1109 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "appendData" with the proper type (3)
1110 PASS CharacterData interface: calling appendData(DOMString) on xmlDoc.createProc essingInstruction("abc", "def") with too few arguments must throw TypeError 1110 PASS CharacterData interface: calling appendData(DOMString) on xmlDoc.createProc essingInstruction("abc", "def") with too few arguments must throw TypeError
1111 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "insertData" with the proper type (4) 1111 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "insertData" with the proper type (4)
1112 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on xml Doc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError 1112 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on xml Doc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
1113 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "deleteData" with the proper type (5) 1113 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "deleteData" with the proper type (5)
1114 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must th row TypeError 1114 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must th row TypeError
1115 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "replaceData" with the proper type (6) 1115 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "replaceData" with the proper type (6)
1116 PASS CharacterData interface: calling replaceData(unsigned long,unsigned long,DO MString) on xmlDoc.createProcessingInstruction("abc", "def") with too few argume nts must throw TypeError 1116 PASS CharacterData interface: calling replaceData(unsigned long,unsigned long,DO MString) on xmlDoc.createProcessingInstruction("abc", "def") with too few argume nts must throw TypeError
1117 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "previousElementSibling" with the proper type (7) 1117 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "previousElementSibling" with the proper type (7)
1118 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "nextElementSibling" with the proper type (8) 1118 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "nextElementSibling" with the proper type (8)
1119 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "before" with the proper type (9) 1119 FAIL CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "before" with the proper type (9) assert_inherits: property "before" not found in prototype chain
1120 PASS CharacterData interface: calling before([object Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must th row TypeError 1120 FAIL CharacterData interface: calling before([object Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must th row TypeError assert_inherits: property "before" not found in prototype chain
1121 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "after" with the proper type (10) 1121 FAIL CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "after" with the proper type (10) assert_inherits: property "after" not found in prototype chain
1122 PASS CharacterData interface: calling after([object Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must thr ow TypeError 1122 FAIL CharacterData interface: calling after([object Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must thr ow TypeError assert_inherits: property "after" not found in prototype chain
1123 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "replaceWith" with the proper type (11) 1123 FAIL CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "replaceWith" with the proper type (11) assert_inherits: pr operty "replaceWith" not found in prototype chain
1124 PASS CharacterData interface: calling replaceWith([object Object],[object Object ]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments mu st throw TypeError 1124 FAIL CharacterData interface: calling replaceWith([object Object],[object Object ]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments mu st throw TypeError assert_inherits: property "replaceWith" not found in prototyp e chain
1125 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "remove" with the proper type (12) 1125 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "remove" with the proper type (12)
1126 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ELEMENT_NODE" with the proper type (0) 1126 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ELEMENT_NODE" with the proper type (0)
1127 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ATTRIBUTE_NODE" with the proper type (1) 1127 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ATTRIBUTE_NODE" with the proper type (1)
1128 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "TEXT_NODE" with the proper type (2) 1128 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "TEXT_NODE" with the proper type (2)
1129 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "CDATA_SECTION_NODE" with the proper type (3) 1129 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "CDATA_SECTION_NODE" with the proper type (3)
1130 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_REFERENCE_NODE" with the proper type (4) 1130 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_REFERENCE_NODE" with the proper type (4)
1131 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_NODE" with the proper type (5) 1131 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_NODE" with the proper type (5)
1132 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 1132 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
1133 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "COMMENT_NODE" with the proper type (7) 1133 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) 1134 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) 1135 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) 1136 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) 1137 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) 1138 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) 1139 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" 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"
1141 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isConnected" with the proper type (15) 1141 FAIL Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isConnected" with the proper type (15) assert_inherits: property "i sConnected" not found in prototype chain
1142 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ownerDocument" with the proper type (16) 1142 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) 1143 FAIL Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "rootNode" with the proper type (17) assert_inherits: property "root Node" not found in prototype chain
1144 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentNode" with the proper type (18) 1144 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentNode" with the proper type (18)
1145 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentElement" with the proper type (19) 1145 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentElement" with the proper type (19)
1146 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "hasChildNodes" with the proper type (20) 1146 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "hasChildNodes" with the proper type (20)
1147 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "childNodes" with the proper type (21) 1147 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "childNodes" with the proper type (21)
1148 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "firstChild" with the proper type (22) 1148 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "firstChild" with the proper type (22)
1149 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lastChild" with the proper type (23) 1149 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lastChild" with the proper type (23)
1150 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "previousSibling" with the proper type (24) 1150 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "previousSibling" with the proper type (24)
1151 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nextSibling" with the proper type (25) 1151 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nextSibling" with the proper type (25)
1152 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeValue" with the proper type (26) 1152 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeValue" with the proper type (26)
1153 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "textContent" with the proper type (27) 1153 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "textContent" with the proper type (27)
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 PASS CharacterData interface: document.createComment("abc") must inherit propert y "appendData" with the proper type (3) 1202 PASS CharacterData interface: document.createComment("abc") must inherit propert y "appendData" with the proper type (3)
1203 PASS CharacterData interface: calling appendData(DOMString) on document.createCo mment("abc") with too few arguments must throw TypeError 1203 PASS CharacterData interface: calling appendData(DOMString) on document.createCo mment("abc") with too few arguments must throw TypeError
1204 PASS CharacterData interface: document.createComment("abc") must inherit propert y "insertData" with the proper type (4) 1204 PASS CharacterData interface: document.createComment("abc") must inherit propert y "insertData" with the proper type (4)
1205 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on doc ument.createComment("abc") with too few arguments must throw TypeError 1205 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on doc ument.createComment("abc") with too few arguments must throw TypeError
1206 PASS CharacterData interface: document.createComment("abc") must inherit propert y "deleteData" with the proper type (5) 1206 PASS CharacterData interface: document.createComment("abc") must inherit propert y "deleteData" with the proper type (5)
1207 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on document.createComment("abc") with too few arguments must throw TypeError 1207 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on document.createComment("abc") with too few arguments must throw TypeError
1208 PASS CharacterData interface: document.createComment("abc") must inherit propert y "replaceData" with the proper type (6) 1208 PASS CharacterData interface: document.createComment("abc") must inherit propert y "replaceData" with the proper type (6)
1209 PASS CharacterData interface: calling replaceData(unsigned long,unsigned long,DO MString) on document.createComment("abc") with too few arguments must throw Type Error 1209 PASS CharacterData interface: calling replaceData(unsigned long,unsigned long,DO MString) on document.createComment("abc") with too few arguments must throw Type Error
1210 PASS CharacterData interface: document.createComment("abc") must inherit propert y "previousElementSibling" with the proper type (7) 1210 PASS CharacterData interface: document.createComment("abc") must inherit propert y "previousElementSibling" with the proper type (7)
1211 PASS CharacterData interface: document.createComment("abc") must inherit propert y "nextElementSibling" with the proper type (8) 1211 PASS CharacterData interface: document.createComment("abc") must inherit propert y "nextElementSibling" with the proper type (8)
1212 PASS CharacterData interface: document.createComment("abc") must inherit propert y "before" with the proper type (9) 1212 FAIL CharacterData interface: document.createComment("abc") must inherit propert y "before" with the proper type (9) assert_inherits: property "before" not found in prototype chain
1213 PASS CharacterData interface: calling before([object Object],[object Object]) on document.createComment("abc") with too few arguments must throw TypeError 1213 FAIL CharacterData interface: calling before([object Object],[object Object]) on document.createComment("abc") with too few arguments must throw TypeError asser t_inherits: property "before" not found in prototype chain
1214 PASS CharacterData interface: document.createComment("abc") must inherit propert y "after" with the proper type (10) 1214 FAIL CharacterData interface: document.createComment("abc") must inherit propert y "after" with the proper type (10) assert_inherits: property "after" not found in prototype chain
1215 PASS CharacterData interface: calling after([object Object],[object Object]) on document.createComment("abc") with too few arguments must throw TypeError 1215 FAIL CharacterData interface: calling after([object Object],[object Object]) on document.createComment("abc") with too few arguments must throw TypeError assert _inherits: property "after" not found in prototype chain
1216 PASS CharacterData interface: document.createComment("abc") must inherit propert y "replaceWith" with the proper type (11) 1216 FAIL CharacterData interface: document.createComment("abc") must inherit propert y "replaceWith" with the proper type (11) assert_inherits: property "replaceWith " not found in prototype chain
1217 PASS CharacterData interface: calling replaceWith([object Object],[object Object ]) on document.createComment("abc") with too few arguments must throw TypeError 1217 FAIL CharacterData interface: calling replaceWith([object Object],[object Object ]) on document.createComment("abc") with too few arguments must throw TypeError assert_inherits: property "replaceWith" not found in prototype chain
1218 PASS CharacterData interface: document.createComment("abc") must inherit propert y "remove" with the proper type (12) 1218 PASS CharacterData interface: document.createComment("abc") must inherit propert y "remove" with the proper type (12)
1219 PASS Node interface: document.createComment("abc") must inherit property "ELEMEN T_NODE" with the proper type (0) 1219 PASS Node interface: document.createComment("abc") must inherit property "ELEMEN T_NODE" with the proper type (0)
1220 PASS Node interface: document.createComment("abc") must inherit property "ATTRIB UTE_NODE" with the proper type (1) 1220 PASS Node interface: document.createComment("abc") must inherit property "ATTRIB UTE_NODE" with the proper type (1)
1221 PASS Node interface: document.createComment("abc") must inherit property "TEXT_N ODE" with the proper type (2) 1221 PASS Node interface: document.createComment("abc") must inherit property "TEXT_N ODE" with the proper type (2)
1222 PASS Node interface: document.createComment("abc") must inherit property "CDATA_ SECTION_NODE" with the proper type (3) 1222 PASS Node interface: document.createComment("abc") must inherit property "CDATA_ SECTION_NODE" with the proper type (3)
1223 PASS Node interface: document.createComment("abc") must inherit property "ENTITY _REFERENCE_NODE" with the proper type (4) 1223 PASS Node interface: document.createComment("abc") must inherit property "ENTITY _REFERENCE_NODE" with the proper type (4)
1224 PASS Node interface: document.createComment("abc") must inherit property "ENTITY _NODE" with the proper type (5) 1224 PASS Node interface: document.createComment("abc") must inherit property "ENTITY _NODE" with the proper type (5)
1225 PASS Node interface: document.createComment("abc") must inherit property "PROCES SING_INSTRUCTION_NODE" with the proper type (6) 1225 PASS Node interface: document.createComment("abc") must inherit property "PROCES SING_INSTRUCTION_NODE" with the proper type (6)
1226 PASS Node interface: document.createComment("abc") must inherit property "COMMEN T_NODE" with the proper type (7) 1226 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) 1227 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) 1228 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) 1229 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) 1230 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) 1231 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) 1232 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) 1233 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) 1234 FAIL Node interface: document.createComment("abc") must inherit property "isConn ected" with the proper type (15) assert_inherits: property "isConnected" not fou nd in prototype chain
1235 PASS Node interface: document.createComment("abc") must inherit property "ownerD ocument" with the proper type (16) 1235 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) 1236 FAIL Node interface: document.createComment("abc") must inherit property "rootNo de" with the proper type (17) assert_inherits: property "rootNode" not found in prototype chain
1237 PASS Node interface: document.createComment("abc") must inherit property "parent Node" with the proper type (18) 1237 PASS Node interface: document.createComment("abc") must inherit property "parent Node" with the proper type (18)
1238 PASS Node interface: document.createComment("abc") must inherit property "parent Element" with the proper type (19) 1238 PASS Node interface: document.createComment("abc") must inherit property "parent Element" with the proper type (19)
1239 PASS Node interface: document.createComment("abc") must inherit property "hasChi ldNodes" with the proper type (20) 1239 PASS Node interface: document.createComment("abc") must inherit property "hasChi ldNodes" with the proper type (20)
1240 PASS Node interface: document.createComment("abc") must inherit property "childN odes" with the proper type (21) 1240 PASS Node interface: document.createComment("abc") must inherit property "childN odes" with the proper type (21)
1241 PASS Node interface: document.createComment("abc") must inherit property "firstC hild" with the proper type (22) 1241 PASS Node interface: document.createComment("abc") must inherit property "firstC hild" with the proper type (22)
1242 PASS Node interface: document.createComment("abc") must inherit property "lastCh ild" with the proper type (23) 1242 PASS Node interface: document.createComment("abc") must inherit property "lastCh ild" with the proper type (23)
1243 PASS Node interface: document.createComment("abc") must inherit property "previo usSibling" with the proper type (24) 1243 PASS Node interface: document.createComment("abc") must inherit property "previo usSibling" with the proper type (24)
1244 PASS Node interface: document.createComment("abc") must inherit property "nextSi bling" with the proper type (25) 1244 PASS Node interface: document.createComment("abc") must inherit property "nextSi bling" with the proper type (25)
1245 PASS Node interface: document.createComment("abc") must inherit property "nodeVa lue" with the proper type (26) 1245 PASS Node interface: document.createComment("abc") must inherit property "nodeVa lue" with the proper type (26)
1246 PASS Node interface: document.createComment("abc") must inherit property "textCo ntent" with the proper type (27) 1246 PASS Node interface: document.createComment("abc") must inherit property "textCo ntent" with the proper type (27)
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1511 PASS DOMTokenList interface: existence and properties of interface prototype obj ect's "constructor" property 1511 PASS DOMTokenList interface: existence and properties of interface prototype obj ect's "constructor" property
1512 PASS DOMTokenList interface: attribute length 1512 PASS DOMTokenList interface: attribute length
1513 PASS DOMTokenList interface: operation item(unsigned long) 1513 PASS DOMTokenList interface: operation item(unsigned long)
1514 PASS DOMTokenList interface: operation contains(DOMString) 1514 PASS DOMTokenList interface: operation contains(DOMString)
1515 PASS DOMTokenList interface: operation add(DOMString) 1515 PASS DOMTokenList interface: operation add(DOMString)
1516 PASS DOMTokenList interface: operation remove(DOMString) 1516 PASS DOMTokenList interface: operation remove(DOMString)
1517 PASS DOMTokenList interface: operation toggle(DOMString,boolean) 1517 PASS DOMTokenList interface: operation toggle(DOMString,boolean)
1518 FAIL DOMTokenList interface: operation replace(DOMString,DOMString) assert_own_p roperty: interface prototype object missing non-static operation expected proper ty "replace" missing 1518 FAIL DOMTokenList interface: operation replace(DOMString,DOMString) assert_own_p roperty: interface prototype object missing non-static operation expected proper ty "replace" missing
1519 PASS DOMTokenList interface: operation supports(DOMString) 1519 PASS DOMTokenList interface: operation supports(DOMString)
1520 PASS DOMTokenList interface: attribute value 1520 PASS DOMTokenList interface: attribute value
1521 PASS DOMTokenList interface: stringifier 1521 FAIL DOMTokenList interface: stringifier assert_true: property is not enumerable expected true got false
1522 PASS DOMTokenList must be primary interface of document.body.classList 1522 PASS DOMTokenList must be primary interface of document.body.classList
1523 PASS Stringification of document.body.classList 1523 PASS Stringification of document.body.classList
1524 PASS DOMTokenList interface: document.body.classList must inherit property "leng th" with the proper type (0) 1524 PASS DOMTokenList interface: document.body.classList must inherit property "leng th" with the proper type (0)
1525 PASS DOMTokenList interface: document.body.classList must inherit property "item " with the proper type (1) 1525 PASS DOMTokenList interface: document.body.classList must inherit property "item " with the proper type (1)
1526 PASS DOMTokenList interface: calling item(unsigned long) on document.body.classL ist with too few arguments must throw TypeError 1526 PASS DOMTokenList interface: calling item(unsigned long) on document.body.classL ist with too few arguments must throw TypeError
1527 PASS DOMTokenList interface: document.body.classList must inherit property "cont ains" with the proper type (2) 1527 PASS DOMTokenList interface: document.body.classList must inherit property "cont ains" with the proper type (2)
1528 PASS DOMTokenList interface: calling contains(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1528 PASS DOMTokenList interface: calling contains(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1529 PASS DOMTokenList interface: document.body.classList must inherit property "add" with the proper type (3) 1529 PASS DOMTokenList interface: document.body.classList must inherit property "add" with the proper type (3)
1530 PASS DOMTokenList interface: calling add(DOMString) on document.body.classList w ith too few arguments must throw TypeError 1530 PASS DOMTokenList interface: calling add(DOMString) on document.body.classList w ith too few arguments must throw TypeError
1531 PASS DOMTokenList interface: document.body.classList must inherit property "remo ve" with the proper type (4) 1531 PASS DOMTokenList interface: document.body.classList must inherit property "remo ve" with the proper type (4)
1532 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1532 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) 1533 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 1534 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 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
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 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
1537 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1537 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 1538 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) 1539 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1540 Harness: the test ran to completion. 1540 Harness: the test ran to completion.
1541 1541
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698