Author: sebb
Date: Wed Jan 11 18:34:49 2006
New Revision: 368235
URL: http://svn.apache.org/viewcvs?rev=368235&view=rev
Log:
New test for base href with full URL
Added:
jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithBaseHRef2.html
(with props)
Added:
jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithBaseHRef2.html
URL:
http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithBaseHRef2.html?rev=368235&view=auto
==============================================================================
---
jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithBaseHRef2.html
(added)
+++
jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithBaseHRef2.html
Wed Jan 11 18:34:49 2006
@@ -0,0 +1,42 @@
+<HTML>
+<head>
+ <base href="http://localhost/mydir/images/">
+</head>
+<body>
+<img name="a" src="image-a.gif" align="top">
+<img src="image-b.gif" name="b" align="top"/>
+<img src="image-b.gif" name="b" align="top"/>
+<img align="top" name="c" src= "image-c.gif">
+<img name="d" align="top" src ="image-d.gif"/>
+<img
+ align="top"
+ name="e"
+ src =
+ "image-e.gif"
+>
+<img
+ align="top"
+ Name="F"
+ sRc = "sub/image-f.gif"
+/>
+<input name="a" src="image-a2.gif" type="image"/>
+<input src="image-b2.gif" name="b" type="image">
+<input type= "image" name="c" src= "sub/image-c2.gif"/>
+<input name="d" type ="image" src ="image-d2.gif">
+<input name="d2" type ="image" src ="image-d2.gif">
+<input name="d3" type ="imagex" src ="image-d2.gif">
+<input
+ type =
+ "image"
+ name="e"
+ src =
+ "image-e2.gif"
+/>
+<input
+ type = "image"
+ Name="F"
+ sRc = "image-f2.gif"
+>
+
+</body>
+</html>
Propchange:
jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithBaseHRef2.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithBaseHRef2.html
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision
Propchange:
jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithBaseHRef2.html
------------------------------------------------------------------------------
svn:mime-type = text/html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]