Pass | For Element nodes, nodeName should return the same as tagName. | Asserts runPass | assert_equals("I", "I")
at Test.<anonymous> ( /dom/nodes/Node-nodeName-xhtml.xhtml:14:3) | Pass | assert_equals("i", "i")
at Test.<anonymous> ( /dom/nodes/Node-nodeName-xhtml.xhtml:15:3) | Pass | assert_equals("svg", "svg")
at Test.<anonymous> ( /dom/nodes/Node-nodeName-xhtml.xhtml:16:3) | Pass | assert_equals("SVG", "SVG")
at Test.<anonymous> ( /dom/nodes/Node-nodeName-xhtml.xhtml:17:3) | Pass | assert_equals("x:b", "x:b")
at Test.<anonymous> ( /dom/nodes/Node-nodeName-xhtml.xhtml:18:3) |
|
Pass | For Text nodes, nodeName should return "#text". | Asserts runPass | assert_equals("#text", "#text")
at Test.<anonymous> ( /dom/nodes/Node-nodeName-xhtml.xhtml:21:3) |
|
Pass | For ProcessingInstruction nodes, nodeName should return the target. | Asserts runPass | assert_equals("foo", "foo")
at Test.<anonymous> ( /dom/nodes/Node-nodeName-xhtml.xhtml:24:3) |
|
Pass | For Comment nodes, nodeName should return "#comment". | Asserts runPass | assert_equals("#comment", "#comment")
at Test.<anonymous> ( /dom/nodes/Node-nodeName-xhtml.xhtml:28:3) |
|
Pass | For Document nodes, nodeName should return "#document". | Asserts runPass | assert_equals("#document", "#document")
at Test.<anonymous> ( /dom/nodes/Node-nodeName-xhtml.xhtml:31:3) |
|
Pass | For DocumentType nodes, nodeName should return the name. | Asserts runPass | assert_equals("html", "html")
at Test.<anonymous> ( /dom/nodes/Node-nodeName-xhtml.xhtml:34:3) |
|
Pass | For DocumentFragment nodes, nodeName should return "#document-fragment". | Asserts runPass | assert_equals("#document-fragment", "#document-fragment")
at Test.<anonymous> ( /dom/nodes/Node-nodeName-xhtml.xhtml:37:3) |
|