Test results
Initiate Test |
Purpose |
Test Result |
Comments |
Done on load |
nodeName, nodeType, nodeValue: |
NA |
Test is looking for a nodeName of 'extra:el', nodeType
of '3' 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 |
The metadata node should have 3 child nodes, 1 text
node, followed by a metadata node followed by another text
node |
Done on load |
firstChild, lastChild: |
NA |
The first child of 'test:elem' has a nodeValue of 'Text
before anchor' while the last child has a nodeValue of
'Text after anchor' |
Done on load |
previousSibling, nextSibling: |
NA |
Testing next/previousSibling of metadata nodes |
Done on load |
hasAttributes, attributes: |
NA |
The metatdata node 'extra:el' has two attributes, an ID
and 'noContent'. |
Done on load |
namespaceURI, prefix, localName: |
NA |
Two different namespaces are used in this test. |