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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt

Issue 1934123002: Implement DOM methods: prepend, append, after, before and replaceWith. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync test expectations Created 4 years, 7 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 252 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 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 273 PASS Document interface: operation prepend([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 274 PASS Document interface: operation append([object Object],[object Object])
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 FAIL Document interface: xmlDoc must inherit property "prepend" with the proper type (33) assert_inherits: property "prepend" not found in prototype chain 457 PASS Document interface: xmlDoc must inherit property "prepend" with the proper type (33)
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 458 PASS Document interface: calling prepend([object Object],[object Object]) on xml Doc with too few arguments must throw TypeError
459 FAIL Document interface: xmlDoc must inherit property "append" with the proper t ype (34) assert_inherits: property "append" not found in prototype chain 459 PASS Document interface: xmlDoc must inherit property "append" with the proper t ype (34)
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 460 PASS Document interface: calling append([object Object],[object Object]) on xmlD oc with too few arguments must throw TypeError
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)
(...skipping 75 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 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 556 PASS DocumentType interface: operation before([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 557 PASS DocumentType interface: operation after([object Object],[object Object])
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 558 PASS DocumentType interface: operation replaceWith([object Object],[object Objec t])
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 FAIL DocumentType interface: document.doctype must inherit property "before" wit h the proper type (3) assert_inherits: property "before" not found in prototype chain 565 PASS DocumentType interface: document.doctype must inherit property "before" wit h the proper type (3)
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 566 PASS DocumentType interface: calling before([object Object],[object Object]) on document.doctype with too few arguments must throw TypeError
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 567 PASS DocumentType interface: document.doctype must inherit property "after" with the proper type (4)
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 568 PASS DocumentType interface: calling after([object Object],[object Object]) on d ocument.doctype with too few arguments must throw TypeError
569 FAIL DocumentType interface: document.doctype must inherit property "replaceWith " with the proper type (5) assert_inherits: property "replaceWith" not found in prototype chain 569 PASS DocumentType interface: document.doctype must inherit property "replaceWith " with the proper type (5)
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 570 PASS DocumentType interface: calling replaceWith([object Object],[object Object] ) on document.doctype with too few arguments must throw TypeError
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)
(...skipping 56 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 FAIL DocumentFragment interface: operation prepend([object Object],[object Objec t]) assert_own_property: interface prototype object missing non-static operation expected property "prepend" missing 647 PASS DocumentFragment interface: operation prepend([object Object],[object Objec t])
648 FAIL DocumentFragment interface: operation append([object Object],[object Object ]) assert_own_property: interface prototype object missing non-static operation expected property "append" missing 648 PASS DocumentFragment interface: operation append([object Object],[object Object ])
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 FAIL DocumentFragment interface: document.createDocumentFragment() must inherit property "prepend" with the proper type (5) assert_inherits: property "prepend" not found in prototype chain 659 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "prepend" with the proper type (5)
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 660 PASS DocumentFragment interface: calling prepend([object Object],[object Object] ) on document.createDocumentFragment() with too few arguments must throw TypeErr or
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 661 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "append" with the proper type (6)
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 662 PASS DocumentFragment interface: calling append([object Object],[object Object]) on document.createDocumentFragment() with too few arguments must throw TypeErro r
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)
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 FAIL Element interface: operation prepend([object Object],[object Object]) asser t_own_property: interface prototype object missing non-static operation expected property "prepend" missing 782 PASS Element interface: operation prepend([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 783 PASS Element interface: operation append([object Object],[object Object])
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 FAIL Element interface: operation before([object Object],[object Object]) assert _own_property: interface prototype object missing non-static operation expected property "before" missing 788 PASS Element interface: operation before([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 789 PASS Element interface: operation after([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 790 PASS Element interface: operation replaceWith([object Object],[object Object])
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 FAIL Element interface: element must inherit property "prepend" with the proper type (38) assert_inherits: property "prepend" not found in prototype chain 855 PASS Element interface: element must inherit property "prepend" with the proper type (38)
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 856 PASS Element interface: calling prepend([object Object],[object Object]) on elem ent with too few arguments must throw TypeError
857 FAIL Element interface: element must inherit property "append" with the proper t ype (39) assert_inherits: property "append" not found in prototype chain 857 PASS Element interface: element must inherit property "append" with the proper t ype (39)
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 858 PASS Element interface: calling append([object Object],[object Object]) on eleme nt with too few arguments must throw TypeError
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 FAIL Element interface: element must inherit property "before" with the proper t ype (44) assert_inherits: property "before" not found in prototype chain 865 PASS Element interface: element must inherit property "before" with the proper t ype (44)
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 866 PASS Element interface: calling before([object Object],[object Object]) on eleme nt with too few arguments must throw TypeError
867 FAIL Element interface: element must inherit property "after" with the proper ty pe (45) assert_inherits: property "after" not found in prototype chain 867 PASS Element interface: element must inherit property "after" with the proper ty pe (45)
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 868 PASS Element interface: calling after([object Object],[object Object]) on elemen t with too few arguments must throw TypeError
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 869 PASS Element interface: element must inherit property "replaceWith" with the pro per type (46)
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 870 PASS Element interface: calling replaceWith([object Object],[object Object]) on element with too few arguments must throw TypeError
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)
(...skipping 101 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 FAIL CharacterData interface: operation before([object Object],[object Object]) assert_own_property: interface prototype object missing non-static operation exp ected property "before" missing 992 PASS CharacterData interface: operation before([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 993 PASS CharacterData interface: operation after([object Object],[object Object])
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 994 PASS CharacterData interface: operation replaceWith([object Object],[object Obje ct])
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 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 1024 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "before" with the proper type (9)
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 1025 PASS CharacterData interface: calling before([object Object],[object Object]) on document.createTextNode("abc") with too few arguments must throw TypeError
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 1026 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "after" with the proper type (10)
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 1027 PASS CharacterData interface: calling after([object Object],[object Object]) on document.createTextNode("abc") with too few arguments must throw TypeError
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 1028 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "replaceWith" with the proper type (11)
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 1029 PASS CharacterData interface: calling replaceWith([object Object],[object Object ]) on document.createTextNode("abc") with too few arguments must throw TypeError
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)
(...skipping 69 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 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 1119 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "before" with the proper type (9)
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 1120 PASS CharacterData interface: calling before([object Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must th row TypeError
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 1121 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "after" with the proper type (10)
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 1122 PASS CharacterData interface: calling after([object Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must thr ow TypeError
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 1123 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "replaceWith" with the proper type (11)
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 1124 PASS CharacterData interface: calling replaceWith([object Object],[object Object ]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments mu st throw TypeError
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)
(...skipping 67 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 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 1212 PASS CharacterData interface: document.createComment("abc") must inherit propert y "before" with the proper type (9)
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 1213 PASS CharacterData interface: calling before([object Object],[object Object]) on document.createComment("abc") with too few arguments must throw TypeError
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 1214 PASS CharacterData interface: document.createComment("abc") must inherit propert y "after" with the proper type (10)
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 1215 PASS CharacterData interface: calling after([object Object],[object Object]) on document.createComment("abc") with too few arguments must throw TypeError
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 1216 PASS CharacterData interface: document.createComment("abc") must inherit propert y "replaceWith" with the proper type (11)
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 1217 PASS CharacterData interface: calling replaceWith([object Object],[object Object ]) on document.createComment("abc") with too few arguments must throw TypeError
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)
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
1532 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 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