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.xsl" type="text/xml"?>
  3.  
  4. <!--
  5.  
  6. Copyright (c) 2001-2004 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="HTMLAppletElement07">
  20. <metadata>
  21. <title>HTMLAppletElement07</title>
  22. <creator>NIST</creator>
  23. <description>
  24.     The hspace attribute specifies the horizontal space to the left
  25.     and right of this image, applet, or object. Retrieve the hspace attribute and examine its value.  
  26.    
  27.     This test is incompatible with L2 HTML implementations due to a change in the type of the attribute.
  28. </description>
  29. <contributor>Mary Brady</contributor>
  30. <date qualifier="created">2002-02-22</date>
  31. <subject resource="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-1567197"/>
  32. <subject resource="http://www.w3.org/Bugs/Public/show_bug.cgi?id=504"/>
  33. </metadata>
  34. <var name="nodeList" type="NodeList"/>
  35. <var name="testNode" type="Node"/>
  36. <var name="vhspace" type="DOMString" />
  37. <var name="doc" type="Document"/>
  38. <var name="domImpl" type="DOMImplementation"/>
  39. <var name="hasHTML2" type="boolean"/>
  40. <load var="doc" href="applet" willBeModified="false"/>
  41. <implementation var="domImpl" obj="doc"/>
  42. <hasFeature var="hasHTML2" obj="domImpl" feature='"HTML"' version='"2.0"'/>
  43. <if><isFalse value="hasHTML2"/>
  44. <!--  this test is incompatible with L2 HTML implementations  -->
  45. <getElementsByTagName interface="Document" obj="doc" var="nodeList" tagname='"applet"'/>
  46. <assertSize collection="nodeList" size="1" id="Asize"/>
  47. <item interface="NodeList" obj="nodeList" var="testNode" index="0"/>
  48. <hspace interface="HTMLAppletElement" obj="testNode" var="vhspace"/>
  49. <assertEquals actual="vhspace" expected='"0"' id="hspaceLink" ignoreCase="false"/>
  50. </if>
  51. </test>
  52.