Sha256: 79cfeff2da58ec10db40e9c0779719faa984d797272698c251c1ea8072a3ff49
Contents?: true
Size: 1012 Bytes
Versions: 1
Compression:
Stored size: 1012 Bytes
Contents
<html> <head> <title> Test page for Images </title> </head> <body> CVS Revision: "$Revision $" <br> <br> <table> <tr> <td> <img src = images/triangle.jpg> <td> The triangle only has a src <tr> <td> <img src = images/square.jpg id=square> <td> The square has a src and an id <tr> <td> <img src = images/circle.jpg name = circle> <td> The circle has a src and a name <tr> <td> <img src = images/missing.jpg name = themissingimage> <td> this is a missing image <tr> <td> <img src = images/button.jpg onClick='javascript:document.location="pass.html";'> <td> this image has a javascript on click event <tr> <td> <img src = images/circle.jpg alt="circle"> <td> The circle has a src and an alt text <tr><td> <INPUT onClick= javascript:document.all.text1.value='clicked' type=image src="images/square.jpg" value="Position Show Optional" name=tsogpsb> <td> This is a button as an image, with a value attribute <input type = text name = text1> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-1.4.1 | unittests/html/images1.html |