Pass | HTML element with uppercase tag name matches in XHTML documents | Asserts runPass | assert_equals("I", "I")
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:15:3) | Pass | assert_equals("I", "I")
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:16:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [Element node <I></I>])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:17:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:18:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [Element node <I></I>])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:19:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:20:3) |
|
Pass | Element in non-HTML namespace, no prefix, lowercase name | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <st></st>])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:26:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:27:3) |
|
Pass | Element in non-HTML namespace, no prefix, uppercase name | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <ST></ST>])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:33:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:34:3) |
|
Pass | Element in non-HTML namespace, prefix, lowercase name | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:40:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:41:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [Element node <st></st>])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:42:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:43:3) |
|
Pass | Element in non-HTML namespace, prefix, uppercase name | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:49:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:50:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:51:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [Element node <ST></ST>])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:52:3) |
|
Pass | Element in HTML namespace, no prefix, non-ascii characters in name | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <AÇ></AÇ>], "All uppercase input")
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:58:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [], "Ascii lowercase input")
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:59:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [], "All lowercase input")
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:60:3) |
|
Pass | Element in non-HTML namespace, non-ascii characters in name | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <AÇ></AÇ>], "All uppercase input")
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:66:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [], "Ascii lowercase input")
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:67:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [], "All lowercase input")
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:68:3) |
|
Pass | Element in HTML namespace, prefix, non-ascii characters in name | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [], "All uppercase input")
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:74:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [Element node <aÇ></aÇ>], "Ascii lowercase input")
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:75:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [], "All lowercase input")
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:76:3) |
|
Pass | Element in non-HTML namespace, prefix, non-ascii characters in name | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <AÇ></AÇ>], "All uppercase input")
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:82:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [], "Ascii lowercase input")
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:83:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [], "All lowercase input")
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:84:3) |
|
Pass | getElementsByTagName('*') | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <html xmlns="http://www.w3.org/1999/xhtml"> <head xmlns="..., Element node <head> <title xmlns="http://www.w3.org/1999/xhtml">Docume..., Element node <title>Document.getElementsByTagName</title>, Element node <script src="/resources/testharness.js"></script>, Element node <script src="/resources/testharnessreport.js"></script>, Element node <body> <div xmlns="http://www.w3.org/1999/xhtml" id="log"..., Element node <div id="log">Running, 9 complete, 1 remain</div>, Element node <pre id="x"></pre>, Element node <script> test(function() { var t = document.body.append...])
at Test.<anonymous> ( /dom/nodes/Document-getElementsByTagName-xhtml.xhtml:100:3) |
|