blob: 5ad97d3ad9186bdb60eaa4f1759438c6401fdd24 [file] [log] [blame]
PASS For Element nodes, nodeName should return the same as tagName.
PASS For Text nodes, nodeName should return "#text".
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".