Sha256: efcf0a9f86df8f39c978266f9e52974b22b85bb5dabab68b1151c08b8fb8c29d

Contents?: true

Size: 1.09 KB

Versions: 9

Compression:

Stored size: 1.09 KB

Contents

<html>
<head>
  <title>Test page for Links</title>
  <link rel="stylesheet" type="text/css" href="watir_unit_tests.css"></link>
</head>

<body>
CVS Revision: $Revision $
<br></br>
<br></br>
<table>
  <tbody>
    <tr>
      <td> <a href="links2.html">test1</a> <br></br>
           <a href="link_pass.html" class="link_class_1">test1</a> <br></br>
           <a href="pass3.html"><img src="images/button.jpg" border="0" alt=""></img></a> The button is really a link <br></br>
           <a href="textarea.html" target="_blank">new window</a> <a href="textarea.html" target="_blank">new window</a> </td>
    </tr>
    <tr>
      <td> <a href="links1.HTML" id="link_id">Link Using an ID</a> </td>
    </tr>
    <tr>
      <td> <a href="links1.HTML" name="link_name">Link Using a name</a>
      </td>
    </tr>
    <tr>
      <td> <a href="links1.HTML" title="link_title">Link Using a title</a>
      </td>
    </tr>

    <tr>
    <td><a href = "pass.html"><img src="images/triangle.jpg" alt=""></img>Image and a text link</a></td>
    </tr>

  </tbody>
</table>
</body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
watir-1.6.6 unittests/html/links1.html
watir-1.6.6.rc2 unittests/html/links1.html
watir-1.6.6.rc1 unittests/html/links1.html
watir-1.5.2 unittests/html/links1.html
watir-1.5.3 unittests/html/links1.html
watir-1.5.4 unittests/html/links1.html
watir-1.5.5 unittests/html/links1.html
watir-1.5.6 unittests/html/links1.html
watir-1.6.2 unittests/html/links1.html