Test http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentcreateelement

<test name='hc_documentcreateelement' schemaLocation='http://www.w3.org/2001/DOM-Test-Suite/Level-1 dom1.xsd'>
     <metadata>
          <title>hc_documentCreateElement</title>
          <creator>Curt Arnold</creator>
          <description> The "createElement(tagName)" method creates an Element of the type specified. Retrieve the entire DOM document and invoke its "createElement(tagName)" method with tagName="acronym". The method should create an instance of an Element node whose tagName is "acronym". The NodeName, NodeType and NodeValue are returned. </description>
          <date qualifier='created'>2002-06-09</date>
          <subject resource='http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-2141741547'/>
</metadata>
     <var name='doc' type='Document'/>
     <var name='newElement' type='Element'/>
     <var name='newElementName' type='DOMString'/>
     <var name='newElementType' type='int'/>
     <var name='newElementValue' type='DOMString'/>
     <load var='doc' href='hc_staff' willBeModified='true'/>
     <createElement obj='doc' var='newElement' tagName='"acronym"'/>
     <nodeName obj='newElement' var='newElementName'/>
     <assertEquals actual='newElementName' expected='"acronym"' ignoreCase='auto' id='strong'/>
     <nodeType obj='newElement' var='newElementType'/>
     <assertEquals actual='newElementType' expected='1' ignoreCase='false' id='type'/>
     <nodeValue obj='newElement' var='newElementValue'/>
     <assertNull actual='newElementValue' id='valueInitiallyNull'/>
</test>

Copyright (c) 2001-2004 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. This program is distributed under the W3C's Software Intellectual Property License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See W3C License http://www.w3.org/Consortium/Legal/ for more details.