You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by js...@apache.org on 2003/12/12 01:46:14 UTC

cvs commit: jakarta-jmeter/bin/testfiles HTMLParserTestCaseWithBaseHRef.html

jsalvata    2003/12/11 16:46:14

  Added:       bin/testfiles HTMLParserTestCaseWithBaseHRef.html
  Log:
  Oops. Forgot part of the test for Base HRef support.
  
  Revision  Changes    Path
  1.1                  jakarta-jmeter/bin/testfiles/HTMLParserTestCaseWithBaseHRef.html
  
  Index: HTMLParserTestCaseWithBaseHRef.html
  ===================================================================
  <HTML>
  <head>
    <base href="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 = "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= "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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org