blob: c3754acb742c07317e27cbef9a1372dd75e8d972 [file] [log] [blame]
PASS For Element nodes, nodeName should return the same as tagName.
PASS For Text nodes, nodeName should return "#text".
PASS For ProcessingInstruction nodes, nodeName should return the target.
PASS For Comment nodes, nodeName should return "#comment".
PASS For Document nodes, nodeName should return "#document".
PASS For DocumentType nodes, nodeName should return the name.
PASS For DocumentFragment nodes, nodeName should return "#document-fragment".