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.  
  3. <!--
  4.  
  5. Copyright (c) 2001-2004 World Wide Web Consortium,
  6. (Massachusetts Institute of Technology, Institut National de
  7. Recherche en Informatique et en Automatique, Keio University).  All
  8. Rights Reserved.  This program is distributed under the W3C's Software
  9. Intellectual Property License.  This program is distributed in the
  10. hope that it will be useful, but WITHOUT ANY WARRANTY; without even
  11. the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  12. PURPOSE.  
  13.  
  14. See W3C License http://www.w3.org/Consortium/Legal/ for more details.
  15.  
  16. -->
  17. <!DOCTYPE test SYSTEM "dom1.dtd">
  18. <test xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-1" name="object08">
  19. <metadata>
  20. <title>object08</title>
  21. <creator>Netscape</creator>
  22. <description>
  23. Horizontal space to the left and right of this image, applet, or object.
  24. The value of attribute hspace of the object element is read and checked against the expected value.
  25.  
  26.     This test is incompatible with L2 HTML implementations due to a change in the type of the attribute.    
  27. </description>
  28. <contributor>Sivakiran Tummala</contributor>
  29. <date qualifier="created">2002-02-15</date>
  30. <subject resource="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-17085376"/>
  31. <subject resource="http://www.w3.org/Bugs/Public/show_bug.cgi?id=504"/>
  32. </metadata>
  33. <var name="nodeList" type="NodeList"/>
  34. <var name="testNode" type="Node"/>
  35. <var name="vhspace" type="DOMString" />
  36. <var name="doc" type="Document"/>
  37. <var name="domImpl" type="DOMImplementation"/>
  38. <var name="hasHTML2" type="boolean"/>
  39. <load var="doc" href="object" willBeModified="false"/>
  40. <implementation var="domImpl" obj="doc"/>
  41. <hasFeature var="hasHTML2" obj="domImpl" feature='"HTML"' version='"2.0"'/>
  42. <if><isFalse value="hasHTML2"/>
  43. <getElementsByTagName interface="Document" obj="doc" var="nodeList" tagname='"object"'/>
  44. <assertSize collection="nodeList" size="2" id="Asize"/>
  45. <item interface="NodeList" obj="nodeList" var="testNode" index="0"/>
  46. <hspace interface="HTMLObjectElement" obj="testNode" var="vhspace"/>
  47. <assertEquals actual="vhspace" expected='"0"' id="hspaceLink" ignoreCase="false"/>
  48. </if>
  49. </test>
  50.