Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="test-to-html.xml" type="text/xml"?>
  3.  
  4. <!--
  5.  
  6. Copyright (c) 2001 World Wide Web Consortium,
  7. (Massachusetts Institute of Technology, Institut National de
  8. Recherche en Informatique et en Automatique, Keio University).  All
  9. Rights Reserved.  This program is distributed under the W3C's Software
  10. Intellectual Property License.  This program is distributed in the
  11. hope that it will be useful, but WITHOUT ANY WARRANTY; without even
  12. the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  13. PURPOSE.  
  14.  
  15. See W3C License http://www.w3.org/Consortium/Legal/ for more details.
  16.  
  17. -->
  18. <!DOCTYPE test SYSTEM "dom1.dtd">
  19. <test xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-1" name="HTMLDocument14">
  20. <metadata>
  21. <title>HTMLDocument14</title>
  22. <creator>NIST</creator>
  23. <description>
  24.     The getElementsByName method returns the (possibly empty) collection
  25.     of elements whose name value is given by the elementName.  
  26.  
  27.     Retrieve all the elements whose name attribute is "noid".
  28.     Check the length of the nodelist.  It should be 0 since
  29.     the id "noid" does not exist.
  30. </description>
  31. <contributor>Rick Rivello</contributor>
  32. <date qualifier="created">2002-07-15</date>
  33. <subject resource="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-71555259"/>
  34. </metadata>
  35. <var name="nodeList" type="NodeList"/>
  36. <var name="doc" type="Document"/>
  37. <load var="doc" href="document" willBeModified="false"/>
  38. <getElementsByName interface="HTMLDocument" var="nodeList" obj="doc" elementName='"noid"' id="getElementsNameId"/>
  39. <assertSize collection="nodeList" size="0" id="Asize"/>
  40. </test>
  41.