OLD | NEW |
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 924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
935 FAIL NamedNodeMap interface: existence and properties of interface prototype obj
ect assert_equals: class string of NamedNodeMap.prototype expected "[object Name
dNodeMapPrototype]" but got "[object NamedNodeMap]" | 935 FAIL NamedNodeMap interface: existence and properties of interface prototype obj
ect assert_equals: class string of NamedNodeMap.prototype expected "[object Name
dNodeMapPrototype]" but got "[object NamedNodeMap]" |
936 PASS NamedNodeMap interface: existence and properties of interface prototype obj
ect's "constructor" property | 936 PASS NamedNodeMap interface: existence and properties of interface prototype obj
ect's "constructor" property |
937 PASS NamedNodeMap interface: attribute length | 937 PASS NamedNodeMap interface: attribute length |
938 PASS NamedNodeMap interface: operation item(unsigned long) | 938 PASS NamedNodeMap interface: operation item(unsigned long) |
939 PASS NamedNodeMap interface: operation getNamedItem(DOMString) | 939 PASS NamedNodeMap interface: operation getNamedItem(DOMString) |
940 PASS NamedNodeMap interface: operation getNamedItemNS(DOMString,DOMString) | 940 PASS NamedNodeMap interface: operation getNamedItemNS(DOMString,DOMString) |
941 PASS NamedNodeMap interface: operation setNamedItem(Attr) | 941 PASS NamedNodeMap interface: operation setNamedItem(Attr) |
942 PASS NamedNodeMap interface: operation setNamedItemNS(Attr) | 942 PASS NamedNodeMap interface: operation setNamedItemNS(Attr) |
943 PASS NamedNodeMap interface: operation removeNamedItem(DOMString) | 943 PASS NamedNodeMap interface: operation removeNamedItem(DOMString) |
944 PASS NamedNodeMap interface: operation removeNamedItemNS(DOMString,DOMString) | 944 PASS NamedNodeMap interface: operation removeNamedItemNS(DOMString,DOMString) |
945 FAIL Attr interface: existence and properties of interface object assert_equals:
prototype of self's property "Attr" is not Function.prototype expected function
"function () {}" but got function "function Node() { [native code] }" | 945 PASS Attr interface: existence and properties of interface object |
946 PASS Attr interface object length | 946 PASS Attr interface object length |
947 PASS Attr interface object name | 947 PASS Attr interface object name |
948 FAIL Attr interface: existence and properties of interface prototype object asse
rt_equals: prototype of Attr.prototype is not Object.prototype expected object "
[object Object]" but got object "[object Node]" | 948 FAIL Attr interface: existence and properties of interface prototype object asse
rt_equals: class string of Attr.prototype expected "[object AttrPrototype]" but
got "[object Attr]" |
949 PASS Attr interface: existence and properties of interface prototype object's "c
onstructor" property | 949 PASS Attr interface: existence and properties of interface prototype object's "c
onstructor" property |
950 PASS Attr interface: attribute namespaceURI | 950 PASS Attr interface: attribute namespaceURI |
951 PASS Attr interface: attribute prefix | 951 PASS Attr interface: attribute prefix |
952 PASS Attr interface: attribute localName | 952 PASS Attr interface: attribute localName |
953 PASS Attr interface: attribute name | 953 PASS Attr interface: attribute name |
954 FAIL Attr interface: attribute nodeName assert_own_property: expected property "
nodeName" missing | |
955 PASS Attr interface: attribute value | 954 PASS Attr interface: attribute value |
956 PASS Attr interface: attribute nodeValue | |
957 PASS Attr interface: attribute textContent | |
958 PASS Attr interface: attribute ownerElement | 955 PASS Attr interface: attribute ownerElement |
959 PASS Attr interface: attribute specified | 956 PASS Attr interface: attribute specified |
960 PASS Attr must be primary interface of document.querySelector("[id]").attributes
[0] | 957 PASS Attr must be primary interface of document.querySelector("[id]").attributes
[0] |
961 PASS Stringification of document.querySelector("[id]").attributes[0] | 958 PASS Stringification of document.querySelector("[id]").attributes[0] |
962 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "namespaceURI" with the proper type (0) | 959 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "namespaceURI" with the proper type (0) |
963 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "prefix" with the proper type (1) | 960 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "prefix" with the proper type (1) |
964 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "localName" with the proper type (2) | 961 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "localName" with the proper type (2) |
965 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "name" with the proper type (3) | 962 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "name" with the proper type (3) |
966 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "nodeName" with the proper type (4) | 963 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "value" with the proper type (4) |
967 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "value" with the proper type (5) | 964 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ownerElement" with the proper type (5) |
968 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "nodeValue" with the proper type (6) | 965 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "specified" with the proper type (6) |
969 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "textContent" with the proper type (7) | 966 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ELEMENT_NODE" with the proper type (0) |
970 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ownerElement" with the proper type (8) | 967 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ATTRIBUTE_NODE" with the proper type (1) |
971 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "specified" with the proper type (9) | 968 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "TEXT_NODE" with the proper type (2) |
| 969 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "CDATA_SECTION_NODE" with the proper type (3) |
| 970 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ENTITY_REFERENCE_NODE" with the proper type (4) |
| 971 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ENTITY_NODE" with the proper type (5) |
| 972 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "PROCESSING_INSTRUCTION_NODE" with the proper type (6) |
| 973 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "COMMENT_NODE" with the proper type (7) |
| 974 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_NODE" with the proper type (8) |
| 975 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_TYPE_NODE" with the proper type (9) |
| 976 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_FRAGMENT_NODE" with the proper type (10) |
| 977 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "NOTATION_NODE" with the proper type (11) |
| 978 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "nodeType" with the proper type (12) |
| 979 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "nodeName" with the proper type (13) |
| 980 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "baseURI" with the proper type (14) |
| 981 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "isConnected" with the proper type (15) |
| 982 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ownerDocument" with the proper type (16) |
| 983 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "parentNode" with the proper type (17) |
| 984 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "parentElement" with the proper type (18) |
| 985 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "hasChildNodes" with the proper type (19) |
| 986 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "childNodes" with the proper type (20) |
| 987 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "firstChild" with the proper type (21) |
| 988 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "lastChild" with the proper type (22) |
| 989 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "previousSibling" with the proper type (23) |
| 990 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "nextSibling" with the proper type (24) |
| 991 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "nodeValue" with the proper type (25) |
| 992 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "textContent" with the proper type (26) |
| 993 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "normalize" with the proper type (27) |
| 994 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "cloneNode" with the proper type (28) |
| 995 PASS Node interface: calling cloneNode(boolean) on document.querySelector("[id]"
).attributes[0] with too few arguments must throw TypeError |
| 996 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "isEqualNode" with the proper type (29) |
| 997 PASS Node interface: calling isEqualNode(Node) on document.querySelector("[id]")
.attributes[0] with too few arguments must throw TypeError |
| 998 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "isSameNode" with the proper type (30) |
| 999 PASS Node interface: calling isSameNode(Node) on document.querySelector("[id]").
attributes[0] with too few arguments must throw TypeError |
| 1000 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_POSITION_DISCONNECTED" with the proper type (31) |
| 1001 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_POSITION_PRECEDING" with the proper type (32) |
| 1002 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_POSITION_FOLLOWING" with the proper type (33) |
| 1003 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_POSITION_CONTAINS" with the proper type (34) |
| 1004 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (35) |
| 1005 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (36) |
| 1006 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "compareDocumentPosition" with the proper type (37) |
| 1007 PASS Node interface: calling compareDocumentPosition(Node) on document.querySele
ctor("[id]").attributes[0] with too few arguments must throw TypeError |
| 1008 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "contains" with the proper type (38) |
| 1009 PASS Node interface: calling contains(Node) on document.querySelector("[id]").at
tributes[0] with too few arguments must throw TypeError |
| 1010 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "lookupPrefix" with the proper type (39) |
| 1011 PASS Node interface: calling lookupPrefix(DOMString) on document.querySelector("
[id]").attributes[0] with too few arguments must throw TypeError |
| 1012 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "lookupNamespaceURI" with the proper type (40) |
| 1013 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.querySele
ctor("[id]").attributes[0] with too few arguments must throw TypeError |
| 1014 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "isDefaultNamespace" with the proper type (41) |
| 1015 PASS Node interface: calling isDefaultNamespace(DOMString) on document.querySele
ctor("[id]").attributes[0] with too few arguments must throw TypeError |
| 1016 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "insertBefore" with the proper type (42) |
| 1017 PASS Node interface: calling insertBefore(Node,Node) on document.querySelector("
[id]").attributes[0] with too few arguments must throw TypeError |
| 1018 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "appendChild" with the proper type (43) |
| 1019 PASS Node interface: calling appendChild(Node) on document.querySelector("[id]")
.attributes[0] with too few arguments must throw TypeError |
| 1020 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "replaceChild" with the proper type (44) |
| 1021 PASS Node interface: calling replaceChild(Node,Node) on document.querySelector("
[id]").attributes[0] with too few arguments must throw TypeError |
| 1022 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "removeChild" with the proper type (45) |
| 1023 PASS Node interface: calling removeChild(Node) on document.querySelector("[id]")
.attributes[0] with too few arguments must throw TypeError |
| 1024 PASS EventTarget interface: document.querySelector("[id]").attributes[0] must in
herit property "addEventListener" with the proper type (0) |
| 1025 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob
ject Object],[object Object]) on document.querySelector("[id]").attributes[0] wi
th too few arguments must throw TypeError |
| 1026 PASS EventTarget interface: document.querySelector("[id]").attributes[0] must in
herit property "removeEventListener" with the proper type (1) |
| 1027 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,
[object Object],[object Object]) on document.querySelector("[id]").attributes[0]
with too few arguments must throw TypeError |
| 1028 PASS EventTarget interface: document.querySelector("[id]").attributes[0] must in
herit property "dispatchEvent" with the proper type (2) |
| 1029 PASS EventTarget interface: calling dispatchEvent(Event) on document.querySelect
or("[id]").attributes[0] with too few arguments must throw TypeError |
972 PASS CharacterData interface: existence and properties of interface object | 1030 PASS CharacterData interface: existence and properties of interface object |
973 PASS CharacterData interface object length | 1031 PASS CharacterData interface object length |
974 PASS CharacterData interface object name | 1032 PASS CharacterData interface object name |
975 FAIL CharacterData interface: existence and properties of interface prototype ob
ject assert_equals: class string of CharacterData.prototype expected "[object Ch
aracterDataPrototype]" but got "[object CharacterData]" | 1033 FAIL CharacterData interface: existence and properties of interface prototype ob
ject assert_equals: class string of CharacterData.prototype expected "[object Ch
aracterDataPrototype]" but got "[object CharacterData]" |
976 PASS CharacterData interface: existence and properties of interface prototype ob
ject's "constructor" property | 1034 PASS CharacterData interface: existence and properties of interface prototype ob
ject's "constructor" property |
977 PASS CharacterData interface: attribute data | 1035 PASS CharacterData interface: attribute data |
978 PASS CharacterData interface: attribute length | 1036 PASS CharacterData interface: attribute length |
979 PASS CharacterData interface: operation substringData(unsigned long,unsigned lon
g) | 1037 PASS CharacterData interface: operation substringData(unsigned long,unsigned lon
g) |
980 PASS CharacterData interface: operation appendData(DOMString) | 1038 PASS CharacterData interface: operation appendData(DOMString) |
981 PASS CharacterData interface: operation insertData(unsigned long,DOMString) | 1039 PASS CharacterData interface: operation insertData(unsigned long,DOMString) |
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1523 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis
t with too few arguments must throw TypeError | 1581 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis
t with too few arguments must throw TypeError |
1524 PASS DOMTokenList interface: document.body.classList must inherit property "togg
le" with the proper type (5) | 1582 PASS DOMTokenList interface: document.body.classList must inherit property "togg
le" with the proper type (5) |
1525 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body.
classList with too few arguments must throw TypeError | 1583 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body.
classList with too few arguments must throw TypeError |
1526 FAIL DOMTokenList interface: document.body.classList must inherit property "repl
ace" with the proper type (6) assert_inherits: property "replace" not found in p
rototype chain | 1584 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 |
1527 FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo
dy.classList with too few arguments must throw TypeError assert_inherits: proper
ty "replace" not found in prototype chain | 1585 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 |
1528 PASS DOMTokenList interface: document.body.classList must inherit property "supp
orts" with the proper type (7) | 1586 PASS DOMTokenList interface: document.body.classList must inherit property "supp
orts" with the proper type (7) |
1529 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL
ist with too few arguments must throw TypeError | 1587 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL
ist with too few arguments must throw TypeError |
1530 PASS DOMTokenList interface: document.body.classList must inherit property "valu
e" with the proper type (8) | 1588 PASS DOMTokenList interface: document.body.classList must inherit property "valu
e" with the proper type (8) |
1531 Harness: the test ran to completion. | 1589 Harness: the test ran to completion. |
1532 | 1590 |
OLD | NEW |