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/11/25 17:46:26 UTC

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

jsalvata    2003/11/25 08:46:26

  Added:       bin/testfiles HTMLParserTestCase.html
  Log:
  Input for the HTMLParser unit tests.
  
  Revision  Changes    Path
  1.1                  jakarta-jmeter/bin/testfiles/HTMLParserTestCase.html
  
  Index: HTMLParserTestCase.html
  ===================================================================
  <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 align="top" name="c" src= "images/image-c.gif">
  <img name="d" align="top" src ="images/image-d.gif"/>
  <img
    align="top"
    name="e"
    src =
      "images/image-e.gif"
  >
  <img
    align="top"
    Name="F"
    sRc = "images/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/image-c2.gif"/>
  <input name="d" type ="image" 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>
  
  
  

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