Sha256: 3671ba81bf2da00e0d1a93d52992459d0fcc67eab25f7d6b2c88de7216bcb39a
Contents?: true
Size: 631 Bytes
Versions: 52
Compression:
Stored size: 631 Bytes
Contents
<html> <head> <title>Testing table cell using xpath.</title> </head> <body> <table> <tr> <td colspan="1"><img src="images/square.jpg"> Table Cell with image of square. </td> <td colspan="2"><img src="images/triangle.jpg"> Table Cell with image of triangle. </td> <td colspan="3"><img src="images/circle.jpg"> Table Cell with image of circle. </td> <td colspan="4"><img src="images/button.jpg"> Table Cell with image of button. </td> </tr> </table> </body> </html>
Version data entries
52 entries across 52 versions & 2 rubygems