Pass | DocumentFragment should have null namespace, prefix null | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | DocumentFragment should have null namespace, prefix "" | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | DocumentFragment should have null namespace, prefix "foo" | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | DocumentFragment should have null namespace, prefix "xml" | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | DocumentFragment should have null namespace, prefix "xmlns" | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | DocumentFragment is in default namespace, prefix null | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | DocumentFragment is in default namespace, prefix "" | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | DocumentFragment is in default namespace, prefix "foo" | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | DocumentFragment is in default namespace, prefix "xmlns" | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | DocumentType should have null namespace, prefix null | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | DocumentType should have null namespace, prefix "" | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | DocumentType should have null namespace, prefix "foo" | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | DocumentType should have null namespace, prefix "xml" | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | DocumentType should have null namespace, prefix "xmlns" | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | DocumentType is in default namespace, prefix null | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | DocumentType is in default namespace, prefix "" | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | DocumentType is in default namespace, prefix "foo" | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | DocumentType is in default namespace, prefix "xmlns" | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | Element should have null namespace, prefix null | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Element should have null namespace, prefix "" | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Element should not have namespace matching prefix with namespaceURI value | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Element should have XML namespace | Asserts runPass | assert_equals("http://www.w3.org/XML/1998/namespace", "http://www.w3.org/XML/1998/namespace")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Element should have XMLNS namespace | Asserts runPass | assert_equals("http://www.w3.org/2000/xmlns/", "http://www.w3.org/2000/xmlns/")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Element has namespace URI matching prefix | Asserts runPass | assert_equals("fooNamespace", "fooNamespace")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Empty namespace is not default, prefix null | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | Empty namespace is not default, prefix "" | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | fooNamespace is not default | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | xmlns namespace is not default | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | Element should have baz namespace, prefix null | Asserts runPass | assert_equals("bazURI", "bazURI")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Element should have baz namespace, prefix "" | Asserts runPass | assert_equals("bazURI", "bazURI")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Element should have namespace with xmlns prefix | Asserts runPass | assert_equals("http://www.w3.org/2000/xmlns/", "http://www.w3.org/2000/xmlns/")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Element has bar namespace | Asserts runPass | assert_equals("barURI", "barURI")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Empty namespace is not default on fooElem, prefix null | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | Empty namespace is not default on fooElem, prefix "" | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | bar namespace is not default | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | baz namespace is default | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | Comment should inherit baz namespace | Asserts runPass | assert_equals("bazURI", "bazURI")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Comment should inherit baz namespace | Asserts runPass | assert_equals("bazURI", "bazURI")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Comment should inherit namespace URI matching prefix | Asserts runPass | assert_equals("fooNamespace", "fooNamespace")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Comment should inherit bar namespace | Asserts runPass | assert_equals("barURI", "barURI")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | For comment, empty namespace is not default, prefix null | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | For comment, empty namespace is not default, prefix "" | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | For comment, fooNamespace is not default | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | For comment, xmlns namespace is not default | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | For comment, inherited bar namespace is not default | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | For comment, inherited baz namespace is default | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | Child element should inherit baz namespace | Asserts runPass | assert_equals("childNamespace", "childNamespace")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Child element should have null namespace | Asserts runPass | assert_equals("childNamespace", "childNamespace")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Child element should have XMLNS namespace | Asserts runPass | assert_equals("http://www.w3.org/2000/xmlns/", "http://www.w3.org/2000/xmlns/")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Child element has namespace URI matching prefix | Asserts runPass | assert_equals("fooNamespace", "fooNamespace")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Empty namespace is not default for child, prefix null | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | Empty namespace is not default for child, prefix "" | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | fooNamespace is not default for child | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | xmlns namespace is not default for child | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | bar namespace is not default for child | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | baz namespace is default for child | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | childNamespace is default for child | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | Document should have xhtml namespace, prefix null | Asserts runPass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Document should have xhtml namespace, prefix "" | Asserts runPass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Document has no namespace URI matching prefix | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Document has bar namespace | Asserts runPass | assert_equals("barURI", "barURI")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | For document, empty namespace is not default, prefix null | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | For document, empty namespace is not default, prefix "" | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | For document, fooNamespace is not default | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | For document, xmlns namespace is not default | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | For document, bar namespace is not default | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | For document, baz namespace is not default | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | For document, xhtml namespace is default | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:20:5) |
|
Pass | Document without documentElement has no namespace URI matching "xml" | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Document without documentElement has no namespace URI matching "xmlns" | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Disconnected Attr has no namespace URI matching "xml" | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Disconnected Attr has no namespace URI matching "xmlns" | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Connected Attr has namespace URI matching "xml" | Asserts runPass | assert_equals("http://www.w3.org/XML/1998/namespace", "http://www.w3.org/XML/1998/namespace")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Connected Attr no namespace URI matching "xmlns" | Asserts runPass | assert_equals("http://www.w3.org/2000/xmlns/", "http://www.w3.org/2000/xmlns/")
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|
Pass | Comment does not have bar namespace | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-lookupNamespaceURI.html:14:5) |
|