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

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

Issue 2912383002: Add support for Element.getAttributeNames() (Closed)
Patch Set: Created 3 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 1570 tests; 1565 PASS, 5 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 1570 tests; 1567 PASS, 3 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS Test driver 3 PASS Test driver
4 PASS Event interface: existence and properties of interface object 4 PASS Event interface: existence and properties of interface object
5 PASS Event interface object length 5 PASS Event interface object length
6 PASS Event interface object name 6 PASS Event interface object name
7 PASS Event interface: existence and properties of interface prototype object 7 PASS Event interface: existence and properties of interface prototype object
8 PASS Event interface: existence and properties of interface prototype object's " constructor" property 8 PASS Event interface: existence and properties of interface prototype object's " constructor" property
9 PASS Event interface: attribute type 9 PASS Event interface: attribute type
10 PASS Event interface: attribute target 10 PASS Event interface: attribute target
11 PASS Event interface: attribute currentTarget 11 PASS Event interface: attribute currentTarget
12 PASS Event interface: constant NONE on interface object 12 PASS Event interface: constant NONE on interface object
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 PASS Element interface: attribute namespaceURI 728 PASS Element interface: attribute namespaceURI
729 PASS Element interface: attribute prefix 729 PASS Element interface: attribute prefix
730 PASS Element interface: attribute localName 730 PASS Element interface: attribute localName
731 PASS Element interface: attribute tagName 731 PASS Element interface: attribute tagName
732 PASS Element interface: attribute id 732 PASS Element interface: attribute id
733 PASS Element interface: attribute className 733 PASS Element interface: attribute className
734 PASS Element interface: attribute classList 734 PASS Element interface: attribute classList
735 PASS Element interface: attribute slot 735 PASS Element interface: attribute slot
736 PASS Element interface: operation hasAttributes() 736 PASS Element interface: operation hasAttributes()
737 PASS Element interface: attribute attributes 737 PASS Element interface: attribute attributes
738 FAIL Element interface: operation getAttributeNames() assert_own_property: inter face prototype object missing non-static operation expected property "getAttribu teNames" missing 738 PASS Element interface: operation getAttributeNames()
739 PASS Element interface: operation getAttribute(DOMString) 739 PASS Element interface: operation getAttribute(DOMString)
740 PASS Element interface: operation getAttributeNS(DOMString,DOMString) 740 PASS Element interface: operation getAttributeNS(DOMString,DOMString)
741 PASS Element interface: operation setAttribute(DOMString,DOMString) 741 PASS Element interface: operation setAttribute(DOMString,DOMString)
742 PASS Element interface: operation setAttributeNS(DOMString,DOMString,DOMString) 742 PASS Element interface: operation setAttributeNS(DOMString,DOMString,DOMString)
743 PASS Element interface: operation removeAttribute(DOMString) 743 PASS Element interface: operation removeAttribute(DOMString)
744 PASS Element interface: operation removeAttributeNS(DOMString,DOMString) 744 PASS Element interface: operation removeAttributeNS(DOMString,DOMString)
745 PASS Element interface: operation hasAttribute(DOMString) 745 PASS Element interface: operation hasAttribute(DOMString)
746 PASS Element interface: operation hasAttributeNS(DOMString,DOMString) 746 PASS Element interface: operation hasAttributeNS(DOMString,DOMString)
747 PASS Element interface: operation getAttributeNode(DOMString) 747 PASS Element interface: operation getAttributeNode(DOMString)
748 PASS Element interface: operation getAttributeNodeNS(DOMString,DOMString) 748 PASS Element interface: operation getAttributeNodeNS(DOMString,DOMString)
(...skipping 28 matching lines...) Expand all
777 PASS Element interface: element must inherit property "namespaceURI" with the pr oper type (0) 777 PASS Element interface: element must inherit property "namespaceURI" with the pr oper type (0)
778 PASS Element interface: element must inherit property "prefix" with the proper t ype (1) 778 PASS Element interface: element must inherit property "prefix" with the proper t ype (1)
779 PASS Element interface: element must inherit property "localName" with the prope r type (2) 779 PASS Element interface: element must inherit property "localName" with the prope r type (2)
780 PASS Element interface: element must inherit property "tagName" with the proper type (3) 780 PASS Element interface: element must inherit property "tagName" with the proper type (3)
781 PASS Element interface: element must inherit property "id" with the proper type (4) 781 PASS Element interface: element must inherit property "id" with the proper type (4)
782 PASS Element interface: element must inherit property "className" with the prope r type (5) 782 PASS Element interface: element must inherit property "className" with the prope r type (5)
783 PASS Element interface: element must inherit property "classList" with the prope r type (6) 783 PASS Element interface: element must inherit property "classList" with the prope r type (6)
784 PASS Element interface: element must inherit property "slot" with the proper typ e (7) 784 PASS Element interface: element must inherit property "slot" with the proper typ e (7)
785 PASS Element interface: element must inherit property "hasAttributes" with the p roper type (8) 785 PASS Element interface: element must inherit property "hasAttributes" with the p roper type (8)
786 PASS Element interface: element must inherit property "attributes" with the prop er type (9) 786 PASS Element interface: element must inherit property "attributes" with the prop er type (9)
787 FAIL Element interface: element must inherit property "getAttributeNames" with t he proper type (10) assert_inherits: property "getAttributeNames" not found in p rototype chain 787 PASS Element interface: element must inherit property "getAttributeNames" with t he proper type (10)
788 PASS Element interface: element must inherit property "getAttribute" with the pr oper type (11) 788 PASS Element interface: element must inherit property "getAttribute" with the pr oper type (11)
789 PASS Element interface: calling getAttribute(DOMString) on element with too few arguments must throw TypeError 789 PASS Element interface: calling getAttribute(DOMString) on element with too few arguments must throw TypeError
790 PASS Element interface: element must inherit property "getAttributeNS" with the proper type (12) 790 PASS Element interface: element must inherit property "getAttributeNS" with the proper type (12)
791 PASS Element interface: calling getAttributeNS(DOMString,DOMString) on element w ith too few arguments must throw TypeError 791 PASS Element interface: calling getAttributeNS(DOMString,DOMString) on element w ith too few arguments must throw TypeError
792 PASS Element interface: element must inherit property "setAttribute" with the pr oper type (13) 792 PASS Element interface: element must inherit property "setAttribute" with the pr oper type (13)
793 PASS Element interface: calling setAttribute(DOMString,DOMString) on element wit h too few arguments must throw TypeError 793 PASS Element interface: calling setAttribute(DOMString,DOMString) on element wit h too few arguments must throw TypeError
794 PASS Element interface: element must inherit property "setAttributeNS" with the proper type (14) 794 PASS Element interface: element must inherit property "setAttributeNS" with the proper type (14)
795 PASS Element interface: calling setAttributeNS(DOMString,DOMString,DOMString) on element with too few arguments must throw TypeError 795 PASS Element interface: calling setAttributeNS(DOMString,DOMString,DOMString) on element with too few arguments must throw TypeError
796 PASS Element interface: element must inherit property "removeAttribute" with the proper type (15) 796 PASS Element interface: element must inherit property "removeAttribute" with the proper type (15)
797 PASS Element interface: calling removeAttribute(DOMString) on element with too f ew arguments must throw TypeError 797 PASS Element interface: calling removeAttribute(DOMString) on element with too f ew arguments must throw TypeError
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
1565 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1565 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1566 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5) 1566 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1567 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError 1567 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1568 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 1568 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
1569 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 1569 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
1570 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1570 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1571 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1571 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1572 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8) 1572 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1573 Harness: the test ran to completion. 1573 Harness: the test ran to completion.
1574 1574
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698