DOM Object: HTMLImageElement
| Property/Method | Functional Description | Data | Test Case |
| lowSrc | set to valid/invalid URI strings | himg000.html | |
| name | set/check to strings in various equivalence classes | himg001.html | |
| align | set/check to left,right, etc (incl. invalid values) | himg002.html | |
| alt | set to valid/invalid text strings | himg003.html | |
| border | set to various pixel sizes | himg004.html | |
| height | set to various pixel sizes | himg005.html | |
| hspace | set to various pixel widths | himg006.html | |
| isMap | toggle boolean value and check behavior | himg007.html | |
| longDesc | set to valid/invalid URI's | himg008.html | |
| src | set to valid/invalid URI's | himg009.html | |
| useMap | set to valid/invalid URI's | himg010.html | |
| vspace | set to various pixel heights | himg011.html | |
| width | set to various pixel sizes | himg012.html | |
| Node | tests methods and attr's inherited from node | nimg.html | |
| Element | tests methods inherited from element | eimg.html | |
| HTMLElement | tests attr's inherited from htmlelement | helmimg.html |