Sha256: 0145cfe99debccb0540b76a984a1fb5cf5b5b8465627efcf7ecbfa50882dcb30
Contents?: true
Size: 640 Bytes
Versions: 16
Compression:
Stored size: 640 Bytes
Contents
<!doctype 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
16 entries across 16 versions & 2 rubygems