Test results
Initiate Test | Purpose | Test Result | Comments |
Done on load | nodeName, nodeType, nodeValue: | NA | Test is looking for a nodeName of 'grobject', a nodeType of '2' and nodeValue of 'null' |
Done on load | parentNode, ownerPicture: | NA | WebCGMMetafile.firstPicture should be the same object than .ownerPicture; for APS with id 'IsoG1' parentNode should be 'IsoL1' |
Done on load | hasChildNodes, childNodes: | NA | APS with id 'IsoG3' has two children 'IsoG4' & 'IsoG5'. |
Done on load | firstChild, lastChild: | NA | APS with id 'IsoL1' has firstChild 'elem1' and last child 'IsoG3'. |
Done on load | previousSibling, nextSibling: | NA | APS with id 'IsoG2' has previous sibling 'IsoG1' and nextSibling 'IsoG3'. |
Done on load | hasAttributes, attributes: | NA | APS with id 'elem1' has attributes; test against screentip "Has attributes". |
Done on load | namespaceURI, prefix, localName: | NA | These parameters have a null value for AppStructure. |
Done on load | (namespace attribute) namespaceURI, prefix, localName: | NA | Incomplete: Copied from node-attr sample. |