Pass | Element.getElementsByTagNameNS | Asserts runPass | assert_false(false, "NodeList")
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:3:5) | Pass | assert_true(true, "HTMLCollection")
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:4:5) | Pass | assert_true(true, "Caching is allowed.")
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:7:5) |
|
Pass | getElementsByTagNameNS('*', 'body') | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <body></body>])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:28:5) |
|
Pass | Empty string namespace | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:32:5) | Pass | assert_array_equals(object "[object HTMLCollection]", [Element node <body></body>])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:35:5) |
|
Pass | body element in test namespace, no prefix | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <body></body>])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:41:5) |
|
Pass | body element in test namespace, prefix | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <body></body>])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:47:5) |
|
Pass | BODY element in test namespace, no prefix | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <BODY></BODY>])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:53:5) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:54:5) |
|
Pass | abc element in html namespace | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <abc></abc>])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:60:5) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:61:5) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:62:5) |
|
Pass | ABC element in html namespace | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:68:5) | Pass | assert_array_equals(object "[object HTMLCollection]", [Element node <ABC></ABC>])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:69:5) |
|
Pass | AÇ, case sensitivity | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <AÇ></AÇ>])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:75:5) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:76:5) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:77:5) |
|
Pass | BODY element in test namespace, prefix | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <BODY></BODY>])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:83:5) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:84:5) |
|
Pass | getElementsByTagNameNS('http://www.w3.org/1999/xhtml', '*') | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <p><a>link</a><b>bold</b><em><u>emphasized</u></em></p>, Element node <a>link</a>, Element node <b>bold</b>, Element node <em><u>emphasized</u></em>, Element node <u>emphasized</u>])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:104:5) |
|
Pass | getElementsByTagNameNS('*', '*') | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <p><a>link</a><b>bold</b><em><u>emphasized</u></em></p>, Element node <a>link</a>, Element node <b>bold</b>, Element node <em><u>emphasized</u></em>, Element node <u>emphasized</u>])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:120:5) |
|
Pass | Empty lists | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:124:5) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:125:5) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:126:5) |
|
Pass | getElementsByTagNameNS() should be a live collection | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:134:5) | Pass | assert_equals(1, 1)
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:135:5) | Pass | assert_equals(2, 2)
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:138:5) | Pass | assert_equals(1, 1)
at Test.<anonymous> ( /dom/nodes/Document-Element-getElementsByTagNameNS.js:141:5) |
|
Pass | Matching the context object (wildcard namespace) | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Element-getElementsByTagNameNS.html:28:3) |
|
Pass | Matching the context object (specific namespace) | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Element-getElementsByTagNameNS.html:32:3) |
|