Sha256: 5cda7a352d8ae38043187683f442ee1a7763979f01a035a25ca0b3aab6f6555b
Contents?: true
Size: 1000 Bytes
Versions: 1
Compression:
Stored size: 1000 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Test page for Links</title> </head> <body> CVS Revision: $Revision $ <br> <br> <table> <tbody> <tr> <td> <a href="links2.html">test1</a> <br> <a href="link_pass.html">test1</a> <br> <a href="pass3.html"><img src="images/button.jpg" border=0></a> The button is really a link <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>Image and a text link</a> </tr> </tbody> </table> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-1.4.1 | unittests/html/links1.html |