sebb 2003/11/25 18:49:13
Modified: bin/testfiles HTMLParserTestCase.html
Log:
Added some duplicates, and an invalid input tag
Revision Changes Path
1.2 +3 -0 jakarta-jmeter/bin/testfiles/HTMLParserTestCase.html
Index: HTMLParserTestCase.html
===================================================================
RCS file: /home/cvs/jakarta-jmeter/bin/testfiles/HTMLParserTestCase.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HTMLParserTestCase.html 25 Nov 2003 16:46:26 -0000 1.1
+++ HTMLParserTestCase.html 26 Nov 2003 02:49:13 -0000 1.2
@@ -4,6 +4,7 @@
<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
@@ -21,6 +22,8 @@
<input src="images/image-b2.gif" name="b" type="image">
<input type= "image" name="c" src= "images/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"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]