blob: f87c90a91fdf321c03d0b14abd0e2b1935d2a5a5 [file] [log] [blame]
<HTML>
<head>
</head>
<body>
<img name="a" src="images/image-a.gif" align="top">
<img src="images/image-b.gif" name="b" align="top"/>
<img src="images/image-b.gif" name="b" align="top"/>
<img align="top" name="c" src= "images/image-c.gif">
<img name="d" align="top" src ="images/image-d.gif"/>
<!--<img name="commented" align="top" src ="images/image-commented.gif"/>-->
<!--
<img name="commented1" align="top" src ="images/image-commented1.gif"/>
<img name="commented2" align="top" src ="images/image-commented2.gif"/>
-->
<img
align="top"
alt=""
name="e"
src =
"images/image-e.gif"
> <!-- the alt="" is intended to check a known bug in HTMLParser -->
<img
align="top"
Name="F"
sRc = "images/sub/image-f.gif"
/>
<input name="a" src="images/image-a2.gif" type="image"/>
<input src="images/image-b2.gif" name="b" type="image">
<input type= "image" name="c" src= "images/sub/image-c2.gif"/>
<input name="d" type ="image" src ="images/image-d2.gif">
<input name="d2" type ="image" src ="images/image-d2.gif">
<input name="d3" type ="imagex" src ="images/image-d2.gif">
<input
type =
"image"
name="e"
src =
"images/image-e2.gif"
/>
<input
type = "image"
Name="F"
sRc = "images/image-f2.gif"
>
</body>
</html>