WebCGMNode and XMLMetadata Test Page

Source image Reference image
Test results
Initiate Test Purpose Test Result Comments
Done on load nodeName, nodeType, nodeValue: NA Test is looking for a nodeName equivalent to the attribute name, a nodeType of '5' and nodeValue of 'null'
Done on load parentNode, ownerPicture: NA WebCGMMetafile.firstPicture should be the same object than .ownerPicture
Done on load hasChildNodes, childNodes: NA An Attr does not have any children.
Done on load firstChild, lastChild: NA An Attr does not have any children.
Done on load previousSibling, nextSibling: NA These attributes have a null value for Attr.
Done on load hasAttributes, attributes: NA An Attr node does not have any attributes.
Done on load namespaceURI, prefix, localName: NA There is no namespace on this attribute.
Done on load (namespace attribute) namespaceURI, prefix, localName: NA This is a namespace attribute.